summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/reap.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-10xfs: use per-AG bitmaps to reap unused AG metadata blocks during repairDarrick J. Wong1-10/+4
2023-08-10xfs: reap large AG metadata extents when possibleDarrick J. Wong1-76/+312
2023-08-10xfs: allow scanning ranges of the buffer cache for live buffersDarrick J. Wong1-1/+1
2023-08-10xfs: rearrange xrep_reap_block to make future code flow easierDarrick J. Wong1-5/+14
2023-08-10xfs: use deferred frees to reap old btree blocksDarrick J. Wong1-4/+26
2023-08-10xfs: only allow reaping of per-AG blocks in xrep_reap_extentsDarrick J. Wong1-32/+13
2023-08-10xfs: only invalidate blocks if we're going to free themDarrick J. Wong1-54/+42
2023-08-10xfs: move the post-repair block reaping code to a separate fileDarrick J. Wong1-0/+268