]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: wire up a new metafile type for the realtime refcount
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:20:54 +0000 (16:20 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 23 Dec 2024 21:06:12 +0000 (13:06 -0800)
commitf0415af60f482a2192065be8b334b409495ca8a3
treef3b599006b8efbe18c920eb8f0c5db5b86c528c0
parentbf0b99411335db18a9ed4fcef278ce9e313f6076
xfs: wire up a new metafile 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 metafile type and on-disk
interpretation functions.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
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