]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: add realtime rmap btree operations
authorDarrick J. Wong <djwong@kernel.org>
Thu, 15 Aug 2024 18:56:38 +0000 (11:56 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 16 Aug 2024 21:57:39 +0000 (14:57 -0700)
commit0a2434e9022c1873bf7a70904d76a4e27228768f
tree7d9d90db06140700f3cb5f348528d6c69fbb788c
parent4b1cd65ca3b387cca9cf18b93473032365cd3747
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