]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: wire up a new inode fork type for the realtime refcount
authorDarrick J. Wong <djwong@kernel.org>
Mon, 23 Sep 2024 20:42:30 +0000 (13:42 -0700)
committerChristoph Hellwig <hch@lst.de>
Wed, 9 Oct 2024 13:55:49 +0000 (15:55 +0200)
commit204719c2101bffebd1420e3fa811b95b638f6133
tree03b1b40bda0e141187f34578ed84349b1942ecb9
parent5e58ac244796be4f5a9a88b57d97b1493ccf2a14
xfs: wire up a new inode fork type for the realtime refcount

Plumb in the pieces we need to embed the root of the realtime refcount
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_rtrefcount_btree.c
fs/xfs/libxfs/xfs_rtrefcount_btree.h
fs/xfs/xfs_inode_item_recover.c