Hi all, This series fixes the scrub btree block checker to ensure that the keys in the parent block accurately represent the block, and check the ordering of all interior key records. 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-btree-key-enhancements --- fs/xfs/scrub/btree.c | 63 ++++++++++++++++++++++++++++++++++++++++++++------ fs/xfs/scrub/btree.h | 8 ++++++ 2 files changed, 63 insertions(+), 8 deletions(-)