开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
/
bitmap.c
Age
Commit message (
Expand
)
Author
2024-04-22
xfs: fix sparse warnings about unused interval tree functions
Dave Chinner
2024-02-22
xfs: create agblock bitmap helper to count the number of set regions
Darrick J. Wong
2023-12-15
xfs: move the per-AG datatype bitmaps to separate files
Darrick J. Wong
2023-12-15
xfs: create separate structures and code for u32 bitmaps
Darrick J. Wong
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