summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap_btree.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove xfs_bmbt_stage_cursorChristoph Hellwig2024-02-221-2/+0
* xfs: initialize btree blocks using btree_ops structureDarrick J. Wong2024-02-221-0/+3
* xfs: repair inode fork block mapping data structuresDarrick J. Wong2023-12-151-0/+5
* 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: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-1/+1
* xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong2021-08-181-1/+2
* xfs: mark the record passed into btree init_key functions as constDarrick J. Wong2021-08-181-2/+2
* xfs: Use the correct style for SPDX License IdentifierNishad Kamdar2020-05-131-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: add helpers to calculate btree sizeDarrick J. Wong2018-05-151-0/+3
* xfs: refactor bmap record validationDarrick J. Wong2018-03-231-14/+0
* xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extentChristoph Hellwig2017-11-061-2/+2
* xfs: use a b+tree for the in-core extent listChristoph Hellwig2017-11-061-6/+1
* xfs: pass an on-disk extent to xfs_bmbt_validate_extentChristoph Hellwig2017-11-061-2/+2
* xfs: remove xfs_bmbt_get_stateChristoph Hellwig2017-10-261-1/+0
* xfs: remove all xfs_bmbt_set_* helpers except for xfs_bmbt_set_allChristoph Hellwig2017-10-261-6/+0
* xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_updateChristoph Hellwig2017-10-261-3/+1
* xfs: simplify validation of the unwritten extent bitChristoph Hellwig2017-04-251-7/+14
* xfs: remove the ISUNWRITTEN macroChristoph Hellwig2017-04-031-1/+0
* libxfs: move header filesDave Chinner2014-06-251-0/+143