]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: add metadata reservations for realtime refcount btree
authorDarrick J. Wong <djwong@kernel.org>
Tue, 15 Oct 2024 19:40:19 +0000 (12:40 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 5 Nov 2024 21:36:29 +0000 (13:36 -0800)
commitddc90d10e8936d2d62b01ed6580240a84cec1d31
treea2e07edba4f56c73df4cba5f2a24a0a257864717
parentff0f9e88f869d686f26672c0e828a7dc9422ccdc
xfs: add metadata reservations for realtime refcount btree

Reserve some free blocks so that we will always have enough free blocks
in the data volume to handle expansion of the realtime refcount btree.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/libxfs/xfs_rtrefcount_btree.c
fs/xfs/libxfs/xfs_rtrefcount_btree.h
fs/xfs/xfs_rtalloc.c