]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: add metadata reservations for realtime rmap btrees
authorDarrick J. Wong <djwong@kernel.org>
Thu, 15 Aug 2024 18:48:52 +0000 (11:48 -0700)
committerChristoph Hellwig <hch@lst.de>
Sun, 22 Sep 2024 08:48:12 +0000 (10:48 +0200)
commit77320c20086ef16ec2eb99acdd4d88dca5540b1d
treedc6bc5d70b4a6bc4ad151ce676c9cf4730995681
parenteb2e9dc7fb7749ff0beb69899573eee546822d4e
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