summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/newbt.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: repair the rmapbtDarrick J. Wong1-2/+10
2024-02-22xfs: store the btree pointer length in struct xfs_btree_opsDarrick J. Wong1-1/+1
2024-02-22xfs: encode the btree geometry flags in the btree ops structureDarrick J. Wong1-1/+1
2023-12-15xfs: repair free space btreesDarrick J. Wong1-4/+44
2023-12-15xfs: constrain dirty buffers while formatting a staged btreeDarrick J. Wong1-0/+1
2023-12-15xfs: add debug knobs to control btree bulk load slack factorsDarrick J. Wong1-3/+8
2023-12-07xfs: log EFIs for all btree blocks being used to stage a btreeDarrick J. Wong1-8/+26
2023-12-07xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong1-0/+495