public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/9] Support zoned devices with gap zones
@ 2022-04-21 18:30 Bart Van Assche
  2022-04-21 18:30 ` [PATCH v2 1/9] scsi: sd_zbc: Improve source code documentation Bart Van Assche
                   ` (11 more replies)
  0 siblings, 12 replies; 19+ messages in thread
From: Bart Van Assche @ 2022-04-21 18:30 UTC (permalink / raw)
  To: Martin K . Petersen
  Cc: Jaegeuk Kim, Damien Le Moal, Hannes Reinecke, Shaun Tancheff,
	Douglas Gilbert, linux-scsi, Bart Van Assche

Hi Martin,

In ZBC-2 support has been improved for zones with a size that is not a power
of two by allowing host-managed devices to report gap zones. This patch adds
support for zoned devices for which data zones and gap zones alternate if the
distance between zone start LBAs is a power of two.

Please consider this patch series for kernel v5.19.

Thanks,

Bart.

Changes compared to v1:
- Made this patch series compatible with the zone querying code in BTRFS.
- Addressed Damien's off-list review comments.
- Added patch "Return early in sd_zbc_check_zoned_characteristics()" to this
  series.

Bart Van Assche (9):
  scsi: sd_zbc: Improve source code documentation
  scsi: sd_zbc: Verify that the zone size is a power of two
  scsi: sd_zbc: Use logical blocks as unit when querying zones
  scsi: sd_zbc: Introduce struct zoned_disk_info
  scsi: sd_zbc: Return early in sd_zbc_check_zoned_characteristics()
  scsi: sd_zbc: Hide gap zones
  scsi_debug: Fix a typo
  scsi_debug: Rename zone type constants
  scsi_debug: Add gap zone support

 drivers/scsi/scsi_debug.c | 149 ++++++++++++++++++------
 drivers/scsi/sd.h         |  32 ++++--
 drivers/scsi/sd_zbc.c     | 236 +++++++++++++++++++++++++++++---------
 include/scsi/scsi_proto.h |   9 +-
 4 files changed, 331 insertions(+), 95 deletions(-)


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

end of thread, other threads:[~2022-05-04  8:18 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-21 18:30 [PATCH v2 0/9] Support zoned devices with gap zones Bart Van Assche
2022-04-21 18:30 ` [PATCH v2 1/9] scsi: sd_zbc: Improve source code documentation Bart Van Assche
2022-04-21 20:03   ` Himanshu Madhani
2022-04-21 18:30 ` [PATCH v2 2/9] scsi: sd_zbc: Verify that the zone size is a power of two Bart Van Assche
2022-04-21 20:05   ` Himanshu Madhani
2022-04-21 18:30 ` [PATCH v2 3/9] scsi: sd_zbc: Use logical blocks as unit when querying zones Bart Van Assche
2022-04-21 20:09   ` Himanshu Madhani
2022-04-21 18:30 ` [PATCH v2 4/9] scsi: sd_zbc: Introduce struct zoned_disk_info Bart Van Assche
2022-04-21 20:13   ` Himanshu Madhani
2022-04-21 18:30 ` [PATCH v2 5/9] scsi: sd_zbc: Return early in sd_zbc_check_zoned_characteristics() Bart Van Assche
2022-04-21 20:15   ` Himanshu Madhani
2022-04-21 18:30 ` [PATCH v2 6/9] scsi: sd_zbc: Hide gap zones Bart Van Assche
2022-04-21 18:30 ` [PATCH v2 7/9] scsi_debug: Fix a typo Bart Van Assche
2022-04-21 20:16   ` Himanshu Madhani
2022-04-21 18:30 ` [PATCH v2 8/9] scsi_debug: Rename zone type constants Bart Van Assche
2022-04-21 18:30 ` [PATCH v2 9/9] scsi_debug: Add gap zone support Bart Van Assche
2022-04-26  1:56 ` [PATCH v2 0/9] Support zoned devices with gap zones Douglas Gilbert
2022-04-26  2:56 ` Martin K. Petersen
2022-05-03  0:51 ` Martin K. Petersen

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