summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-10-01xfs: prohibit fs freezing when using empty transactionsDarrick J. Wong
2020-10-01proc: io_accounting: Use new infrastructure to fix deadlocks in execveBernd Edlinger
2020-10-01proc: Use new infrastructure to fix deadlocks in execveBernd Edlinger
2020-10-01exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman
2020-10-01btrfs: free the reloc_control in a consistent wayJosef Bacik
2020-10-01btrfs: do not init a reloc root if we aren't relocatingJosef Bacik
2020-10-01nfsd: Don't add locks to closed or closing open stateidsTrond Myklebust
2020-10-01ext4: mark block bitmap corrupted when found instead of BUGONDmitry Monakhov
2020-10-01xfs: mark dir corrupt when lookup-by-hash failsDarrick J. Wong
2020-10-01xfs: don't ever return a stale pointer from __xfs_dir3_free_readDarrick J. Wong
2020-10-01ext4: fix a data race at inode->i_disksizeQiujun Huang
2020-10-01nfsd: Fix a perf warningTrond Myklebust
2020-10-01ceph: ensure we have a new cap before continuing in fill_inodeJeff Layton
2020-10-01nfsd: Fix a soft lockup race in nfsd_file_mark_find_or_create()Trond Myklebust
2020-10-01btrfs: tree-checker: Check leaf chunk item sizeQu Wenruo
2020-10-01xfs: fix log reservation overflows when allocating large rt extentsDarrick J. Wong
2020-10-01xfs: fix realtime file data space leakOmar Sandoval
2020-10-01f2fs: stop GC when the victim becomes fully validJaegeuk Kim
2020-10-01CIFS: Properly process SMB3 lease breaksPavel Shilovsky
2020-10-01CIFS: Use common error handling code in smb2_ioctl_query_info()Markus Elfring
2020-10-01gfs2: clean up iopen glock mess in gfs2_create_inodeBob Peterson
2020-10-01xfs: fix attr leaf header freemap.size underflowBrian Foster
2020-10-01fix dget_parent() fastpath raceAl Viro
2020-10-01f2fs: avoid kernel panic on corruption testJaegeuk Kim
2020-10-01iomap: Fix overflow in iomap_page_mkwriteAndreas Gruenbacher
2020-10-01xfs: properly serialise fallocate against AIO+DIODave Chinner
2020-10-01xfs: fix inode fork extent count overflowDave Chinner
2020-09-23f2fs: Return EOF on unaligned end of file DIO readGabriel Krisman Bertazi
2020-09-23f2fs: fix indefinite loop scanning for free nidSahitya Tummala
2020-09-23cifs: fix DFS mount with cifsacl/modefromsidRonnie Sahlberg
2020-09-23NFS: Zero-stateid SETATTR should first return delegationChuck Lever
2020-09-23NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation recallOlga Kornievskaia
2020-09-23gfs2: initialize transaction tr_ailX_lists earlierBob Peterson
2020-09-17debugfs: Fix module state check conditionVladis Dronov
2020-09-17btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana
2020-09-17btrfs: fix lockdep splat in add_missing_devJosef Bacik
2020-09-17btrfs: require only sector size alignment for parent eb bytenrQu Wenruo
2020-09-17xfs: initialize the shortform attr header padding entryDarrick J. Wong
2020-09-17xfs: fix off-by-one in inode alloc block reservation calculationBrian Foster
2020-09-09affs: fix basic permission bits to actually workMax Staudt
2020-09-09btrfs: fix potential deadlock in the search ioctlJosef Bacik
2020-09-09btrfs: tree-checker: fix the error message for transid errorQu Wenruo
2020-09-09btrfs: set the lockdep class for log tree extent buffersJosef Bacik
2020-09-09btrfs: set the correct lockdep class for new nodesJosef Bacik
2020-09-09btrfs: allocate scrub workqueues outside of locksJosef Bacik
2020-09-09btrfs: drop path before adding new uuid tree entryJosef Bacik
2020-09-09xfs: don't update mtime on COW faultsMikulas Patocka
2020-09-09ext2: don't update mtime on COW faultsMikulas Patocka
2020-09-09xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesDarrick J. Wong
2020-09-09fix regression in "epoll: Keep a reference on files added to the check list"Al Viro