summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_btree_staging.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong1-2/+9
2023-12-15xfs: constrain dirty buffers while formatting a staged btreeDarrick J. Wong1-11/+39
2023-12-15xfs: move btree bulkload record initialization to ->get_record implementationsDarrick J. Wong1-10/+7
2023-12-15xfs: read leaf blocks when computing keys for bulkloading into node blocksDarrick J. Wong1-1/+6
2023-12-15xfs: set XBF_DONE on newly formatted btree block that are ready for writingDarrick J. Wong1-0/+6
2023-12-15xfs: force all buffers to be written during btree bulk loadDarrick J. Wong1-3/+1
2021-10-19xfs: encode the max btree height in the cursorDarrick J. Wong1-5/+5
2021-10-14xfs: check that bc_nlevels never overflowsDarrick J. Wong1-0/+2
2021-10-14xfs: fix maxlevels comparisons in the btree staging codeDarrick J. Wong1-2/+2
2021-08-19xfs: make the start pointer passed to btree alloc_block functions constDarrick J. Wong1-4/+4
2021-08-19xfs: make the pointer passed to btree set_root functions constDarrick J. Wong1-3/+3
2021-04-15xfs: remove XFS_IFBROOTChristoph Hellwig1-1/+0
2020-03-18xfs: support bulk loading of staged btreesDarrick J. Wong1-0/+616
2020-03-18xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong1-0/+84
2020-03-18xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong1-0/+179