summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-043-3/+3
|\
| * GFS2: Replace PTR_RET with PTR_ERR_OR_ZEROSteven Whitehouse2013-07-221-1/+1
| * Btrfs: volume: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat2013-07-161-1/+1
| * PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-152-2/+2
* | Merge tag 'dlm-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2013-09-042-22/+7
|\ \
| * | dlm: remove signal blockingDavid Teigland2013-08-121-19/+6
| * | dlm: WQ_NON_REENTRANT is meaningless and going awayTejun Heo2013-07-301-4/+1
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-09-0423-367/+816
|\ \ \
| * | | ext4: allow specifying external journal by pathname mount optionEric Sandeen2013-08-281-3/+44
| * | | ext4: mark group corrupt on group descriptor checksumDarrick J. Wong2013-08-282-11/+8
| * | | ext4: mark block group as corrupt on inode bitmap errorDarrick J. Wong2013-08-282-4/+28
| * | | ext4: mark block group as corrupt on block bitmap errorDarrick J. Wong2013-08-283-3/+31
| * | | ext4: fix type declaration of ext4_validate_block_bitmapDarrick J. Wong2013-08-282-3/+3
| * | | ext4: error out if verifying the block bitmap failsDarrick J. Wong2013-08-281-2/+6
| * | | jbd2: Fix endian mixing problems in the checksumming codeDarrick J. Wong2013-08-283-17/+18
| * | | ext4: isolate ext4_extents.h fileZheng Liu2013-08-287-29/+27
| * | | ext4: Fix misspellings using 'codespell' toolAnatol Pomozov2013-08-286-9/+9
| * | | ext4: convert write_begin methods to stable_page_writes semanticsDmitry Monakhov2013-08-281-2/+3
| * | | ext4: fix use of potentially uninitialized variables in debugging codeAndi Shyti2013-08-281-3/+2
| * | | ext4: fix lost truncate due to race with writebackJan Kara2013-08-172-9/+32
| * | | ext4: simplify truncation code in ext4_setattr()Jan Kara2013-08-171-60/+49
| * | | ext4: fix ext4_writepages() in presence of truncateJan Kara2013-08-171-41/+66
| * | | ext4: move test whether extent to map can be extended to one placeJan Kara2013-08-171-20/+29
| * | | ext4: fix warning in ext4_da_update_reserve_space()Jan Kara2013-08-173-5/+20
| * | | quota: provide interface for readding allocated space into reserved spaceJan Kara2013-08-172-2/+55
| * | | ext4: avoid reusing recently deleted inodes in no journal modeTheodore Ts'o2013-08-161-0/+51
| * | | ext4: allocate delayed allocation blocks before renameTheodore Ts'o2013-08-161-5/+7
| * | | ext4: start handle at least possible moment when renaming filesTheodore Ts'o2013-08-161-10/+13
| * | | ext4: add support for extent pre-cachingTheodore Ts'o2013-08-164-29/+136
| * | | ext4: cache all of an extent tree's leaf block upon readingTheodore Ts'o2013-08-166-31/+114
| * | | ext4: use unsigned int for es_status valuesTheodore Ts'o2013-08-163-26/+33
| * | | ext4: print the block number of invalid extent tree blocksTheodore Ts'o2013-08-161-12/+12
| * | | ext4: refactor code to read the extent tree blockTheodore Ts'o2013-08-161-54/+43
* | | | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-09-035-34/+242
|\ \ \ \
| * | | | pstore/ram: (really) fix undefined usage of rounddown_pow_of_twoMaxime Bizon2013-08-301-3/+3
| * | | | pstore/ram: Read and write to the 'compressed' flag of pstoreAruna Balakrishnaiah2013-08-191-8/+28
| * | | | pstore: Add file extension to pstore file if compressedAruna Balakrishnaiah2013-08-193-6/+10
| * | | | pstore: Add decompression support to pstoreAruna Balakrishnaiah2013-08-191-2/+51
| * | | | pstore: Introduce new argument 'compressed' in the read callbackAruna Balakrishnaiah2013-08-192-2/+5
| * | | | pstore: Add compression support to pstoreAruna Balakrishnaiah2013-08-191-9/+139
| * | | | pstore/Kconfig: Select ZLIB_DEFLATE and ZLIB_INFLATE when PSTORE is selectedAruna Balakrishnaiah2013-08-191-0/+2
| * | | | pstore: Add new argument 'compressed' in pstore write callbackAruna Balakrishnaiah2013-08-192-4/+5
| * | | | pstore: d_alloc_name() doesn't return an ERR_PTRDan Carpenter2013-08-191-2/+1
* | | | | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-09-031-1/+1
|\ \ \ \ \
| * | | | | cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2013-08-081-1/+1
* | | | | | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-039-120/+180
|\ \ \ \ \ \
| * | | | | | sysfs: group.c: fix up kerneldocGreg Kroah-Hartman2013-08-221-2/+2
| * | | | | | sysfs: sysfs.h: fix coding style issuesGreg Kroah-Hartman2013-08-211-8/+10
| * | | | | | sysfs: file.c: fix up broken string warningsGreg Kroah-Hartman2013-08-211-4/+6
| * | | | | | sysfs: dir.c: fix up odd do/while indentationGreg Kroah-Hartman2013-08-211-7/+8
OpenPOWER on IntegriCloud