summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2021-11-25f2fs: compress: disallow disabling compress on non-empty compressed fileHyeong-Jun Kim
2021-11-25f2fs: fix wrong condition to trigger background checkpoint correctlyChao Yu
2021-11-25f2fs: fix to use WHINT_MODEKeoseong Park
2021-11-21btrfs: zoned: allow preallocation for relocation inodesJohannes Thumshirn
2021-11-21btrfs: check for relocation inodes on zoned btrfs in should_nocowJohannes Thumshirn
2021-11-21btrfs: zoned: use regular writes for relocationJohannes Thumshirn
2021-11-21btrfs: zoned: only allow one process to add pages to a relocation inodeJohannes Thumshirn
2021-11-21btrfs: zoned: add a dedicated data relocation block groupJohannes Thumshirn
2021-11-21btrfs: introduce btrfs_is_data_reloc_rootJohannes Thumshirn
2021-11-18cifs: fix memory leak of smb3_fs_context_dup::server_hostnamePaulo Alcantara
2021-11-18mm, thp: fix incorrect unmap behavior for private pagesRongwei Wang
2021-11-18mm, thp: lock filemap when truncating page cacheRongwei Wang
2021-11-18ksmbd: don't need 8byte alignment for request length in ksmbd_check_messageNamjae Jeon
2021-11-18ksmbd: Fix buffer length check in fsctl_validate_negotiate_info()Marios Makassikis