]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: check that rtblock extents do not break rtsupers or rtgroups
authorDarrick J. Wong <djwong@kernel.org>
Mon, 23 Sep 2024 20:41:22 +0000 (13:41 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 9 Oct 2024 23:29:11 +0000 (16:29 -0700)
commitf942aee37033c7b95a49b36ce558ceeea8373fab
treecae555345007b8baef9cb51a519563c4f3d76a1a
parentf642b6ee77336be0a5551d78e9e60fe189978fd6
xfs: check that rtblock extents do not break rtsupers or rtgroups

Check that rt block pointers do not point to the realtime superblock and
that allocated rt space extents do not cross rtgroup boundaries.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
libxfs/xfs_types.c