]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: wire up a new inode fork type for the realtime rmap
authorDarrick J. Wong <djwong@kernel.org>
Thu, 15 Aug 2024 18:57:33 +0000 (11:57 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 16 Aug 2024 21:57:39 +0000 (14:57 -0700)
commit24066b53f9b6b766f5a3e9ffa7b5d0d04dcea3da
tree94bef47b8fc1ab4d713cf2c14869693cb0a32701
parent5c1380eb640d1637507bf69e4702ac96f8affc72
xfs: wire up a new inode fork 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 fork type and
on-disk interpretation functions.

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