linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] block: add zone write granularity limit
@ 2021-01-19  8:41 Damien Le Moal
  2021-01-19  8:41 ` [PATCH 1/2] block: introduce zone_write_granularity limit Damien Le Moal
  2021-01-19  8:41 ` [PATCH 2/2] block: document zone_append_max_bytes attribute Damien Le Moal
  0 siblings, 2 replies; 4+ messages in thread
From: Damien Le Moal @ 2021-01-19  8:41 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.

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] 4+ messages in thread

end of thread, other threads:[~2021-01-19  9:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19  8:41 [PATCH 0/2] block: add zone write granularity limit Damien Le Moal
2021-01-19  8:41 ` [PATCH 1/2] block: introduce zone_write_granularity limit Damien Le Moal
2021-01-19  8:41 ` [PATCH 2/2] block: document zone_append_max_bytes attribute Damien Le Moal
2021-01-19  9:04   ` Johannes Thumshirn

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).