]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: add realtime rmap btree operations
authorDarrick J. Wong <djwong@kernel.org>
Wed, 29 May 2024 04:11:49 +0000 (21:11 -0700)
committerChristoph Hellwig <hch@lst.de>
Mon, 12 Aug 2024 08:40:03 +0000 (10:40 +0200)
commit6cba9aeff355805e4aa8f800a8b1be2f64bbd376
tree8d0c554b3fdc091f1ee5afdae79ab4506614712e
parent152beba21f3ae7d3ecfa5012f14bb024673e7b68
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