linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] zloop fixes and improvements
@ 2025-11-15 12:15 Damien Le Moal
  2025-11-15 12:15 ` [PATCH 1/6] zloop: make the write pointer of full zones invalid Damien Le Moal
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Damien Le Moal @ 2025-11-15 12:15 UTC (permalink / raw)
  To: Jens Axboe, linux-block; +Cc: Christoph Hellwig

Jens,

The first 2 patches are simple fixes for the zloop driver. The third
patch is a simple refactoring. Finally, patch 4 and 5 introduce new
configuration parameters that are very useful for testing the block
layer zone append emulation done as part of zone write plugging (patch
4) and to test file systems that use zone append (XFS and btrfs) by
changing the processing behavior of zone append operations in zloop.

The last patch updates zloop documentation.

Damien Le Moal (6):
  zloop: make the write pointer of full zones invalid
  zloop: fail zone append operations that are targeting full zones
  zloop: simplify checks for writes to sequential zones
  zloop: introduce the zone_append configuration parameter
  zloop: introduce the ordered_zone_append configuration parameter
  Documentation: admin-guide: blockdev: update zloop parameters

 .../admin-guide/blockdev/zoned_loop.rst       |  61 ++++---
 drivers/block/zloop.c                         | 151 ++++++++++++++++--
 2 files changed, 171 insertions(+), 41 deletions(-)

-- 
2.51.1


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

end of thread, other threads:[~2025-11-17 16:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-15 12:15 [PATCH 0/6] zloop fixes and improvements Damien Le Moal
2025-11-15 12:15 ` [PATCH 1/6] zloop: make the write pointer of full zones invalid Damien Le Moal
2025-11-15 12:15 ` [PATCH 2/6] zloop: fail zone append operations that are targeting full zones Damien Le Moal
2025-11-15 12:15 ` [PATCH 3/6] zloop: simplify checks for writes to sequential zones Damien Le Moal
2025-11-15 12:15 ` [PATCH 4/6] zloop: introduce the zone_append configuration parameter Damien Le Moal
2025-11-15 12:15 ` [PATCH 5/6] zloop: introduce the ordered_zone_append " Damien Le Moal
2025-11-15 12:15 ` [PATCH 6/6] Documentation: admin-guide: blockdev: update zloop parameters Damien Le Moal
2025-11-17 16:42 ` [PATCH 0/6] zloop fixes and improvements Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).