All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Zoned XFS code improvements
@ 2026-03-16 11:40 Damien Le Moal
  2026-03-16 11:40 ` [PATCH v2 1/4] xfs: avoid unnecessary open zone check in xfs_select_zone_nowait() Damien Le Moal
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Damien Le Moal @ 2026-03-16 11:40 UTC (permalink / raw)
  To: linux-xfs, Carlos Maiolino; +Cc: Christoph Hellwig, Hans Holmberg

All,

Here are 4 simple patches to cleanup the code for zoned XFS.
Overall, there is no functional changes introduced beside the change
of information displayed in /proc/self/mountstats (patch 3).

Changes from v1:
 - Split former patch 1 into patch 1 and 2.
 - Changed patch 3 to add new lines of information instead of changing
   the existing lines.
 - Reworked commit titles and messages.

Damien Le Moal (4):
  xfs: avoid unnecessary open zone check in xfs_select_zone_nowait()
  xfs: fix a comment typo in xfs_select_zone_nowait()
  xfs: display more zone related information in mountstats
  xfs: avoid unnecessary calculations in xfs_zoned_need_gc()

 fs/xfs/xfs_zone_alloc.c |  9 +++++----
 fs/xfs/xfs_zone_gc.c    | 24 ++++++++++++++++++------
 fs/xfs/xfs_zone_info.c  |  7 ++++++-
 3 files changed, 29 insertions(+), 11 deletions(-)


base-commit: f8544b654f22b1138ba12bc0971a96963b20311d
-- 
2.53.0


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

end of thread, other threads:[~2026-03-18 10:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-16 11:40 [PATCH v2 0/4] Zoned XFS code improvements Damien Le Moal
2026-03-16 11:40 ` [PATCH v2 1/4] xfs: avoid unnecessary open zone check in xfs_select_zone_nowait() Damien Le Moal
2026-03-16 15:55   ` Christoph Hellwig
2026-03-17 12:18   ` Hans Holmberg
2026-03-16 11:40 ` [PATCH v2 2/4] xfs: fix a comment typo " Damien Le Moal
2026-03-16 15:56   ` Christoph Hellwig
2026-03-17 12:19   ` Hans Holmberg
2026-03-16 11:40 ` [PATCH v2 3/4] xfs: display more zone related information in mountstats Damien Le Moal
2026-03-16 15:57   ` Christoph Hellwig
2026-03-17 12:21   ` Hans Holmberg
2026-03-16 11:40 ` [PATCH v2 4/4] xfs: avoid unnecessary calculations in xfs_zoned_need_gc() Damien Le Moal
2026-03-16 15:58   ` Christoph Hellwig
2026-03-17 12:25   ` Hans Holmberg
2026-03-18 10:12 ` [PATCH v2 0/4] Zoned XFS code improvements Carlos Maiolino

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.