summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-03-12btrfs: fix warning in scrub_verify_one_metadata()Mark Harmstone
2026-03-12btrfs: fix objectid value in error message in check_extent_data_ref()Mark Harmstone
2026-03-12btrfs: fix incorrect key offset in error message in check_dev_extent_item()Mark Harmstone
2026-03-12btrfs: fix error message order of parameters in btrfs_delete_delayed_dir_index()Mark Harmstone
2026-03-12btrfs: free pages on error in btrfs_uring_read_extent()Miquel Sabaté Solà
2026-03-04xfs: fix copy-paste error in previous fixDarrick J. Wong
2026-03-04cifs: some missing initializations on replayShyam Prasad N
2026-03-04procfs: fix possible double mmput() in do_procmap_query()Andrii Nakryiko
2026-03-04ceph: fix write storm on fscrypted filesSam Edwards
2026-03-04ceph: do not propagate page array emplacement errors as batch errorsSam Edwards
2026-03-04ceph: supply snapshot context in ceph_zero_partial_object()ethanwu
2026-03-04cifs: Fix locking usage for tcon fieldsShyam Prasad N
2026-03-04btrfs: continue trimming remaining devices on failurejinbaohong
2026-03-04btrfs: zoned: fixup last alloc pointer after extent removal for DUPNaohiro Aota
2026-03-04btrfs: zoned: fixup last alloc pointer after extent removal for RAID1Naohiro Aota
2026-03-04btrfs: fix periodic reclaim conditionSun YangKai
2026-03-04ocfs2: fix reflink preserve cleanup issueHeming Zhao
2026-03-04nfsd: fix return error code for nfsd_map_name_to_[ug]idAnthony Iliopoulos
2026-03-04NFSD: fix setting FMODE_NOCMTIME in nfs4_open_delegationOlga Kornievskaia
2026-03-04xfs: check for deleted cursors when revalidating two btreesDarrick J. Wong
2026-03-04xfs: check return value of xchk_scrub_create_subordDarrick J. Wong
2026-03-04xfs: only call xf{array,blob}_destroy if we have a valid pointerDarrick J. Wong
2026-03-04xfs: get rid of the xchk_xfile_*_descr callsDarrick J. Wong
2026-03-04xfs: fix remote xattr valuelblk checkDarrick J. Wong
2026-03-04xfs: fix the xattr scrub to detect freemap/entries array collisionsDarrick J. Wong
2026-03-04xfs: fix freemap adjustments when adding xattrs to leaf blocksDarrick J. Wong
2026-03-04xfs: delete attr leaf freemap entries when emptyDarrick J. Wong
2026-03-04erofs: fix incorrect early exits in volume label handlingGao Xiang
2026-03-04erofs: fix incorrect early exits for invalid metabox-enabled imagesGao Xiang
2026-03-04xfs: remove xfs_attr_leaf_hasnameChristoph Hellwig
2026-03-04xfs: mark data structures corrupt on EIO and ENODATADarrick J. Wong
2026-03-04fs: ensure that internal tmpfs mount gets mount id zeroChristian Brauner
2026-03-04hfsplus: ensure sb->s_fs_info is always cleaned upMehdi Ben Hadj Khelifa
2026-03-04erofs: fix interlaced plain identification for encoded extentsGao Xiang
2026-03-04ksmbd: fix signededness bug in smb_direct_prepare_negotiation()Nicholas Carlini
2026-03-04proc: Fix pointer error dereferenceEthan Tidmore
2026-03-04btrfs: replace BUG() with error handling in __btrfs_balance()Adarsh Das
2026-03-04ceph: supply snapshot context in ceph_uninline_data()ethanwu
2026-03-04fs/ntfs3: avoid calling run_get_entry() when run == NULL in ntfs_read_run_nb_...Konstantin Komarov
2026-03-04ntfs3: fix circular locking dependency in run_unpack_exSzymon Wilczek
2026-03-04fs/ntfs3: drop preallocated clusters for sparse and compressed filesKonstantin Komarov
2026-03-04fs: ntfs3: fix infinite loop triggered by zero-sized ATTR_LISTJaehun Gou
2026-03-04fs: ntfs3: fix infinite loop in attr_load_runs_range on inconsistent metadataJaehun Gou
2026-03-04fs: ntfs3: check return value of indx_find to avoid infinite loopJaehun Gou
2026-03-04ext4: propagate flags to convert_initialized_extent()Ojaswin Mujoo
2026-03-04ext4: use reserved metadata blocks when splitting extent on endioZhang Yi
2026-03-04ext4: mark group extend fast-commit ineligibleLi Chen
2026-03-04ext4: move ext4_percpu_param_init() before ext4_mb_init()Baokun Li
2026-03-04ext4: mark group add fast-commit ineligibleLi Chen
2026-03-04jfs: nlink overflow in jfs_renameJori Koolstra