]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: add metadata reservations for realtime rmap btrees
authorDarrick J. Wong <djwong@kernel.org>
Wed, 29 May 2024 04:11:52 +0000 (21:11 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 31 Jul 2024 01:53:05 +0000 (18:53 -0700)
commitfc5b567c09cd6b94f9bf4a8b25be0c37ec07e635
treebeba36406f65112178966463b439588b9add7f4d
parenta57ffc44b43f00feb5d29602b1fa4b21a6d40f46
xfs: add metadata reservations for realtime rmap btrees

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

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