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