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

Source kernel commit: f0415af60f482a2192065be8b334b409495ca8a3

Plumb in the pieces we need to embed the root of the realtime refcount
btree in an inode's data fork, complete with 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_rtrefcount_btree.c
libxfs/xfs_rtrefcount_btree.h