index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
/
bitmap.c
Age
Commit message (
Expand
)
Author
2023-08-10
xfs: use per-AG bitmaps to reap unused AG metadata blocks during repair
Darrick J. Wong
2023-08-10
xfs: reap large AG metadata extents when possible
Darrick J. Wong
2023-04-11
xfs: cross-reference rmap records with free space btrees
Darrick J. Wong
2023-04-11
xfs: cross-reference rmap records with ag btrees
Darrick J. Wong
2023-04-11
xfs: convert xbitmap to interval tree
Darrick J. Wong
2023-04-11
xfs: drop the _safe behavior from the xbitmap foreach macro
Darrick J. Wong
2023-04-11
xfs: remove the for_each_xbitmap_ helpers
Darrick J. Wong
2023-04-11
xfs: update copyright years for scrub/ files
Darrick J. Wong
2023-04-11
xfs: fix author and spdx headers on scrub/ files
Darrick J. Wong
2022-11-16
xfs: pivot online scrub away from kmem.[ch]
Darrick J. Wong
2021-10-19
xfs: prepare xfs_btree_cur for dynamic cursor heights
Darrick J. Wong
2021-08-19
xfs: convert bp->b_bn references to xfs_buf_daddr()
Dave Chinner
2021-04-08
treewide: Change list_sort to use const pointers
Sami Tolvanen
2020-03-18
xfs: replace open-coded bitmap weight logic
Darrick J. Wong
2020-03-18
xfs: rename xfs_bitmap to xbitmap
Darrick J. Wong
2019-10-29
xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocks
Darrick J. Wong
2019-06-28
xfs: remove unused header files
Eric Sandeen
2018-08-10
xfs: repair the AGFL
Darrick J. Wong
2018-07-31
xfs: refactor the xrep_extent_list into xfs_bitmap
Darrick J. Wong
2018-07-29
xfs: move the repair extent list into its own file
Darrick J. Wong