summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap_btree.h
AgeCommit message (Expand)Author
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong
2021-10-19xfs: use separate btree cursor cache for each btree typeDarrick J. Wong
2021-10-19xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-18xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong
2021-08-18xfs: mark the record passed into btree init_key functions as constDarrick J. Wong
2020-05-13xfs: Use the correct style for SPDX License IdentifierNishad Kamdar
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-15xfs: add helpers to calculate btree sizeDarrick J. Wong
2018-03-23xfs: refactor bmap record validationDarrick J. Wong
2017-11-06xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extentChristoph Hellwig
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig
2017-11-06xfs: pass an on-disk extent to xfs_bmbt_validate_extentChristoph Hellwig
2017-10-26xfs: remove xfs_bmbt_get_stateChristoph Hellwig
2017-10-26xfs: remove all xfs_bmbt_set_* helpers except for xfs_bmbt_set_allChristoph Hellwig
2017-10-26xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_updateChristoph Hellwig
2017-04-25xfs: simplify validation of the unwritten extent bitChristoph Hellwig
2017-04-03xfs: remove the ISUNWRITTEN macroChristoph Hellwig
2014-06-25libxfs: move header filesDave Chinner