]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: wire up a new metafile type for the realtime rmap
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:20:29 +0000 (16:20 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 23 Dec 2024 21:06:05 +0000 (13:06 -0800)
commitf33659e8a114e2c17108227d30a2bdf398e39bdb
tree2ac32ccdd284cfd0cbebc931fbfe5fec0abc5d91
parent8491a55cfc73ff5c2c637a70ade51d4d08abb90a
xfs: wire up a new metafile type for the realtime rmap

Plumb in the pieces we need to embed the root of the realtime rmap btree
in an inode's data fork, complete with new metafile type and on-disk
interpretation functions.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_format.h
fs/xfs/libxfs/xfs_inode_fork.c
fs/xfs/libxfs/xfs_ondisk.h
fs/xfs/libxfs/xfs_rtrmap_btree.c
fs/xfs/libxfs/xfs_rtrmap_btree.h
fs/xfs/xfs_inode_item_recover.c