summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix double __endio_write_update_ordered in direct I/OOmar Sandoval2020-10-011-108/+70
* btrfs: don't force read-only after error in drop snapshotDavid Sterba2020-10-011-2/+0
* fuse: update attr_version counter on fuse_notify_inval_inode()Miklos Szeredi2020-10-011-0/+7
* 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
* btrfs: fix setting last_trans for reloc rootsJosef Bacik2020-10-011-2/+17
* 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
* ubifs: ubifs_add_orphan: Fix a memory leak bugZhihao Cheng2020-10-011-2/+7
* ubifs: ubifs_jnl_write_inode: Fix a memory leak bugZhihao Cheng2020-10-011-0/+1
* xfs: prohibit fs freezing when using empty transactionsDarrick J. Wong2020-10-013-0/+23
* proc: io_accounting: Use new infrastructure to fix deadlocks in execveBernd Edlinger2020-10-011-2/+2
* proc: Use new infrastructure to fix deadlocks in execveBernd Edlinger2020-10-011-3/+3
* exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman2020-10-011-3/+19
* btrfs: free the reloc_control in a consistent wayJosef Bacik2020-10-011-2/+14
* btrfs: do not init a reloc root if we aren't relocatingJosef Bacik2020-10-011-4/+16
* 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
* nfsd: Fix a perf warningTrond Myklebust2020-10-011-6/+6
* ceph: ensure we have a new cap before continuing in fill_inodeJeff Layton2020-10-011-1/+4
* nfsd: Fix a soft lockup race in nfsd_file_mark_find_or_create()Trond Myklebust2020-10-011-2/+6
* btrfs: tree-checker: Check leaf chunk item sizeQu Wenruo2020-10-011-1/+39
* xfs: fix log reservation overflows when allocating large rt extentsDarrick J. Wong2020-10-011-19/+77
* xfs: fix realtime file data space leakOmar Sandoval2020-10-011-11/+14
* f2fs: stop GC when the victim becomes fully validJaegeuk Kim2020-10-011-2/+8
* CIFS: Properly process SMB3 lease breaksPavel Shilovsky2020-10-017-65/+57
* CIFS: Use common error handling code in smb2_ioctl_query_info()Markus Elfring2020-10-011-22/+23
* 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: avoid kernel panic on corruption testJaegeuk Kim2020-10-011-1/+0
* iomap: Fix overflow in iomap_page_mkwriteAndreas Gruenbacher2020-10-011-4/+3
* xfs: properly serialise fallocate against AIO+DIODave Chinner2020-10-013-7/+32
* xfs: fix inode fork extent count overflowDave Chinner2020-10-015-20/+24
* 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
* cifs: fix DFS mount with cifsacl/modefromsidRonnie Sahlberg2020-09-231-0/+4
* 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
* debugfs: Fix module state check conditionVladis Dronov2020-09-171-2/+2
* 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
* xfs: fix off-by-one in inode alloc block reservation calculationBrian Foster2020-09-172-3/+3
* affs: fix basic permission bits to actually workMax Staudt2020-09-092-1/+52