]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: wire up a new inode fork type for the realtime rmap
authorDarrick J. Wong <djwong@kernel.org>
Tue, 15 Oct 2024 19:39:53 +0000 (12:39 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:47:03 +0000 (13:47 -0700)
commit67077cdcdf1a2d4ac5fe5fbdbb6876c0d54f1278
treeb9461226d9d8ff642c32da3b79e91a0ff7fca0a5
parent4545c46ddea33389b8918ddd3ca632850891b77d
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>
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