]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: add metadata reservations for realtime refcount btree
authorDarrick J. Wong <djwong@kernel.org>
Thu, 15 Aug 2024 18:49:23 +0000 (11:49 -0700)
committerChristoph Hellwig <hch@lst.de>
Sun, 22 Sep 2024 08:48:24 +0000 (10:48 +0200)
commit2b25f1a1302803caa5dc7677c7409717bfbd3dfe
tree3ed9dd9f63c9a31f07e872c02fc06e52b811dfbc
parentfc9c51618654b43ac98457eefede7f508c1da897
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