]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: report realtime refcount btree corruption errors to the health system
authorDarrick J. Wong <djwong@kernel.org>
Tue, 15 Oct 2024 19:40:32 +0000 (12:40 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 5 Nov 2024 21:36:32 +0000 (13:36 -0800)
commit1352b5799d9668138526b9136366a784c712cbd9
treedf32857c215079feaea2ffd765658257891b2b10
parent9f0bd22a208e19d349012dd003401f0ee0c3647d
xfs: report realtime refcount btree corruption errors to the health system

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

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/libxfs/xfs_fs.h
fs/xfs/libxfs/xfs_health.h
fs/xfs/libxfs/xfs_inode_fork.c
fs/xfs/libxfs/xfs_rtgroup.c
fs/xfs/libxfs/xfs_rtrefcount_btree.c
fs/xfs/xfs_health.c