summaryrefslogtreecommitdiff
tag namereserve-rt-metadata-space_2021-03-25 (922023983da2e4f007688d62ab77c53f116c6e3e)
tag date2021-03-25 17:10:30 -0700
tagged byDarrick J. Wong <djwong@kernel.org>
tagged objectcommit 74b914d1ce...
xfs: enable in-core block reservation for rt metadata
In preparation for adding reverse mapping and refcounting to the realtime device, enhance the per-AG block reservation system for use with realtime metadata. This effectively allows us to pre-allocate space for the rmap and refcount btrees in the same manner as we do for the data device counterparts, which is how we avoid ENOSPC failures when space is low but we've already committed to a COW operation.