]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: wire up a new metafile type for the realtime rmap
authorDarrick J. Wong <djwong@kernel.org>
Mon, 24 Feb 2025 18:21:49 +0000 (10:21 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 25 Feb 2025 17:15:58 +0000 (09:15 -0800)
commitb8d1b5cab5525336b8bd5e4d50cacd4fa3fa99c8
tree05dda0a82044154ad695f50b90048ac8e04f3b66
parente7f5630c994f9a2b3d415eabfb79ae790091831b
xfs: wire up a new metafile type for the realtime rmap

Source kernel commit: f33659e8a114e2c17108227d30a2bdf398e39bdb

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>
libxfs/xfs_format.h
libxfs/xfs_inode_fork.c
libxfs/xfs_ondisk.h
libxfs/xfs_rtrmap_btree.c
libxfs/xfs_rtrmap_btree.h