summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
6 daysxfs: advance the findparent inode scan cursor while holding ILOCKDarrick J. Wong
6 daysxfs: reset parent pointer args before each dir tree unlink repairDarrick J. Wong
6 daysxfs: fix replaying dirent removals into the temporary directoryDarrick J. Wong
6 daysxfs: fix termination logic in xchk_bmapDarrick J. Wong
6 daysxfs: fix rtrmap cross-referencing elision logicDarrick J. Wong
6 daysxfs: actually check internal-rtdev fields in the superblockDarrick J. Wong
6 daysxfs: fix under-reservation of blocks when repairing sf directoriesDarrick J. Wong
7 daysxfs: bail out on bitmap errors in xrep_agfl_fillDarrick J. Wong
7 daysxfs: snapshot old AGFL before rewriting itDarrick J. Wong
7 daysxfs: remove redundant function declarationDarrick J. Wong
7 daysxfs: report runtime failures in scrubDarrick J. Wong
7 daysxfs: report healthy filesystem events in scrub statsDarrick J. Wong
7 daysxfs: snapshot scrub stats when rendering themDarrick J. Wong
10 daysxfs: remove several unused and never-implemented declarationsZizhi Wo
10 daysxfs: count escaped corruption errors in scrub statsDarrick J. Wong
10 daysxfs: make the rtsummary repair fix the file size tooDarrick J. Wong
10 daysxfs: fix rtrefcount btree block counting in scrubDarrick J. Wong
10 daysxfs: strengthen the "is cow staging" helpers in scrubDarrick J. Wong
10 daysxfs: use the rtgroup extent count to find rtrefcount gapsDarrick J. Wong
10 daysxfs: cross-reference the rtgroup superblock extent, not blockDarrick J. Wong
10 daysxfs: fix backwards mergeability logic in refcount scrubberDarrick J. Wong
10 daysxfs: fix backwards skipping logic in xrep_quota_blockDarrick J. Wong
10 daysxfs: compute dquot checksum after resetting dd_lsn in repairDarrick J. Wong
10 daysxfs: truncate quota file correctly when repairing quota fileDarrick J. Wong
10 daysxfs: signal inode btree xref error if get_rec returns an errorDarrick J. Wong
10 daysxfs: destroy seen inode bitmap when we fail to add a dirpathDarrick J. Wong
10 daysxfs: report nonexistent parents as a filesystem corruptionDarrick J. Wong
10 daysxfs: fix bnobt repair space reservation disposal failureDarrick J. Wong
10 daysxfs: don't leak dqacct if rhashtable insertion failsDarrick J. Wong
10 daysxfs: fix name string recording in slowpath pptr tracepointsDarrick J. Wong
10 daysxfs: fix short ifork reaping computation in xreap_bmapi_binvalDarrick J. Wong
10 daysxfs: fix unit conversions in per_binval computationDarrick J. Wong
10 daysxfs: release alleged child inode on metapath unlink errorAnuj Gupta
10 daysxfs: handle reconnecting metadir subdirectoriesDarrick J. Wong
10 daysxfs: fix parent rec lookup initialization in xrep_metapath_unlinkDarrick J. Wong
10 daysxfs: log the tempip after we convert it to extents formatDarrick J. Wong
10 daysxfs: don't stash removename operations with unknown ftypeDarrick J. Wong
10 daysxfs: don't spin forever on zero-length dirents when salvaging themDarrick J. Wong
2026-08-03xfs: don't ignore runtime errors in xrep_iunlink_reload_nextDarrick J. Wong
2026-08-03xfs: set the prev pointer when reinserting an inode on the unlinked listDarrick J. Wong
2026-08-03xfs: fix another iunlink infinite loop bug in online fsckDarrick J. Wong
2026-08-03xfs: fix allocated inodes that show up in the unlinked listDarrick J. Wong
2026-08-03xfs: check xfarray iteration errors when committing unlinked inode listsDarrick J. Wong
2026-08-03xfs: pass runtime errors from xrep_iunlink_mark_ondisk_rec up to callersDarrick J. Wong
2026-08-03xfs: load next_agino from the correct xfarray in xrep_iunlink_relink_prevDarrick J. Wong
2026-08-03xfs: don't walk off the end of a null sc->sa.agi_bp in AGI repairDarrick J. Wong
2026-08-03xfs: don't livelock in scrub on a circular unlinked listDarrick J. Wong
2026-08-03xfs: hoist per-bucket unlinked list check to helperDarrick J. Wong
2026-08-03xfs: avoid UAF on sc->tempip in xrep_tempfile_createDarrick J. Wong
2026-08-03xfs: nlink scrub must take IOLOCK before determining ILOCK stateDarrick J. Wong