aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/xfs/libxfs/xfs_bmap_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-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-1/+1
2021-08-18xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong1-1/+2
2021-08-18xfs: mark the record passed into btree init_key functions as constDarrick J. Wong1-2/+2
2020-05-13xfs: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-15xfs: add helpers to calculate btree sizeDarrick J. Wong1-0/+3
2018-03-23xfs: refactor bmap record validationDarrick J. Wong1-14/+0
2017-11-06xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extentChristoph Hellwig1-2/+2
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig1-6/+1
2017-11-06xfs: pass an on-disk extent to xfs_bmbt_validate_extentChristoph Hellwig1-2/+2
2017-10-26xfs: remove xfs_bmbt_get_stateChristoph Hellwig1-1/+0
2017-10-26xfs: remove all xfs_bmbt_set_* helpers except for xfs_bmbt_set_allChristoph Hellwig1-6/+0
2017-10-26xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_updateChristoph Hellwig1-3/+1
2017-04-25xfs: simplify validation of the unwritten extent bitChristoph Hellwig1-7/+14
2017-04-03xfs: remove the ISUNWRITTEN macroChristoph Hellwig1-1/+0
2014-06-25libxfs: move header filesDave Chinner1-0/+143