]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: add realtime rmap btree operations
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:20:23 +0000 (16:20 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 23 Dec 2024 21:06:04 +0000 (13:06 -0800)
commitd386b4024372ea2f06aaa0f2c6c380b45ba0536e
tree6b96b11d47b0286b28ff619e99437dc0f45510b3
parente1c76fce50bb750dff236aa51a3b698de4f7132c
xfs: add realtime rmap btree operations

Implement the generic btree operations needed to manipulate rtrmap
btree blocks. This is different from the regular rmapbt in that we
allocate space from the filesystem at large, and are neither
constrained to the free space nor any particular AG.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_btree.c
fs/xfs/libxfs/xfs_btree.h
fs/xfs/libxfs/xfs_rtrmap_btree.c