summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/bitmap.c
AgeCommit message (Expand)Author
2024-04-22xfs: fix sparse warnings about unused interval tree functionsDave Chinner
2024-02-22xfs: create agblock bitmap helper to count the number of set regionsDarrick J. Wong
2023-12-15xfs: move the per-AG datatype bitmaps to separate filesDarrick J. Wong
2023-12-15xfs: create separate structures and code for u32 bitmapsDarrick J. Wong
2023-08-10xfs: use per-AG bitmaps to reap unused AG metadata blocks during repairDarrick J. Wong
2023-08-10xfs: reap large AG metadata extents when possibleDarrick J. Wong
2023-04-11xfs: cross-reference rmap records with free space btreesDarrick J. Wong
2023-04-11xfs: cross-reference rmap records with ag btreesDarrick J. Wong
2023-04-11xfs: convert xbitmap to interval treeDarrick J. Wong
2023-04-11xfs: drop the _safe behavior from the xbitmap foreach macroDarrick J. Wong
2023-04-11xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong
2023-04-11xfs: update copyright years for scrub/ filesDarrick J. Wong
2023-04-11xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong
2022-11-16xfs: pivot online scrub away from kmem.[ch]Darrick J. Wong
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen
2020-03-18xfs: replace open-coded bitmap weight logicDarrick J. Wong
2020-03-18xfs: rename xfs_bitmap to xbitmapDarrick J. Wong
2019-10-29xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocksDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2018-08-10xfs: repair the AGFLDarrick J. Wong
2018-07-31xfs: refactor the xrep_extent_list into xfs_bitmapDarrick J. Wong
2018-07-29xfs: move the repair extent list into its own fileDarrick J. Wong