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