summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* jbd2: abort journal if free a async write error metadata bufferzhangyi (F)2020-09-031-0/+16
* ext4: handle read only external journal deviceLukas Czerner2020-09-031-18/+33
* ext4: don't BUG on inconsistent journal featureJan Kara2020-09-031-21/+47
* jbd2: make sure jh have b_transaction set in refile/unfile_bufferLukas Czerner2020-09-031-0/+10
* ceph: fix potential mdsc use-after-free crashXiubo Li2020-09-031-1/+13
* btrfs: file: reserve qgroup space after the hole punch range is lockedQu Wenruo2020-09-031-4/+4
* f2fs: fix use-after-free issueLi Guifu2020-09-031-2/+3
* f2fs: fix error path in do_recover_data()Chao Yu2020-09-034-13/+26
* xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner2020-09-033-4/+26
* do_epoll_ctl(): clean the failure exits up a bitAl Viro2020-08-261-6/+4
* epoll: Keep a reference on files added to the check listMarc Zyngier2020-08-261-2/+7
* afs: Fix NULL deref in afs_dynroot_depopulate()David Howells2020-08-261-9/+11
* ext4: don't allow overlapping system zonesJan Kara2020-08-261-23/+13