]> 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>
Thu, 15 Aug 2024 18:48:53 +0000 (11:48 -0700)
committerChristoph Hellwig <hch@lst.de>
Sun, 22 Sep 2024 08:48:12 +0000 (10:48 +0200)
commit4a35a9b231fdc016f5e41f06f4ee94e844202428
treef179217c29d22f61be365377214e2d7ce7a7b395
parent77320c20086ef16ec2eb99acdd4d88dca5540b1d
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