summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/bitmap.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: create agblock bitmap helper to count the number of set regionsDarrick J. Wong1-0/+2
2023-12-15xfs: move the per-AG datatype bitmaps to separate filesDarrick J. Wong1-59/+0
2023-12-15xfs: create separate structures and code for u32 bitmapsDarrick J. Wong1-38/+54
2023-08-10xfs: use per-AG bitmaps to reap unused AG metadata blocks during repairDarrick J. Wong1-4/+2
2023-08-10xfs: reap large AG metadata extents when possibleDarrick J. Wong1-4/+0
2023-04-12xfs: cross-reference rmap records with free space btreesDarrick J. Wong1-0/+3
2023-04-12xfs: cross-reference rmap records with ag btreesDarrick J. Wong1-0/+21
2023-04-12xfs: introduce bitmap type for AG blocksDarrick J. Wong1-0/+48
2023-04-12xfs: convert xbitmap to interval treeDarrick J. Wong1-7/+4
2023-04-12xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong1-7/+15
2023-04-12xfs: update copyright years for scrub/ filesDarrick J. Wong1-1/+1
2023-04-12xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong1-2/+2
2020-03-18xfs: replace open-coded bitmap weight logicDarrick J. Wong1-0/+1
2020-03-18xfs: rename xfs_bitmap to xbitmapDarrick J. Wong1-11/+11
2018-08-10xfs: repair the AGFLDarrick J. Wong1-0/+4
2018-07-31xfs: refactor the xrep_extent_list into xfs_bitmapDarrick J. Wong1-20/+15
2018-07-30xfs: move the repair extent list into its own fileDarrick J. Wong1-0/+37