summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/reap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: create a helper to compute the blockcount of a max sized remote valueDarrick J. Wong2024-05-021-2/+2
* xfs: add the ability to reap entire inode forksDarrick J. Wong2024-04-151-0/+372
* xfs: refactor live buffer invalidation for repairsDarrick J. Wong2024-04-151-22/+51
* xfs: repair the rmapbtDarrick J. Wong2024-02-221-1/+1
* xfs: repair problems in CoW forksDarrick J. Wong2023-12-151-0/+32
* xfs: reintroduce reaping of file metadata blocks to xrep_reap_extentsDarrick J. Wong2023-12-151-4/+117
* xfs: move the per-AG datatype bitmaps to separate filesDarrick J. Wong2023-12-151-0/+1
* xfs: create separate structures and code for u32 bitmapsDarrick J. Wong2023-12-151-3/+2
* xfs: fix an off-by-one error in xreap_agextent_binvalDarrick J. Wong2023-12-151-1/+1
* xfs: force small EFIs for reaping btree extentsDarrick J. Wong2023-12-071-0/+5
* xfs: remove __xfs_free_extent_laterDarrick J. Wong2023-12-071-1/+1
* 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