summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_btree_staging.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: don't override bc_ops for staging btreesChristoph Hellwig1-4/+3
2024-02-22xfs: split out a btree type from the btree ops geometry flagsChristoph Hellwig1-2/+1
2024-02-22xfs: encode the btree geometry flags in the btree ops structureDarrick J. Wong1-1/+1
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong1-1/+1
2023-12-15xfs: constrain dirty buffers while formatting a staged btreeDarrick J. Wong1-0/+10
2023-12-15xfs: move btree bulkload record initialization to ->get_record implementationsDarrick J. Wong1-5/+10
2023-12-07xfs: remove unused fields from struct xbtree_ifakerootDarrick J. Wong1-6/+0
2020-07-29xfs: xfs_btree_staging.h: delete duplicated wordsRandy Dunlap1-3/+3
2020-03-18xfs: support bulk loading of staged btreesDarrick J. Wong1-0/+68
2020-03-18xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong1-0/+28
2020-03-18xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong1-0/+27