summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-03-04xfs: fix copy-paste error in previous fixDarrick J. Wong1-1/+1
2026-03-04cifs: some missing initializations on replayShyam Prasad N2-0/+3
2026-03-04procfs: fix possible double mmput() in do_procmap_query()Andrii Nakryiko1-1/+2
2026-03-04ceph: fix write storm on fscrypted filesSam Edwards1-1/+2
2026-03-04ceph: do not propagate page array emplacement errors as batch errorsSam Edwards1-0/+1
2026-03-04ceph: supply snapshot context in ceph_zero_partial_object()ethanwu1-1/+16
2026-03-04cifs: Fix locking usage for tcon fieldsShyam Prasad N5-10/+11
2026-03-04btrfs: continue trimming remaining devices on failurejinbaohong1-1/+1
2026-03-04btrfs: zoned: fixup last alloc pointer after extent removal for DUPNaohiro Aota1-0/+14
2026-03-04btrfs: zoned: fixup last alloc pointer after extent removal for RAID1Naohiro Aota1-0/+15
2026-03-04btrfs: fix periodic reclaim conditionSun YangKai2-11/+16
2026-03-04ocfs2: fix reflink preserve cleanup issueHeming Zhao1-0/+4
2026-03-04nfsd: fix return error code for nfsd_map_name_to_[ug]idAnthony Iliopoulos1-0/+4
2026-03-04NFSD: fix setting FMODE_NOCMTIME in nfs4_open_delegationOlga Kornievskaia1-1/+2
2026-03-04xfs: check for deleted cursors when revalidating two btreesDarrick J. Wong2-3/+32
2026-03-04xfs: check return value of xchk_scrub_create_subordDarrick J. Wong3-1/+7
2026-03-04xfs: only call xf{array,blob}_destroy if we have a valid pointerDarrick J. Wong5-9/+24
2026-03-04xfs: get rid of the xchk_xfile_*_descr callsDarrick J. Wong19-166/+47
2026-03-04xfs: fix remote xattr valuelblk checkDarrick J. Wong1-1/+4
2026-03-04xfs: fix the xattr scrub to detect freemap/entries array collisionsDarrick J. Wong1-27/+27
2026-03-04xfs: fix freemap adjustments when adding xattrs to leaf blocksDarrick J. Wong1-8/+28
2026-03-04xfs: delete attr leaf freemap entries when emptyDarrick J. Wong1-0/+13
2026-03-04erofs: fix incorrect early exits in volume label handlingGao Xiang1-2/+4
2026-03-04erofs: fix incorrect early exits for invalid metabox-enabled imagesGao Xiang1-2/+3
2026-03-04xfs: remove xfs_attr_leaf_hasnameChristoph Hellwig1-51/+24
2026-03-04xfs: mark data structures corrupt on EIO and ENODATADarrick J. Wong3-0/+8
2026-03-04fs: ensure that internal tmpfs mount gets mount id zeroChristian Brauner1-1/+1
2026-03-04hfsplus: ensure sb->s_fs_info is always cleaned upMehdi Ben Hadj Khelifa1-4/+9
2026-03-04erofs: fix interlaced plain identification for encoded extentsGao Xiang1-4/+5
2026-03-04ksmbd: fix signededness bug in smb_direct_prepare_negotiation()Nicholas Carlini1-2/+2
2026-03-04proc: Fix pointer error dereferenceEthan Tidmore1-0/+3
2026-03-04btrfs: replace BUG() with error handling in __btrfs_balance()Adarsh Das1-2/+8
2026-03-04ceph: supply snapshot context in ceph_uninline_data()ethanwu1-2/+22
2026-03-04fs/ntfs3: avoid calling run_get_entry() when run == NULL in ntfs_read_run_nb_...Konstantin Komarov1-0/+6
2026-03-04ntfs3: fix circular locking dependency in run_unpack_exSzymon Wilczek1-5/+8
2026-03-04fs/ntfs3: drop preallocated clusters for sparse and compressed filesKonstantin Komarov1-1/+3
2026-03-04fs: ntfs3: fix infinite loop triggered by zero-sized ATTR_LISTJaehun Gou1-0/+9
2026-03-04fs: ntfs3: fix infinite loop in attr_load_runs_range on inconsistent metadataJaehun Gou1-3/+12
2026-03-04fs: ntfs3: check return value of indx_find to avoid infinite loopJaehun Gou1-1/+6
2026-03-04ext4: propagate flags to convert_initialized_extent()Ojaswin Mujoo1-3/+4
2026-03-04ext4: use reserved metadata blocks when splitting extent on endioZhang Yi1-1/+3
2026-03-04ext4: mark group extend fast-commit ineligibleLi Chen1-0/+2
2026-03-04ext4: move ext4_percpu_param_init() before ext4_mb_init()Baokun Li1-5/+5
2026-03-04ext4: mark group add fast-commit ineligibleLi Chen1-0/+1
2026-03-04jfs: nlink overflow in jfs_renameJori Koolstra1-2/+4
2026-03-04jfs: Add missing set_freezable() for freezable kthreadHaotian Zhang1-0/+1
2026-03-04pstore: ram_core: fix incorrect success return when vmap() failsRuipeng Qi1-0/+7
2026-03-04ntfs: ->d_compare() must not blockAl Viro5-24/+20
2026-03-04smb: client: prevent races in ->query_interfaces()Henrique Carvalho1-11/+8
2026-03-04gfs2: fiemap page fault fixAndreas Gruenbacher1-0/+16