summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/reap.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: repair the rmapbtDarrick J. Wong1-1/+1
2023-12-15xfs: repair problems in CoW forksDarrick J. Wong1-0/+32
2023-12-15xfs: reintroduce reaping of file metadata blocks to xrep_reap_extentsDarrick J. Wong1-4/+117
2023-12-15xfs: move the per-AG datatype bitmaps to separate filesDarrick J. Wong1-0/+1
2023-12-15xfs: create separate structures and code for u32 bitmapsDarrick J. Wong1-3/+2
2023-12-15xfs: fix an off-by-one error in xreap_agextent_binvalDarrick J. Wong1-1/+1
2023-12-07xfs: force small EFIs for reaping btree extentsDarrick J. Wong1-0/+5
2023-12-07xfs: remove __xfs_free_extent_laterDarrick J. Wong1-1/+1
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