]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: add metadata reservations for realtime refcount btree
authorDarrick J. Wong <djwong@kernel.org>
Wed, 29 May 2024 04:13:12 +0000 (21:13 -0700)
committerChristoph Hellwig <hch@lst.de>
Mon, 12 Aug 2024 11:53:06 +0000 (13:53 +0200)
commit0ca9d6e92d6293b19e71859b6871ad9e1be0dc13
tree8cf775321bf2fe2d2d4028a1625c9598793f7843
parentd47317703d622c751ad447a4617127e07020f5e8
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