summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
46 hoursxfs: count escaped corruption errors in scrub statsDarrick J. Wong
46 hoursxfs: make the rtsummary repair fix the file size tooDarrick J. Wong
46 hoursxfs: fix rtrefcount btree block counting in scrubDarrick J. Wong
46 hoursxfs: strengthen the "is cow staging" helpers in scrubDarrick J. Wong
46 hoursxfs: use the rtgroup extent count to find rtrefcount gapsDarrick J. Wong
46 hoursxfs: cross-reference the rtgroup superblock extent, not blockDarrick J. Wong
46 hoursxfs: fix backwards mergeability logic in refcount scrubberDarrick J. Wong
46 hoursxfs: fix backwards skipping logic in xrep_quota_blockDarrick J. Wong
46 hoursxfs: compute dquot checksum after resetting dd_lsn in repairDarrick J. Wong
46 hoursxfs: truncate quota file correctly when repairing quota fileDarrick J. Wong
46 hoursxfs: signal inode btree xref error if get_rec returns an errorDarrick J. Wong
46 hoursxfs: destroy seen inode bitmap when we fail to add a dirpathDarrick J. Wong
46 hoursxfs: report nonexistent parents as a filesystem corruptionDarrick J. Wong
46 hoursxfs: fix bnobt repair space reservation disposal failureDarrick J. Wong
46 hoursxfs: don't leak dqacct if rhashtable insertion failsDarrick J. Wong
46 hoursxfs: fix name string recording in slowpath pptr tracepointsDarrick J. Wong
46 hoursxfs: fix short ifork reaping computation in xreap_bmapi_binvalDarrick J. Wong
46 hoursxfs: fix unit conversions in per_binval computationDarrick J. Wong
46 hoursxfs: release alleged child inode on metapath unlink errorAnuj Gupta
46 hoursxfs: handle reconnecting metadir subdirectoriesDarrick J. Wong
46 hoursxfs: fix parent rec lookup initialization in xrep_metapath_unlinkDarrick J. Wong
46 hoursxfs: log the tempip after we convert it to extents formatDarrick J. Wong
46 hoursxfs: don't stash removename operations with unknown ftypeDarrick J. Wong
46 hoursxfs: 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
2026-08-03xfs: don't zap the attr fork on repair when there are queued pptr updatesDarrick J. Wong
2026-08-03xfs: don't return EFSCORRUPTED when scrubbing corrupt parent pointersDarrick J. Wong
2026-08-03xfs: don't double-lock when deleting a self-referential directoryDarrick J. Wong
2026-08-03xfs: only check mergeability of bnobt recordsDarrick J. Wong
2026-08-03xfs: fix inverted clearance of inode junk flagsAndrey Albershteyn
2026-07-22xfs: mark nonzero sb_gquotino as corrupt on metadir filesystemsDarrick J. Wong
2026-07-22xfs: zero i_nlink before repair puts inode on unlinked listDarrick J. Wong
2026-07-22xfs: rtsummary scrub should treat rtbitmap corruption errors as an xref errorDarrick J. Wong
2026-07-22xfs: fix transaction block reservation in xrep_rtbitmapDarrick J. Wong
2026-07-22xfs: check cowextsize in xrep_inode_cowextsizeDarrick J. Wong
2026-07-22xfs: clear zapped attr fork state when bmap repair finds no attr forkQiang Ma
2026-07-14xfs: don't zap bmbt forks if they are MAXLEVELS tallDarrick J. Wong
2026-07-14xfs: clamp timestamp nanoseconds correctlyDarrick J. Wong
2026-07-14xfs: fully check the parent handle when it points to the rootdirDarrick J. Wong