]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: report realtime rmap btree corruption errors to the health system
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:22:18 +0000 (14:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 16 Jul 2024 22:49:20 +0000 (15:49 -0700)
commit574b37a2d7ca886d06d00a0eeed7e7bde8ab107c
tree76f44b7483f84a834f4b5ea416898d13c36598be
parentbc08558320033c85997c65f78d9ad0f56b8c39d5
xfs: report realtime rmap btree corruption errors to the health system

Whenever we encounter corrupt realtime rmap btree blocks, we should
report that to the health monitoring system for later reporting.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/xfs_btree.h
libxfs/xfs_fs.h
libxfs/xfs_health.h
libxfs/xfs_inode_fork.c
libxfs/xfs_rtrmap_btree.c
man/man2/ioctl_xfs_rtgroup_geometry.2