Hi all, This series adds online health tracking capabilities to XFS, which enables userspace to discover if any metadata corruptions have been found (and not fixed) within a given class of metadata. The reporting of metadata health problems is triggered only by the online scrub code, though in principle a metadata read encountering corruption could also set a sick flag. Online repair will clear the appropriate sick flags when metadata passes its inspection after a repair attempt. Reporting to userspace is handled by three ioctl modifications: enhancements of the existing fs geometry ioctl to include a health field; enhancement of the existing bulkstat ioctl to report health, and a totally new ioctl to report allocation group geometry and status. On the userspace side of things, xfs_scrub is adapted to give a clean bill of health to the kernel when it is warranted, and xfs_spaceman can now perform live health reporting. 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=health-tracking xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=health-tracking