summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2021-12-01proc/vmcore: fix clearing user buffer by properly using clear_user()David Hildenbrand1-6/+10
2021-12-01NFSv42: Fix pagecache invalidation after COPY/CLONEBenjamin Coddington1-1/+3
2021-12-01iomap: Fix inline extent handling in iomap_readpageAndreas Gruenbacher1-2/+9
2021-12-01ksmbd: fix memleak in get_file_stream_info()Namjae Jeon1-1/+3
2021-12-01ksmbd: contain default data stream even if xattr is emptyNamjae Jeon1-9/+9
2021-12-01ksmbd: downgrade addition info error msg to debug in smb2_get_info_sec()Namjae Jeon1-1/+1
2021-12-01io_uring: fix link traversal lockingPavel Begunkov1-18/+42
2021-12-01io_uring: fail cancellation for EXITING tasksPavel Begunkov1-2/+3
2021-12-01io_uring: correct link-list traversal lockingPavel Begunkov1-4/+8
2021-12-01fuse: release pipe buf after last useMiklos Szeredi1-5/+5
2021-11-25btrfs: update device path inode time instead of bd_inodeJosef Bacik1-8/+13
2021-11-25fs: export an inode_update_time helperJosef Bacik1-3/+4
2021-11-25signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman1-1/+1
2021-11-25fs: handle circular mappings correctlyChristian Brauner1-2/+2
2021-11-25btrfs: fix memory ordering between normal and ordered work functionsNikolay Borisov1-0/+14
2021-11-25udf: Fix crash after seekdirJan Kara3-2/+35
2021-11-25pstore/blk: Use "%lu" to format unsigned longGeert Uytterhoeven1-1/+1
2021-11-25Revert "mark pstore-blk as broken"Kees Cook1-1/+0
2021-11-25btrfs: make 1-bit bit-fields of scrub_page unsigned intColin Ian King1-2/+2
2021-11-25NFSD: Fix exposure in nfsd4_decode_bitmap()Chuck Lever1-5/+2
2021-11-25f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()Chao Yu1-1/+1
2021-11-25f2fs: compress: disallow disabling compress on non-empty compressed fileHyeong-Jun Kim1-2/+1
2021-11-25f2fs: fix wrong condition to trigger background checkpoint correctlyChao Yu1-1/+1
2021-11-25f2fs: fix to use WHINT_MODEKeoseong Park1-1/+1
2021-11-21btrfs: zoned: allow preallocation for relocation inodesJohannes Thumshirn1-33/+2
2021-11-21btrfs: check for relocation inodes on zoned btrfs in should_nocowJohannes Thumshirn1-1/+9
2021-11-21btrfs: zoned: use regular writes for relocationJohannes Thumshirn1-0/+11
2021-11-21btrfs: zoned: only allow one process to add pages to a relocation inodeJohannes Thumshirn1-0/+11
2021-11-21btrfs: zoned: add a dedicated data relocation block groupJohannes Thumshirn6-2/+74
2021-11-21btrfs: introduce btrfs_is_data_reloc_rootJohannes Thumshirn5-15/+16
2021-11-18cifs: fix memory leak of smb3_fs_context_dup::server_hostnamePaulo Alcantara1-0/+2
2021-11-18mm, thp: fix incorrect unmap behavior for private pagesRongwei Wang1-1/+10
2021-11-18mm, thp: lock filemap when truncating page cacheRongwei Wang1-1/+4
2021-11-18ksmbd: don't need 8byte alignment for request length in ksmbd_check_messageNamjae Jeon1-4/+2
2021-11-18ksmbd: Fix buffer length check in fsctl_validate_negotiate_info()Marios Makassikis1-1/+1
2021-11-18erofs: fix unsafe pagevec reuse of hooked pclustersGao Xiang2-9/+17
2021-11-18ceph: fix mdsmap decode when there are MDS's beyond max_mdsXiubo Li1-4/+0
2021-11-18f2fs: fix UAF in f2fs_available_free_memoryDongliang Mu1-0/+2
2021-11-18f2fs: include non-compressed blocks in compr_written_blockDaeho Jeong1-0/+1
2021-11-18f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim2-2/+2
2021-11-18smb3: do not error on fsync when readonlySteve French1-6/+29
2021-11-18io-wq: fix max-workers not correctly set on multi-node systemBeld Zhang1-3/+13
2021-11-18NFSv4: Fix a regression in nfs_set_open_stateid_locked()Trond Myklebust1-7/+8
2021-11-18Fix user namespace leakAlexey Gladkov1-1/+1
2021-11-18NFS: Fix an Oops in pnfs_mark_request_commit()Trond Myklebust1-1/+1
2021-11-18NFS: Fix up commit deadlocksTrond Myklebust3-6/+7
2021-11-18fs: orangefs: fix error return code of orangefs_revalidate_lookup()Jia-Ju Bai1-1/+3
2021-11-18NFS: Fix deadlocks in nfs_scan_commit_list()Trond Myklebust1-15/+2