]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: add realtime refcount btree operations
authorDarrick J. Wong <djwong@kernel.org>
Mon, 24 Feb 2025 18:21:52 +0000 (10:21 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 25 Feb 2025 17:15:59 +0000 (09:15 -0800)
commitdb387f6765db713f48d6946021201d29cf21f9ab
treea34e1846720c2dfe94c9984c6b9c807b153e7519
parent4e596f98de07d0591efa352b2d384102247fd133
xfs: add realtime refcount btree operations

Source kernel commit: 1a6f88ea538db9b3d8aef86112894e7e6d098287

Implement the generic btree operations needed to manipulate rtrefcount
btree blocks. This is different from the regular refcountbt 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>
libxfs/xfs_rtrefcount_btree.c