Merge tag 'repair-ag-btrees-6.8_2023-12-15' of...
Merge tag 'repair-ag-btrees-6.8_2023-12-15' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.8-mergeB xfs: online repair of AG btrees Now that we've spent a lot of time reworking common code in online fsck, we're ready to start rebuilding the AG space btrees. This series implements repair functions for the free space, inode, and refcount btrees. Rebuilding the reverse mapping btree is much more intense and is left for a subsequent patchset. The fstests counterpart of this patchset implements stress testing of repair. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Chandan Babu R <chandanbabu@kernel.org> * tag 'repair-ag-btrees-6.8_2023-12-15' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux: xfs: repair refcount btrees xfs: repair inode btrees xfs: repair free space btrees xfs: remove trivial bnobt/inobt scrub helpers xfs: roll the scrub transaction after completing a repair xfs: move the per-AG datatype bitmaps to separate files xfs: create separate structures and code for u32 bitmaps
Showing
fs/xfs/scrub/agb_bitmap.c
0 → 100644
fs/xfs/scrub/agb_bitmap.h
0 → 100644
fs/xfs/scrub/alloc_repair.c
0 → 100644
This diff is collapsed.
This diff is collapsed.
fs/xfs/scrub/ialloc_repair.c
0 → 100644
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment