aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_refcount_btree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-06-02xfs: convert refcount btree cursor to use peragsDave 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/+2
2020-03-18xfs: add support for refcount btree staging cursorsDarrick J. Wong1-0/+6
2018-07-29xfs: pass transaction lock while setting up agresv on cyclic metadataDarrick J. Wong1-1/+2
2018-07-11xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster1-2/+2
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen1-2/+1
2017-01-03xfs: use the actual AG length when reserving blocksDarrick J. Wong1-1/+2
2016-10-05xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong1-0/+7
2016-10-03xfs: define the on-disk refcount btree formatDarrick J. Wong1-0/+67