summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_rmap_btree.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: create a shadow rmap btree during rmap repairDarrick J. Wong2024-02-221-0/+6
* xfs: remove xfs_rmapbt_stage_cursorChristoph Hellwig2024-02-221-2/+0
* xfs: use separate btree cursor cache for each btree typeDarrick J. Wong2021-10-191-0/+3
* xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong2021-10-191-0/+2
* xfs: fix silly whitespace problems with kernel libxfsDarrick J. Wong2021-08-091-1/+1
* xfs: convert rmap btree cursor to using a peragDave Chinner2021-06-021-2/+2
* xfs: add a perag to the btree cursorDave Chinner2021-06-021-1/+1
* xfs: push perags through the ag reservation calloutsDave Chinner2021-06-021-1/+1
* xfs: add support for rmap btree staging cursorsDarrick J. Wong2020-03-181-0/+5
* xfs: pass transaction lock while setting up agresv on cyclic metadataDarrick J. Wong2018-07-291-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-1/+1
* xfs: use the actual AG length when reserving blocksDarrick J. Wong2017-01-031-1/+2
* xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong2016-10-051-0/+7
* xfs: support overlapping intervals in the rmap btreeDarrick J. Wong2016-08-031-2/+8
* xfs: define the on-disk rmap btree formatDarrick J. Wong2016-08-031-0/+55