All of lore.kernel.org
 help / color / mirror / Atom feed
* zoned growfs fix v2
@ 2026-06-10  5:07 Christoph Hellwig
  2026-06-10  5:07 ` [PATCH 1/3] xfs: factor out a xfs_zone_mark_free helper Christoph Hellwig
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Christoph Hellwig @ 2026-06-10  5:07 UTC (permalink / raw)
  To: Carlos Maiolino; +Cc: Damien Le Moal, Hans Holmberg, linux-xfs

Hi all,

this series fixes growfs on zoned file systems, which so far has been
completely broken.  A test to verify it properly will be sent out as
well.

Changes since v1:
 - rename xfs_add_free_zone to xfs_zone_mark_free
 - use xfs_rtgs_to_rfsbs to avoid overflows
 - improve a commit message
 - add a comment explaining the zoned growfs space accounting logic

Diffstat:
 xfs_rtalloc.c    |   16 ++++++++++++----
 xfs_zone_alloc.c |   11 +++++++++--
 xfs_zone_alloc.h |    1 +
 xfs_zone_gc.c    |    4 +---
 4 files changed, 23 insertions(+), 9 deletions(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread
* zoned growfs fix
@ 2026-06-09  7:56 Christoph Hellwig
  2026-06-09  7:56 ` [PATCH 3/3] xfs: only log freed extents for the current RTG in zoned growfs Christoph Hellwig
  0 siblings, 1 reply; 11+ messages in thread
From: Christoph Hellwig @ 2026-06-09  7:56 UTC (permalink / raw)
  To: Carlos Maiolino; +Cc: Damien Le Moal, Hans Holmberg, linux-xfs

Hi all,

this series fixes growfs on zoned file systems, which so far has been
completely broken.  A test to verify it properly will be sent out as
well.

Diffstat:
 xfs_rtalloc.c    |    9 +++++----
 xfs_zone_alloc.c |   11 +++++++++--
 xfs_zone_alloc.h |    1 +
 xfs_zone_gc.c    |    4 +---
 4 files changed, 16 insertions(+), 9 deletions(-)

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

end of thread, other threads:[~2026-06-10 15:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-10  5:07 zoned growfs fix v2 Christoph Hellwig
2026-06-10  5:07 ` [PATCH 1/3] xfs: factor out a xfs_zone_mark_free helper Christoph Hellwig
2026-06-10  5:07 ` [PATCH 2/3] xfs: add newly added RTGs to the free pool in growfs Christoph Hellwig
2026-06-10  5:07 ` [PATCH 3/3] xfs: only log freed extents for the current RTG in zoned growfs Christoph Hellwig
2026-06-10  5:12   ` Darrick J. Wong
2026-06-10  5:18     ` Christoph Hellwig
2026-06-10  9:15   ` Damien Le Moal
2026-06-10 15:37 ` zoned growfs fix v2 Carlos Maiolino
  -- strict thread matches above, loose matches on Subject: below --
2026-06-09  7:56 zoned growfs fix Christoph Hellwig
2026-06-09  7:56 ` [PATCH 3/3] xfs: only log freed extents for the current RTG in zoned growfs Christoph Hellwig
2026-06-09 14:54   ` Darrick J. Wong
2026-06-09 23:20   ` Damien Le Moal

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.