summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2014-12-04common object embedded into various struct ....nsAl Viro
2014-12-03f2fs: use rw_semaphore for nat entry lockJaegeuk Kim
2014-12-03f2fs: fix missing kmem_cache_freeJaegeuk Kim
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner
2014-12-04xfs: split metadata and log buffer completion to separate workqueuesBrian Foster
2014-12-04xfs: fix set-but-unused warningsDave Chinner
2014-12-04xfs: move type conversion functions to xfs_dir.hDave Chinner
2014-12-04xfs: move ftype conversion functions to libxfsDave Chinner
2014-12-04xfs: lobotomise xfs_trans_read_buf_map()Dave Chinner
2014-12-04xfs: active inodes stat is brokenDave Chinner
2014-12-04xfs: cleanup xfs_bmse_merge returnsDave Chinner
2014-12-04xfs: cleanup xfs_bmse_shift_one goto messDave Chinner
2014-12-04xfs: fix premature enospc on inode allocationDave Chinner
2014-12-04xfs: overflow in xfs_iomap_eof_align_last_fsbPeter Watkins
2014-12-04Merge branch 'xfs-coccinelle-cleanups' into xfs-misc-fixes-for-3.19-2Dave Chinner
2014-12-03fat: fix oops on corrupted vfat fsAl Viro
2014-12-02Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs i...Chris Mason
2014-12-02Btrfs: make get_caching_control unconditionally return the ctlJosef Bacik
2014-12-02Btrfs: fix unprotected deletion from pending_chunks listFilipe Manana
2014-12-02Btrfs: fix fs mapping extent map leakFilipe Manana
2014-12-02Btrfs: fix memory leak after block remove + trimmingFilipe Manana
2014-12-02Btrfs: make btrfs_abort_transaction consider existence of new block groupsFilipe Manana
2014-12-02Btrfs: fix race between writing free space cache and trimmingFilipe Manana
2014-12-02Btrfs: fix race between fs trimming and block group remove/allocationFilipe Manana
2014-12-03Btrfs, replace: enable dev-replace for raid56Zhao Lei
2014-12-02Btrfs: fix freeing used extents after removing empty block groupFilipe Manana
2014-12-02Btrfs: fix crash caused by block group removalFilipe Manana
2014-12-02Btrfs: fix invalid block group rbtree access after bg is removedFilipe Manana
2014-12-03Btrfs, raid56: fix use-after-free problem in the final device replace procedu...Miao Xie
2014-12-03Btrfs, replace: write raid56 parity into the replace target deviceMiao Xie
2014-12-03Btrfs, replace: write dirty pages into the replace target deviceMiao Xie
2014-12-03Btrfs, raid56: support parity scrub on raid56Miao Xie
2014-12-03Btrfs, raid56: use a variant to record the operation typeMiao Xie
2014-12-03Btrfs, scrub: repair the common data on RAID5/6 if it is corruptedMiao Xie
2014-12-03Btrfs, raid56: don't change bbio and raid_mapMiao Xie
2014-12-03Btrfs: remove unnecessary code of stripe_index assignment in __btrfs_map_blockZhao Lei
2014-12-03Btrfs: remove noused bbio_ret in __btrfs_map_block in conditionZhao Lei
2014-12-02ext4: fix suboptimal seek_{data,hole} extents traversialDmitry Monakhov
2014-12-02ext4: ext4_inline_data_fiemap should respect callers argumentDmitry Monakhov
2014-12-02ext4: prevent fsreentrance deadlock for inline_dataDmitry Monakhov
2014-12-02f2fs: more fast lookup for gc_inode listChangman Lee
2014-12-02mnt: Clear mnt_expire during pivot_rootEric W. Biederman
2014-12-02mnt: Carefully set CL_UNPRIVILEGED in clone_mntEric W. Biederman
2014-12-02mnt: Move the clear of MNT_LOCKED from copy_tree to it's callers.Eric W. Biederman
2014-12-02umount: Do not allow unmounting rootfs.Eric W. Biederman
2014-12-02umount: Disallow unprivileged mount forceEric W. Biederman
2014-12-02mnt: Implicitly add MNT_NODEV on remount when it was implicitly added by mountEric W. Biederman
2014-12-01Merge tag 'ext4_for_linus_urgent' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-12-01jbd2: fix regression where we fail to initialize checksum seed when loadingDarrick J. Wong
2014-12-01f2fs: cleanup redundant macroChangman Lee