Linux XFS filesystem development
 help / color / mirror / Atom feed
* zone GC ringbuffer fix and cleanup
@ 2026-01-27 15:10 Christoph Hellwig
  2026-01-27 15:10 ` [PATCH 1/2] xfs: use a seprate member to track space availabe in the GC scatch buffer Christoph Hellwig
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Christoph Hellwig @ 2026-01-27 15:10 UTC (permalink / raw)
  To: Carlos Maiolino
  Cc: Hans Holmberg, Darrick J. Wong, Chris Mason, Keith Busch,
	linux-xfs

Hi all,

the first patch fixes the empty vs full condition detection in the ring
buffer as noted by Chris.  Keith had an alternative version that uses
overflowing unsigned integer arithmetics, but just having an addition
counter as in this version feels even simpler.  The second one is a
trivial cleanup in the same area.

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

end of thread, other threads:[~2026-01-29 11:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-27 15:10 zone GC ringbuffer fix and cleanup Christoph Hellwig
2026-01-27 15:10 ` [PATCH 1/2] xfs: use a seprate member to track space availabe in the GC scatch buffer Christoph Hellwig
2026-01-28  5:35   ` Darrick J. Wong
2026-01-28  5:52     ` Christoph Hellwig
2026-01-28  5:56   ` Christoph Hellwig
2026-01-28 10:09     ` Carlos Maiolino
2026-01-28 12:00   ` Hans Holmberg
2026-01-29 11:32   ` Carlos Maiolino
2026-01-27 15:10 ` [PATCH 2/2] xfs: remove xfs_zone_gc_space_available Christoph Hellwig
2026-01-28 12:02   ` Hans Holmberg
2026-01-27 15:25 ` zone GC ringbuffer fix and cleanup Keith Busch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox