All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] block: add zone write granularity limit
@ 2021-01-19 13:17 ` Damien Le Moal
  0 siblings, 0 replies; 21+ messages in thread
From: Damien Le Moal @ 2021-01-19 13:17 UTC (permalink / raw)
  To: linux-block, Jens Axboe
  Cc: Chaitanya Kulkarni, linux-scsi, Martin K . Petersen, linux-nvme,
	Christoph Hellwig, Keith Busch

(resending as I forgot to add nvme and scsi lists and their
maintainers. My apologies for the noise)

The first patch in this series introduces the zone write granularity
queue limit to indicate the alignment constraint for write operations
into sequential zones of zoned block devices.

The second patch fixes adds the missing documentation for
zone_append_max_bytes to the sysfs block documentation.

Changes form v1:
* Fixed typo in patch 2

Damien Le Moal (2):
  block: introduce zone_write_granularity limit
  block: document zone_append_max_bytes attribute

 Documentation/block/queue-sysfs.rst | 13 +++++++++++++
 block/blk-settings.c                | 28 ++++++++++++++++++++++++++++
 block/blk-sysfs.c                   |  7 +++++++
 drivers/nvme/host/zns.c             |  1 +
 drivers/scsi/sd_zbc.c               | 10 ++++++++++
 include/linux/blkdev.h              |  3 +++
 6 files changed, 62 insertions(+)

-- 
2.29.2


^ permalink raw reply	[flat|nested] 21+ messages in thread
* [PATCH v2 0/2] block: add zone write granularity limit
@ 2021-01-19  9:38 Damien Le Moal
  2021-01-19  9:38 ` [PATCH v2 1/2] block: introduce zone_write_granularity limit Damien Le Moal
  0 siblings, 1 reply; 21+ messages in thread
From: Damien Le Moal @ 2021-01-19  9:38 UTC (permalink / raw)
  To: linux-block, Jens Axboe; +Cc: Chaitanya Kulkarni

The first patch in this series introduces the zone write granularity
queue limit to indicate the alignment constraint for write operations
into sequential zones of zoned block devices.

The second patch fixes adds the missing documentation for
zone_append_max_bytes to the sysfs block documentation.

Changes form v1:
* Fixed typo is patch 2

Damien Le Moal (2):
  block: introduce zone_write_granularity limit
  block: document zone_append_max_bytes attribute

 Documentation/block/queue-sysfs.rst | 13 +++++++++++++
 block/blk-settings.c                | 28 ++++++++++++++++++++++++++++
 block/blk-sysfs.c                   |  7 +++++++
 drivers/nvme/host/zns.c             |  1 +
 drivers/scsi/sd_zbc.c               | 10 ++++++++++
 include/linux/blkdev.h              |  3 +++
 6 files changed, 62 insertions(+)

-- 
2.29.2


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

end of thread, other threads:[~2021-01-20 13:07 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19 13:17 [PATCH v2 0/2] block: add zone write granularity limit Damien Le Moal
2021-01-19 13:17 ` Damien Le Moal
2021-01-19 13:17 ` [PATCH v2 1/2] block: introduce zone_write_granularity limit Damien Le Moal
2021-01-19 13:17   ` Damien Le Moal
2021-01-20 10:10   ` Christoph Hellwig
2021-01-20 10:10     ` Christoph Hellwig
2021-01-20 11:00     ` Damien Le Moal
2021-01-20 11:00       ` Damien Le Moal
2021-01-20 12:36       ` Christoph Hellwig
2021-01-20 12:36         ` Christoph Hellwig
2021-01-19 13:17 ` [PATCH v2 2/2] block: document zone_append_max_bytes attribute Damien Le Moal
2021-01-19 13:17   ` Damien Le Moal
2021-01-20 10:10   ` Christoph Hellwig
2021-01-20 10:10     ` Christoph Hellwig
2021-01-20 10:07 ` [PATCH v2 0/2] block: add zone write granularity limit Christoph Hellwig
2021-01-20 10:07   ` Christoph Hellwig
2021-01-20 10:42   ` Damien Le Moal
2021-01-20 10:42     ` Damien Le Moal
2021-01-20 10:46   ` Damien Le Moal
2021-01-20 10:46     ` Damien Le Moal
  -- strict thread matches above, loose matches on Subject: below --
2021-01-19  9:38 Damien Le Moal
2021-01-19  9:38 ` [PATCH v2 1/2] block: introduce zone_write_granularity limit 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.