summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: end sync buffer I/O properly on shutdown errorBrian Foster2019-12-051-2/+1
* ocfs2: clear journal dirty flag after shutdown journalJunxiao Bi2019-12-051-4/+2
* f2fs: fix to dirty inode synchronouslyChao Yu2019-12-051-1/+1
* f2fs: fix block address for __check_sit_bitmapQiuyang Sun2019-12-051-1/+1
* xfs: Fix bulkstat compat ioctls on x32 userspace.Nick Bowler2019-12-051-4/+30
* xfs: Align compat attrlist_by_handle with native implementation.Nick Bowler2019-12-051-0/+6
* gfs2: take jdata unstuff into account in do_growBob Peterson2019-12-051-0/+2
* exofs_mount(): fix leaks on failure exitsAl Viro2019-12-051-8/+29
* btrfs: only track ref_heads in delayed_ref_updatesJosef Bacik2019-12-051-3/+0
* Btrfs: allow clear_extent_dirty() to receive a cached extent state recordFilipe Manana2019-12-053-6/+12
* btrfs: dev-replace: set result code of cancel by status of scrubAnand Jain2019-12-051-7/+14
* btrfs: fix ncopies raid_attr for RAID56Hans van Kranenburg2019-12-051-2/+2
* btrfs: Check for missing device before bio submission in btrfs_map_bioNikolay Borisov2019-12-051-7/+2
* ubifs: Fix default compression selection in ubifsGabor Juhos2019-12-051-1/+12
* xfs: require both realtime inodes to mountDarrick J. Wong2019-12-051-3/+1
* xfs: zero length symlinks are not validDave Chinner2019-12-052-20/+27
* ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton2019-12-051-1/+10
* ocfs2: remove ocfs2_is_o2cb_active()Gang He2019-12-013-10/+1
* dlm: don't leak kernel pointer to userspaceTycho Andersen2019-12-011-1/+1
* dlm: fix invalid freeTycho Andersen2019-12-011-2/+3
* btrfs: avoid link error with CONFIG_NO_AUTO_INLINEArnd Bergmann2019-12-011-3/+3
* ocfs2: fix clusters leak in ocfs2_defrag_extent()Larry Chen2019-12-011-0/+17
* ocfs2: don't put and assigning null to bh allocated outsideChangwei Ge2019-12-011-18/+59
* ocfs2: don't use iocb when EIOCBQUEUED returnsChangwei Ge2019-12-011-2/+2
* ocfs2: without quota support, avoid calling quota recoveryGuozhonghua2019-12-011-17/+34
* fs/hfs/extent.c: fix array out of bounds read of array extentColin Ian King2019-12-011-1/+1
* hfs: update timestamp on truncate()Ernesto A. Fernández2019-12-011-0/+2
* hfsplus: update timestamps on truncate()Ernesto A. Fernández2019-12-011-0/+1
* hfs: fix return value of hfs_get_block()Ernesto A. Fernández2019-12-011-1/+3
* hfsplus: fix return value of hfsplus_get_block()Ernesto A. Fernández2019-12-011-1/+3
* hfs: prevent btree data loss on ENOSPCErnesto A. Fernández2019-12-014-16/+46
* hfsplus: prevent btree data loss on ENOSPCErnesto A. Fernández2019-12-015-16/+68
* hfs: fix BUG on bnode parent updateErnesto A. Fernández2019-12-011-0/+1
* hfsplus: fix BUG on bnode parent updateErnesto A. Fernández2019-12-011-0/+1
* vfs: avoid problematic remapping requests into partial EOF blockDarrick J. Wong2019-12-011-0/+33
* fs/ocfs2/dlm/dlmdebug.c: fix a sleep-in-atomic-context bug in dlm_print_one_m...Jia-Ju Bai2019-12-011-1/+1
* fs/cifs: fix uninitialised variable warningsGarry McNulty2019-12-011-3/+3
* f2fs: spread f2fs_set_inode_flags()Chao Yu2019-12-013-4/+5
* f2fs: fix to spread clear_cold_data()Chao Yu2019-12-013-2/+11
* ceph: only allow punch hole mode in fallocateLuis Henriques2019-12-011-36/+9
* ceph: fix dentry leak in ceph_readdir_prepopulateYan, Zheng2019-12-011-1/+0
* xfs: clear ail delwri queued bufs on unmount of shutdown fsBrian Foster2019-12-012-6/+29
* xfs: fix use-after-free race in xfs_buf_releDave Chinner2019-12-011-1/+37
* btrfs: handle error of get_old_rootNikolay Borisov2019-12-011-0/+4
* btrfs: defrag: use btrfs_mod_outstanding_extents in cluster_pages_for_defragSu Yue2019-12-011-1/+1
* gfs2: Fix marking bitmaps non-fullAndreas Gruenbacher2019-12-011-2/+11
* Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare...Joseph Qi2019-12-011-23/+33
* orangefs: rate limit the client not running info messageColin Ian King2019-11-241-1/+1
* GFS2: Flush the GFS2 delete workqueue before stopping the kernel threadsTim Smith2019-11-241-1/+1
* proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted()Borislav Petkov2019-11-241-0/+10