summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-12-22io-wq: drop wqe lock before creating new workerJens Axboe1-0/+2
2021-12-22io-wq: check for wq exit after adding new worker task_workJens Axboe1-6/+25
2021-12-22io-wq: remove spurious bit clear on task_work additionJens Axboe1-3/+1
2021-12-22ovl: fix warning in ovl_create_real()Miklos Szeredi3-6/+10
2021-12-22fuse: annotate lock in fuse_reverse_inval_entry()Miklos Szeredi1-1/+1
2021-12-22cifs: sanitize multiple delimiters in prepathThiago Rafael Becker1-1/+37
2021-12-22zonefs: add MODULE_ALIAS_FSNaohiro Aota1-0/+1
2021-12-22btrfs: fix missing blkdev_put() call in btrfs_scan_one_device()Shin'ichiro Kawasaki1-2/+4
2021-12-22btrfs: check WRITE_ERR when trying to read an extent bufferJosef Bacik1-0/+8
2021-12-22btrfs: fix double free of anon_dev after failure to create subvolumeFilipe Manana1-0/+8
2021-12-22btrfs: fix memory leak in __add_inode_ref()Jianglei Nie1-0/+1
2021-12-22afs: Fix mmapDavid Howells2-2/+4
2021-12-22ceph: initialize pathlen variable in reconnect_caps_cbXiubo Li1-2/+1
2021-12-22ceph: fix duplicate increment of opened_inodes metricHu Weiwen1-8/+8
2021-12-22btrfs: remove stale comment about the btrfs_show_devnameAnand Jain1-7/+0
2021-12-22btrfs: update latest_dev when we create a sprout deviceAnand Jain1-0/+2
2021-12-22btrfs: use latest_dev in btrfs_show_devnameAnand Jain1-19/+5
2021-12-22btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain6-12/+16
2021-12-22ceph: fix up non-directory creation in SGID directoriesChristian Brauner1-3/+15
2021-12-17fuse: make sure reclaim doesn't write the inodeMiklos Szeredi4-0/+27
2021-12-17netfs: Fix lockdep warning from taking sb_writers whilst holding mmap_lockDavid Howells1-10/+5
2021-12-14aio: Fix incorrect usage of eventfd_signal_allowed()Xie Yongji1-1/+1
2021-12-14tracefs: Set all files to the same group ownership as the mount optionSteven Rostedt (VMware)1-0/+72
2021-12-14aio: fix use-after-free due to missing POLLFREE handlingEric Biggers1-31/+106
2021-12-14aio: keep poll requests on waitqueue until completedEric Biggers1-20/+63
2021-12-14signalfd: use wake_up_pollfree()Eric Biggers1-11/+1
2021-12-14io_uring: ensure task_work gets run as part of cancelationsJens Axboe1-2/+4
2021-12-14tracefs: Have new files inherit the ownership of their parentSteven Rostedt (VMware)1-0/+4
2021-12-14nfsd: Fix nsfd startup race (again)Alexander Sverdlin2-7/+8
2021-12-14nfsd: fix use-after-free due to delegation raceJ. Bruce Fields1-2/+7
2021-12-14btrfs: free exchange changeset on failuresJohannes Thumshirn1-3/+9
2021-12-14btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handlingQu Wenruo1-1/+2
2021-12-14btrfs: fix re-dirty process of tree-log nodesNaohiro Aota1-2/+3
2021-12-14btrfs: clear extent buffer uptodate when we fail to write itJosef Bacik1-0/+6
2021-12-14cifs: Fix crash on unload of cifs_arc4.koVincent Whitchurch1-13/+0
2021-12-08io-wq: don't retry task_work creation failure on fatal conditionsJens Axboe1-0/+7
2021-12-08fget: check that the fd still exists after getting a ref to itLinus Torvalds1-0/+4
2021-12-08btrfs: check-integrity: fix a warning on write caching disabled diskWang Yugui1-1/+13
2021-12-08btrfs: silence lockdep when reading chunk tree during mountFilipe Manana1-5/+13
2021-12-08gfs2: Fix length of holes reported at end-of-fileAndreas Gruenbacher1-1/+1
2021-12-08gfs2: release iopen glock early in evictBob Peterson1-7/+7
2021-12-01io_uring: fix soft lockup when call __io_remove_buffersYe Bin1-3/+2
2021-12-01cifs: nosharesock should be set on new serverShyam Prasad N1-3/+4
2021-12-01ksmbd: Fix an error handling path in 'smb2_sess_setup()'Christophe JAILLET1-2/+4
2021-12-01ceph: properly handle statfs on multifs setupsJeff Layton1-5/+6
2021-12-01cifs: nosharesock should not share socket with future sessionsShyam Prasad N3-1/+10
2021-12-01f2fs: set SBI_NEED_FSCK flag when inconsistent node block foundWeichao Guo1-0/+1
2021-12-01f2fs: quota: fix potential deadlockChao Yu1-1/+2
2021-12-01erofs: fix deadlock when shrink erofs slabHuang Jianan1-2/+6
2021-12-01NFSv42: Don't fail clone() unless the OP_CLONE operation failedTrond Myklebust1-2/+1