summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2014-12-04xfs: lobotomise xfs_trans_read_buf_map()Dave Chinner-102/+33
2014-12-04xfs: active inodes stat is brokenDave Chinner-1/+2
2014-12-04xfs: cleanup xfs_bmse_merge returnsDave Chinner-15/+8
2014-12-04xfs: cleanup xfs_bmse_shift_one goto messDave Chinner-26/+17
2014-12-04xfs: fix premature enospc on inode allocationDave Chinner-10/+24
2014-12-04xfs: overflow in xfs_iomap_eof_align_last_fsbPeter Watkins-7/+6
2014-12-04Merge branch 'xfs-coccinelle-cleanups' into xfs-misc-fixes-for-3.19-2Dave Chinner-24/+9
2014-12-03fat: fix oops on corrupted vfat fsAl Viro-9/+11
2014-12-02Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs i...Chris Mason-229/+1684
2014-12-02Btrfs: make get_caching_control unconditionally return the ctlJosef Bacik-6/+4
2014-12-02Btrfs: fix unprotected deletion from pending_chunks listFilipe Manana-1/+7
2014-12-02Btrfs: fix fs mapping extent map leakFilipe Manana-0/+6
2014-12-02Btrfs: fix memory leak after block remove + trimmingFilipe Manana-0/+6
2014-12-02Btrfs: make btrfs_abort_transaction consider existence of new block groupsFilipe Manana-3/+4
2014-12-02Btrfs: fix race between writing free space cache and trimmingFilipe Manana-6/+71
2014-12-02Btrfs: fix race between fs trimming and block group remove/allocationFilipe Manana-21/+140
2014-12-03Btrfs, replace: enable dev-replace for raid56Zhao Lei-5/+0
2014-12-02Btrfs: fix freeing used extents after removing empty block groupFilipe Manana-11/+10
2014-12-02Btrfs: fix crash caused by block group removalFilipe Manana-0/+28
2014-12-02Btrfs: fix invalid block group rbtree access after bg is removedFilipe Manana-0/+13
2014-12-03Btrfs, raid56: fix use-after-free problem in the final device replace procedu...Miao Xie-20/+45
2014-12-03Btrfs, replace: write raid56 parity into the replace target deviceMiao Xie-1/+24
2014-12-03Btrfs, replace: write dirty pages into the replace target deviceMiao Xie-43/+97
2014-12-03Btrfs, raid56: support parity scrub on raid56Miao Xie-20/+1115
2014-12-03Btrfs, raid56: use a variant to record the operation typeMiao Xie-14/+17
2014-12-03Btrfs, scrub: repair the common data on RAID5/6 if it is corruptedMiao Xie-33/+235
2014-12-03Btrfs, raid56: don't change bbio and raid_mapMiao Xie-19/+23
2014-12-03Btrfs: remove unnecessary code of stripe_index assignment in __btrfs_map_blockZhao Lei-3/+1
2014-12-03Btrfs: remove noused bbio_ret in __btrfs_map_block in conditionZhao Lei-2/+1
2014-12-02ext4: fix suboptimal seek_{data,hole} extents traversialDmitry Monakhov-116/+108
2014-12-02ext4: ext4_inline_data_fiemap should respect callers argumentDmitry Monakhov-8/+16
2014-12-02ext4: prevent fsreentrance deadlock for inline_dataDmitry Monakhov-5/+6
2014-12-02f2fs: more fast lookup for gc_inode listChangman Lee-19/+34
2014-12-02mnt: Clear mnt_expire during pivot_rootEric W. Biederman-0/+2
2014-12-02mnt: Carefully set CL_UNPRIVILEGED in clone_mntEric W. Biederman-1/+2
2014-12-02mnt: Move the clear of MNT_LOCKED from copy_tree to it's callers.Eric W. Biederman-1/+1
2014-12-02umount: Do not allow unmounting rootfs.Eric W. Biederman-0/+1
2014-12-02umount: Disallow unprivileged mount forceEric W. Biederman-0/+3
2014-12-02mnt: Implicitly add MNT_NODEV on remount when it was implicitly added by mountEric W. Biederman-1/+7
2014-12-01Merge tag 'ext4_for_linus_urgent' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+2
2014-12-01jbd2: fix regression where we fail to initialize checksum seed when loadingDarrick J. Wong-3/+2
2014-12-01f2fs: cleanup redundant macroChangman Lee-3/+3
2014-12-01f2fs: fix to return correct error number in f2fs_write_beginChao Yu-1/+3
2014-12-01nfsd: minor off by one checks in __write_versions()Dan Carpenter-3/+3
2014-12-01Merge branch 'xfs-coccinelle-cleanups' into for-nextDave Chinner-24/+9
2014-12-01xfs: fix simple_return.cocci warning in xfs_bmse_shift_onekbuild test robot-5/+1
2014-12-01xfs: fix simple_return.cocci warning in xfs_file_readdirkbuild test robot-5/+1
2014-12-01libxfs: fix simple_return.cocci warningskbuild test robot-5/+1
2014-12-01xfs: remove unnecessary null checksMarkus Elfring-9/+6
2014-11-30btrfs: zero out left over bytes after processing compression streamsChris Mason-5/+67