summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: qgroup: fix data leak caused by race between writeback and truncateQu Wenruo2020-10-011-13/+10
* cifs: Fix double add page to memcg when cifs_readpagesZhang Xiaoxu2020-10-011-4/+7
* ceph: fix potential race in ceph_check_capsJeff Layton2020-10-011-1/+13
* btrfs: don't force read-only after error in drop snapshotDavid Sterba2020-10-011-2/+0
* fuse: don't check refcount after stealing pageMiklos Szeredi2020-10-011-1/+0
* bdev: Reduce time holding bd_mutex in sync in blkdev_close()Douglas Anderson2020-10-011-0/+10
* NFS: Fix races nfs_page_group_destroy() vs nfs_destroy_unlinked_subrequests()Trond Myklebust2020-10-012-24/+53
* ubifs: Fix out-of-bounds memory access caused by abnormal value of node_lenLiu Song2020-10-011-2/+14
* nfsd: Don't add locks to closed or closing open stateidsTrond Myklebust2020-10-011-30/+43
* ext4: mark block bitmap corrupted when found instead of BUGONDmitry Monakhov2020-10-011-2/+9
* xfs: mark dir corrupt when lookup-by-hash failsDarrick J. Wong2020-10-011-0/+3
* xfs: don't ever return a stale pointer from __xfs_dir3_free_readDarrick J. Wong2020-10-011-0/+1
* ext4: fix a data race at inode->i_disksizeQiujun Huang2020-10-011-1/+1
* ceph: ensure we have a new cap before continuing in fill_inodeJeff Layton2020-10-011-1/+4
* xfs: fix log reservation overflows when allocating large rt extentsDarrick J. Wong2020-10-011-19/+77
* CIFS: Properly process SMB3 lease breaksPavel Shilovsky2020-10-017-65/+57
* gfs2: clean up iopen glock mess in gfs2_create_inodeBob Peterson2020-10-011-6/+7
* xfs: fix attr leaf header freemap.size underflowBrian Foster2020-10-011-1/+3
* fix dget_parent() fastpath raceAl Viro2020-10-011-1/+3
* f2fs: Return EOF on unaligned end of file DIO readGabriel Krisman Bertazi2020-09-231-0/+3
* f2fs: fix indefinite loop scanning for free nidSahitya Tummala2020-09-231-0/+3
* NFS: Zero-stateid SETATTR should first return delegationChuck Lever2020-09-231-1/+3
* NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation recallOlga Kornievskaia2020-09-231-1/+6
* gfs2: initialize transaction tr_ailX_lists earlierBob Peterson2020-09-233-2/+4
* btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana2020-09-171-1/+2
* btrfs: fix lockdep splat in add_missing_devJosef Bacik2020-09-171-0/+10
* btrfs: require only sector size alignment for parent eb bytenrQu Wenruo2020-09-172-15/+16
* xfs: initialize the shortform attr header padding entryDarrick J. Wong2020-09-171-2/+2
* affs: fix basic permission bits to actually workMax Staudt2020-09-092-1/+52
* btrfs: fix potential deadlock in the search ioctlJosef Bacik2020-09-093-14/+27
* btrfs: set the lockdep class for log tree extent buffersJosef Bacik2020-09-091-1/+5
* btrfs: Remove extraneous extent_buffer_get from tree_mod_log_rewindNikolay Borisov2020-09-091-1/+0
* btrfs: Remove redundant extent_buffer_get in get_old_rootNikolay Borisov2020-09-091-1/+0
* btrfs: drop path before adding new uuid tree entryJosef Bacik2020-09-091-1/+2
* xfs: don't update mtime on COW faultsMikulas Patocka2020-09-091-2/+10
* ext2: don't update mtime on COW faultsMikulas Patocka2020-09-091-2/+4
* xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesDarrick J. Wong2020-09-091-1/+1
* fix regression in "epoll: Keep a reference on files added to the check list"Al Viro2020-09-091-3/+3
* xfs: fix boundary test in xfs_attr_shortform_verifyEric Sandeen2020-09-091-1/+3
* ceph: don't allow setlease on cephfsJeff Layton2020-09-091-0/+1
* btrfs: check the right error variable in btrfs_del_dir_entries_in_logJosef Bacik2020-09-031-4/+6
* writeback: Fix sync livelock due to b_dirty_time processingJan Kara2020-09-031-27/+17
* writeback: Avoid skipping inode writebackJan Kara2020-09-031-5/+12
* writeback: Protect inode->i_io_list with inode->i_lockJan Kara2020-09-031-5/+17
* btrfs: fix space cache memory leak after transaction abortFilipe Manana2020-09-032-1/+2
* btrfs: reset compression level for lzo on remountMarcos Paulo de Souza2020-09-031-0/+1
* fs: prevent BUG_ON in submit_bh_wbc()Xianting Tian2020-09-032-7/+9
* ext4: correctly restore system zone info when remount failsJan Kara2020-09-032-16/+21
* ext4: handle error of ext4_setup_system_zone() on remountJan Kara2020-09-031-1/+4
* ext4: handle option set by mount flags correctlyLukas Czerner2020-09-031-5/+16