summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: introduce reserved spaceLukas Czerner2013-04-095-23/+130
* ext4: improve credit estimate for EXT4_SINGLEDATA_TRANS_BLOCKSJan Kara2013-04-091-2/+4
* ext4: speed-up releasing blocks on commitAndrey Sidorov2013-04-091-61/+172
* ext4: fix free space estimate in ext4_nonda_switch()Eric Whitney2013-04-091-7/+8
* ext4: fix deadlock with quota featureJan Kara2013-04-091-0/+2
* ext4: fix incorrect lock ordering for ext4_ind_migrateDmitry Monakhov2013-04-081-7/+5
* ext4: implementation of a new ioctl called EXT4_IOC_SWAP_BOOTDr. Tilmann Bubeck2013-04-084-26/+238
* ext4: print more info in ext4_print_free_blocks()Lukas Czerner2013-04-031-5/+8
* ext4: try to prepend extent to the existing oneLukas Czerner2013-04-031-23/+85
* ext4: Transfer initialized block to right neighbor if possibleLukas Czerner2013-04-031-46/+89
* ext4: introduce ext4_get_group_number()Lukas Czerner2013-04-034-18/+33
* ext4: make ext4_block_in_group() much more efficientLukas Czerner2013-04-033-7/+29
* ext4: unregister es_shrinker if mount failedDmitry Monakhov2013-04-031-3/+4
* ext4: fix journal callback list traversalDmitry Monakhov2013-04-033-7/+14
* jbd2: fix race between jbd2_journal_remove_checkpoint and ->j_commit_callbackDmitry Monakhov2013-04-031-22/+28
* ext4: support simple conversion of extent-mapped inodes to use i_blocksTheodore Ts'o2013-04-033-13/+69
* ext4/jbd2: don't wait (forever) for stale tid caused by wraparoundTheodore Ts'o2013-04-033-4/+33
* ext4: add might_sleep() annotationsTheodore Ts'o2013-04-032-0/+10
* ext4: add mutex_is_locked() assertion to ext4_truncate()Theodore Ts'o2013-04-031-0/+7
* ext4: refactor truncate codeTheodore Ts'o2013-04-034-148/+78
* ext4: refactor punch hole codeTheodore Ts'o2013-04-034-347/+183
* ext4: fold ext4_alloc_blocks() in ext4_alloc_branch()Theodore Ts'o2013-04-031-181/+46
* ext4: fold ext4_generic_write_end() into ext4_write_end()Zheng Liu2013-04-031-40/+27
* ext4: collapse handling of data=ordered and data=writeback codepathsTheodore Ts'o2013-04-032-96/+30
* ext4: fix big-endian bugs which could cause fs corruptionsZheng Liu2013-04-032-6/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-2913-43/+188
|\
| * Btrfs: don't drop path when printing out tree errors in scrubJosef Bacik2013-03-291-1/+2
| * Btrfs: fix wrong return value of btrfs_lookup_csum()Miao Xie2013-03-281-1/+3
| * Btrfs: fix wrong reservation of csumsMiao Xie2013-03-282-2/+2
| * Btrfs: fix double free in the btrfs_qgroup_account_ref()Wang Shilong2013-03-281-2/+1
| * Btrfs: limit the global reserve to 512mbJosef Bacik2013-03-281-1/+1
| * Btrfs: hold the ordered operations mutex when waiting on ordered extentsJosef Bacik2013-03-281-0/+2
| * Btrfs: fix space accounting for unlink and renameJosef Bacik2013-03-281-4/+2
| * Btrfs: fix space leak when we fail to reserve metadata spaceJosef Bacik2013-03-281-6/+41
| * Btrfs: fix EIO from btrfs send in is_extent_unchanged for punched holesJan Schmidt2013-03-281-6/+4
| * Btrfs: fix race between mmap writes and compressionChris Mason2013-03-263-0/+49
| * Btrfs: fix memory leak in btrfs_create_tree()Tsutomu Itoh2013-03-211-3/+9
| * Btrfs: fix locking on ROOT_REPLACE operations in tree mod logJan Schmidt2013-03-211-10/+20
| * Btrfs: fix missing qgroup reservation before fallocatingWang Shilong2013-03-211-0/+9
| * Btrfs: handle a bogus chunk tree nicelyJosef Bacik2013-03-212-6/+42
| * Btrfs: update to use fs_state bitLiu Bo2013-03-211-1/+1
* | Merge tag 'driver-core-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-03-281-1/+16
|\ \
| * | sysfs: handle failure path correctly for readdir()Ming Lei2013-03-201-0/+4
| * | sysfs: fix race between readdir and lseekMing Lei2013-03-201-1/+12
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-285-1/+68
|\ \ \
| * | | userns: Restrict when proc and sysfs can be mountedEric W. Biederman2013-03-273-0/+29
| * | | vfs: Carefully propogate mounts across user namespacesEric W. Biederman2013-03-273-1/+12
| * | | vfs: Add a mount flag to lock read only bind mountsEric W. Biederman2013-03-271-0/+3
| * | | userns: Don't allow creation if the user is chrootedEric W. Biederman2013-03-271-0/+24
| |/ /
* | | vfs/splice: Fix missed checks in new __kernel_write() helperAl Viro2013-03-271-0/+3