]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: add realtime rmap btree operations
authorDarrick J. Wong <djwong@kernel.org>
Tue, 15 Oct 2024 19:39:48 +0000 (12:39 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 5 Nov 2024 21:36:22 +0000 (13:36 -0800)
commit9b3c5be712a55ac68781e7fa5522caca5b4646ca
treea2d7ee2096ba07845907be8a1bd22cf9971df2e0
parente799afd1f88ce3176acad99bd833ffdd04eb3b83
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>
fs/xfs/libxfs/xfs_btree.c
fs/xfs/libxfs/xfs_btree.h
fs/xfs/libxfs/xfs_rtrmap_btree.c