]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: add realtime reverse map inode to metadata directory
authorDarrick J. Wong <djwong@kernel.org>
Wed, 29 May 2024 04:11:52 +0000 (21:11 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 31 Jul 2024 01:46:55 +0000 (18:46 -0700)
commit1e1ffb6ff7de7cee87c7da817fd838fd2c2f9eca
treebe5f340e61d5c2ecc39d05db69293c157f455623
parentbfd9323a0a565348498e059be093d827d38f6c86
xfs: add realtime reverse map inode to metadata directory

Add a metadir path to select the realtime rmap btree inode and load
it at mount time.  The rtrmapbt inode will have a unique extent format
code, which means that we also have to update the inode validation and
flush routines to look for it.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/xfs_format.h
libxfs/xfs_inode_buf.c
libxfs/xfs_inode_fork.c
libxfs/xfs_rtgroup.c
libxfs/xfs_rtgroup.h
libxfs/xfs_rtrmap_btree.c