]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_scrubbed: check for fs features needed for effective repairs
authorDarrick J. Wong <djwong@kernel.org>
Wed, 7 Aug 2024 22:54:57 +0000 (15:54 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 14 Aug 2024 03:08:27 +0000 (20:08 -0700)
commitd460ac1ed1a4fd1d66d90d5793f776ca7c5969db
tree001a37c998221a189d5afbcd6f0a0ae1f3d27f9c
parent6ce28e50175eb419c3f6b2c188c6f5ae705fa112
xfs_scrubbed: check for fs features needed for effective repairs

Online repair relies heavily on back references such as reverse mappings
and directory parent pointers to add redundancy to the filesystem.
Check for these two features and whine a bit if they are missing.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
scrub/xfs_scrubbed.in