]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: add metadata reservations for realtime refcount btree
authorDarrick J. Wong <djwong@kernel.org>
Mon, 23 Sep 2024 20:42:29 +0000 (13:42 -0700)
committerChristoph Hellwig <hch@lst.de>
Wed, 9 Oct 2024 13:55:49 +0000 (15:55 +0200)
commit5e58ac244796be4f5a9a88b57d97b1493ccf2a14
tree518a02cda19a65a418396b7d1c4ebf6ca63749b4
parent997e749d39365347cf049cd1c4b347a2d426709e
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