* [PATCH 0/2] Free space tree space reservation fixes
@ 2021-12-01 16:45 Josef Bacik
0 siblings, 0 replies; only message in thread
From: Josef Bacik @ 2021-12-01 16:45 UTC (permalink / raw)
To: linux-btrfs, kernel-team
Hello,
Filipe reported a problem where he was getting an ENOSPC abort when running
delayed refs for generic/619. This is because of two reasons, first generic/619
creates a very small file system, and our global block rsv calculation doesn't
take into account the size of the free space tree. Thus we could get into a
situation where the global block rsv was not enough to handle the overflow.
The second is because we simply do not reserve space for the free space tree
modifications. Fix this by making sure any free space tree root has their block
rsv set to the delayed refs rsv, and then make sure if we have the free space
tree enabled we're reserving extra space for those operations.
With these patches the problem Filipe was hitting went away. Thanks,
Josef
Josef Bacik (2):
btrfs: include the free space tree in the global rsv minimum
calculation
btrfs: reserve extra space for the free space tree
fs/btrfs/block-rsv.c | 31 ++++++++++++++++++-------------
fs/btrfs/delayed-ref.c | 22 ++++++++++++++++++++++
2 files changed, 40 insertions(+), 13 deletions(-)
--
2.26.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-12-01 16:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-01 16:45 [PATCH 0/2] Free space tree space reservation fixes Josef Bacik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox