mbox series

[PATCHSET,v23.1,0/4] xfs: strengthen rmapbt scrubbing

Message ID 166473484745.1085478.8596810118667983511.stgit@magnolia (mailing list archive)
Headers show
Series xfs: strengthen rmapbt scrubbing | expand

Message

Darrick J. Wong Oct. 2, 2022, 6:20 p.m. UTC
Hi all,

This series strengthens space allocation record cross referencing by
using our improved xbitmaps to compute the difference between space used
according to the rmap records and the primary metadata, and reports
cross-referencing errors for any discrepancies.

If you're going to start using this mess, you probably ought to just
pull from my git trees, which are linked below.

This is an extraordinary way to destroy everything.  Enjoy!
Comments and questions are, as always, welcome.

--D

kernel git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=scrub-strengthen-rmap-checking
---
 fs/xfs/Makefile       |    2 
 fs/xfs/scrub/bitmap.c |   22 +++
 fs/xfs/scrub/bitmap.h |    1 
 fs/xfs/scrub/rmap.c   |  313 +++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 336 insertions(+), 2 deletions(-)