summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: move the per-AG datatype bitmaps to separate filesDarrick J. Wong2023-12-151-91/+0
* xfs: create separate structures and code for u32 bitmapsDarrick J. Wong2023-12-151-120/+398
* xfs: use per-AG bitmaps to reap unused AG metadata blocks during repairDarrick J. Wong2023-08-101-38/+3
* xfs: reap large AG metadata extents when possibleDarrick J. Wong2023-08-101-37/+0
* xfs: cross-reference rmap records with free space btreesDarrick J. Wong2023-04-111-0/+33
* xfs: cross-reference rmap records with ag btreesDarrick J. Wong2023-04-111-0/+22
* xfs: convert xbitmap to interval treeDarrick J. Wong2023-04-111-147/+172
* xfs: drop the _safe behavior from the xbitmap foreach macroDarrick J. Wong2023-04-111-9/+8
* xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong2023-04-111-0/+59
* xfs: update copyright years for scrub/ filesDarrick J. Wong2023-04-111-1/+1
* xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong2023-04-111-2/+2
* xfs: pivot online scrub away from kmem.[ch]Darrick J. Wong2022-11-161-5/+6
* xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong2021-10-191-11/+11
* xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner2021-08-191-2/+2
* treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-2/+2
* xfs: replace open-coded bitmap weight logicDarrick J. Wong2020-03-181-0/+15
* xfs: rename xfs_bitmap to xbitmapDarrick J. Wong2020-03-181-36/+36
* xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocksDarrick J. Wong2019-10-291-1/+2
* xfs: remove unused header filesEric Sandeen2019-06-281-5/+0
* xfs: repair the AGFLDarrick J. Wong2018-08-101-0/+92
* xfs: refactor the xrep_extent_list into xfs_bitmapDarrick J. Wong2018-07-311-90/+93
* xfs: move the repair extent list into its own fileDarrick J. Wong2018-07-291-0/+208