]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: add metadata reservations for realtime rmap btrees
authorDarrick J. Wong <djwong@kernel.org>
Mon, 23 Sep 2024 20:42:01 +0000 (13:42 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 9 Oct 2024 23:27:00 +0000 (16:27 -0700)
commitd2bd362fb461cfd669e8fab6cd69c20a184b161c
treebe999812c43a11d8119e8404edf91fcc08a6972b
parentfe1cf57fd2cd3e3b2bda61c2cd11eada0d3f5535
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_metafile.c
fs/xfs/libxfs/xfs_rtrmap_btree.c
fs/xfs/libxfs/xfs_rtrmap_btree.h
fs/xfs/xfs_rtalloc.c