]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: add realtime rmap btree operations
authorDarrick J. Wong <djwong@kernel.org>
Tue, 9 Jan 2024 17:43:44 +0000 (09:43 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 10 Apr 2024 00:21:43 +0000 (17:21 -0700)
commit7307786ad44fd53376d299d1581e4743eabb00c5
tree4c1ee27dd0489a93f95a3b7c44424acd7ce6c5e7
parent0e763e62b0800af3cc00d69640053692d25a12d2
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>
libxfs/xfs_btree.c
libxfs/xfs_btree.h
libxfs/xfs_rtrmap_btree.c