All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH stable-5.4] backport enospc issues during balance
@ 2020-10-14  2:44 Anand Jain
  2020-10-14  2:44 ` [PATCH stable-5.4 1/2] btrfs: don't pass system_chunk into can_overcommit Anand Jain
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Anand Jain @ 2020-10-14  2:44 UTC (permalink / raw)
  To: linux-kernel, stable
  Cc: linux-btrfs, nborisov, wqu, jthumshirn, josef, dsterba,
	anand.jain

Patch 1 is a preparatory patch to reduce conflicts. Patch 2 fixes
balance failure due to ENOSPC in btrfs/156 on arm64 systems with
pagesize=64k. Minor conflicts in fs/btrfs/block-group.c are resolved.
Thanks.

Josef Bacik (2):
  btrfs: don't pass system_chunk into can_overcommit
  btrfs: take overcommit into account in inc_block_group_ro

 fs/btrfs/block-group.c | 38 ++++++++++++++++++++++----------
 fs/btrfs/space-info.c  | 50 +++++++++++++++++-------------------------
 fs/btrfs/space-info.h  |  3 +++
 3 files changed, 49 insertions(+), 42 deletions(-)

-- 
2.18.4


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-10-14 13:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-14  2:44 [PATCH stable-5.4] backport enospc issues during balance Anand Jain
2020-10-14  2:44 ` [PATCH stable-5.4 1/2] btrfs: don't pass system_chunk into can_overcommit Anand Jain
2020-10-14  2:44 ` [PATCH stable-5.4 2/2] btrfs: take overcommit into account in inc_block_group_ro Anand Jain
2020-10-14 13:43 ` [PATCH stable-5.4] backport enospc issues during balance Sasha Levin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.