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