summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_rmap_btree.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: create a shadow rmap btree during rmap repairDarrick J. Wong1-0/+6
2024-02-22xfs: remove xfs_rmapbt_stage_cursorChristoph Hellwig1-2/+0
2021-10-19xfs: use separate btree cursor cache for each btree typeDarrick J. Wong1-0/+3
2021-10-19xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong1-0/+2
2021-08-09xfs: fix silly whitespace problems with kernel libxfsDarrick J. Wong1-1/+1
2021-06-02xfs: convert rmap btree cursor to using a peragDave Chinner1-2/+2
2021-06-02xfs: add a perag to the btree cursorDave Chinner1-1/+1
2021-06-02xfs: push perags through the ag reservation calloutsDave Chinner1-1/+1
2020-03-18xfs: add support for rmap btree staging cursorsDarrick J. Wong1-0/+5
2018-07-30xfs: pass transaction lock while setting up agresv on cyclic metadataDarrick J. Wong1-1/+1
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen1-1/+1
2017-01-04xfs: use the actual AG length when reserving blocksDarrick J. Wong1-1/+2
2016-10-06xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong1-0/+7
2016-08-03xfs: support overlapping intervals in the rmap btreeDarrick J. Wong1-2/+8
2016-08-03xfs: define the on-disk rmap btree formatDarrick J. Wong1-0/+55