summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-10-29ksmbd: transport_ipc: validate payload size before reading handleQianchang Zhao1-1/+7
2025-10-29xfs: always warn about deprecated mount optionsDarrick J. Wong1-12/+21
2025-10-29ocfs2: clear extent cache after moving/defragmenting extentsDeepanshu Kartikey1-0/+5
2025-10-29cifs: Fix TCP_Server_Info::credits to be signedDavid Howells1-1/+1
2025-10-29xfs: fix locking in xchk_nlinks_collect_dirDarrick J. Wong1-3/+31
2025-10-29btrfs: directly free partially initialized fs_info in btrfs_check_leaked_roots()Dewei Meng1-1/+7
2025-10-29fs/notify: call exportfs_encode_fid with s_umountJakub Acs1-0/+6
2025-10-29smb: server: let smb_direct_flush_send_list() invalidate a remote key firstStefan Metzmacher1-4/+7
2025-10-29gfs2: Fix unlikely race in gdlm_put_lockAndreas Gruenbacher1-6/+5
2025-10-29hfsplus: return EIO when type of hidden directory mismatch in hfsplus_fill_su...Yangtao Li1-1/+1
2025-10-29hfs: fix KMSAN uninit-value issue in hfs_find_set_zero_bits()Viacheslav Dubeyko1-1/+1
2025-10-29dlm: check for defined force value in dlm_lockspace_releaseAlexander Aring1-1/+1
2025-10-29hfsplus: fix KMSAN uninit-value issue in hfsplus_delete_cat()Viacheslav Dubeyko1-5/+18
2025-10-29hfs: validate record offset in hfsplus_bmap_allocYang Chenzhi3-41/+48
2025-10-29hfsplus: fix KMSAN uninit-value issue in __hfsplus_ext_cache_extent()Viacheslav Dubeyko1-1/+7
2025-10-29hfs: make proper initalization of struct hfs_find_dataViacheslav Dubeyko1-1/+7
2025-10-29hfs: clear offset and space out of valid records in b-tree nodeViacheslav Dubeyko1-4/+23
2025-10-29exec: Fix incorrect type for retXichao Zhao1-1/+1
2025-10-23NFSD: Define a proc_layoutcommit for the FlexFiles layout typeChuck Lever1-0/+8
2025-10-23vfs: Don't leak disconnected dentries on umountJan Kara1-0/+2
2025-10-23d_alloc_parallel(): set DCACHE_PAR_LOOKUP earlierAl Viro1-3/+7
2025-10-23xfs: use deferred intent items for reaping crosslinked blocksDarrick J. Wong1-4/+5
2025-10-23NFSD: Fix last write offset handling in layoutcommitSergey Bashirov2-18/+17
2025-10-23NFSD: Implement large extent array support in pNFSSergey Bashirov7-46/+78
2025-10-23NFSD: Minor cleanup in layoutcommit processingSergey Bashirov1-9/+3
2025-10-23NFSD: Rework encoding and decoding of nfsd4_deviceidSergey Bashirov5-22/+39
2025-10-23nfsd: Drop dprintk in blocklayout xdr functionsSergey Bashirov1-33/+7
2025-10-23nfsd: Use correct error code when decoding extentsSergey Bashirov4-27/+73
2025-10-23xfs: fix log CRC mismatches between i386 and other architecturesChristoph Hellwig5-9/+54
2025-10-23xfs: rename the old_crc variable in xlog_recover_processChristoph Hellwig1-9/+8
2025-10-23hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()Viacheslav Dubeyko1-0/+24
2025-10-23ksmbd: fix recursive locking in RPC handle list accessMarios Makassikis3-6/+22
2025-10-23dax: skip read lock assertion for read-only filesystemsYuezhang Mo1-1/+1
2025-10-23cifs: parse_dfs_referrals: prevent oob on malformed inputEugene Korenevsky1-0/+17
2025-10-23btrfs: do not assert we found block group item when creating free space treeFilipe Manana1-7/+8
2025-10-23btrfs: fix memory leaks when rejecting a non SINGLE data profile without an RSTMiquel Sabaté Solà1-1/+1
2025-10-23btrfs: fix incorrect readahead expansion lengthBoris Burkov1-1/+1
2025-10-23btrfs: fix memory leak on duplicated memory in the qgroup assign ioctlMiquel Sabaté Solà1-1/+1
2025-10-23btrfs: fix clearing of BTRFS_FS_RELOC_RUNNING if relocation already runningFilipe Manana1-6/+7
2025-10-23ext4: detect invalid INLINE_DATA + EXTENTS flag combinationDeepanshu Kartikey1-0/+8
2025-10-23ext4: wait for ongoing I/O to complete before freeing blocksZhang Yi1-2/+9
2025-10-23jbd2: ensure that all ongoing I/O complete before freeing blocksZhang Yi1-4/+9
2025-10-23f2fs: fix wrong block mapping for multi-devicesJaegeuk Kim1-1/+1
2025-10-23smb: client: Fix refcount leak for cifs_sb_tlinkShuhao Fu2-6/+8
2025-10-19nfsd: decouple the xprtsec policy check from check_nfsd_access()Scott Mayhew3-26/+83
2025-10-19mount: handle NULL values in mnt_ns_release()Christian Brauner1-1/+1
2025-10-19nfsd: fix access checking for NLM under XPRTSEC policiesOlga Kornievskaia1-1/+2
2025-10-19nfsd: fix __fh_verify for localioOlga Kornievskaia1-2/+3
2025-10-19writeback: Avoid excessively long inode switching timesJan Kara1-10/+11
2025-10-19writeback: Avoid softlockup when switching many inodesJan Kara1-1/+10