summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2021-12-14aio: Fix incorrect usage of eventfd_signal_allowed()Xie Yongji
2021-12-14tracefs: Set all files to the same group ownership as the mount optionSteven Rostedt (VMware)
2021-12-14aio: fix use-after-free due to missing POLLFREE handlingEric Biggers
2021-12-14aio: keep poll requests on waitqueue until completedEric Biggers
2021-12-14signalfd: use wake_up_pollfree()Eric Biggers
2021-12-14io_uring: ensure task_work gets run as part of cancelationsJens Axboe
2021-12-14tracefs: Have new files inherit the ownership of their parentSteven Rostedt (VMware)
2021-12-14nfsd: Fix nsfd startup race (again)Alexander Sverdlin
2021-12-14nfsd: fix use-after-free due to delegation raceJ. Bruce Fields
2021-12-14btrfs: free exchange changeset on failuresJohannes Thumshirn
2021-12-14btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handlingQu Wenruo
2021-12-14btrfs: fix re-dirty process of tree-log nodesNaohiro Aota
2021-12-14btrfs: clear extent buffer uptodate when we fail to write itJosef Bacik
2021-12-14cifs: Fix crash on unload of cifs_arc4.koVincent Whitchurch
2021-12-08io-wq: don't retry task_work creation failure on fatal conditionsJens Axboe
2021-12-08fget: check that the fd still exists after getting a ref to itLinus Torvalds
2021-12-08btrfs: check-integrity: fix a warning on write caching disabled diskWang Yugui
2021-12-08btrfs: silence lockdep when reading chunk tree during mountFilipe Manana
2021-12-08gfs2: Fix length of holes reported at end-of-fileAndreas Gruenbacher
2021-12-08gfs2: release iopen glock early in evictBob Peterson
2021-12-01io_uring: fix soft lockup when call __io_remove_buffersYe Bin
2021-12-01cifs: nosharesock should be set on new serverShyam Prasad N
2021-12-01ksmbd: Fix an error handling path in 'smb2_sess_setup()'Christophe JAILLET
2021-12-01ceph: properly handle statfs on multifs setupsJeff Layton
2021-12-01cifs: nosharesock should not share socket with future sessionsShyam Prasad N
2021-12-01f2fs: set SBI_NEED_FSCK flag when inconsistent node block foundWeichao Guo
2021-12-01f2fs: quota: fix potential deadlockChao Yu
2021-12-01erofs: fix deadlock when shrink erofs slabHuang Jianan
2021-12-01NFSv42: Don't fail clone() unless the OP_CLONE operation failedTrond Myklebust
2021-12-01proc/vmcore: fix clearing user buffer by properly using clear_user()David Hildenbrand
2021-12-01NFSv42: Fix pagecache invalidation after COPY/CLONEBenjamin Coddington
2021-12-01iomap: Fix inline extent handling in iomap_readpageAndreas Gruenbacher
2021-12-01ksmbd: fix memleak in get_file_stream_info()Namjae Jeon
2021-12-01ksmbd: contain default data stream even if xattr is emptyNamjae Jeon
2021-12-01ksmbd: downgrade addition info error msg to debug in smb2_get_info_sec()Namjae Jeon
2021-12-01io_uring: fix link traversal lockingPavel Begunkov
2021-12-01io_uring: fail cancellation for EXITING tasksPavel Begunkov
2021-12-01io_uring: correct link-list traversal lockingPavel Begunkov
2021-12-01fuse: release pipe buf after last useMiklos Szeredi
2021-11-25btrfs: update device path inode time instead of bd_inodeJosef Bacik
2021-11-25fs: export an inode_update_time helperJosef Bacik
2021-11-25signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman
2021-11-25fs: handle circular mappings correctlyChristian Brauner
2021-11-25btrfs: fix memory ordering between normal and ordered work functionsNikolay Borisov
2021-11-25udf: Fix crash after seekdirJan Kara
2021-11-25pstore/blk: Use "%lu" to format unsigned longGeert Uytterhoeven
2021-11-25Revert "mark pstore-blk as broken"Kees Cook
2021-11-25btrfs: make 1-bit bit-fields of scrub_page unsigned intColin Ian King
2021-11-25NFSD: Fix exposure in nfsd4_decode_bitmap()Chuck Lever
2021-11-25f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()Chao Yu