All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Add support for ZBC host-managed devices
@ 2016-07-19 13:25 Hannes Reinecke
  2016-07-19 13:25 ` [PATCH 1/5] sd: configure ZBC devices Hannes Reinecke
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Hannes Reinecke @ 2016-07-19 13:25 UTC (permalink / raw)
  To: Martin K. Petersen
  Cc: James Bottomley, linux-scsi, Christoph Hellwig, Damien Le Moal,
	Hannes Reinecke

Hi James,

this patchset adds support for ZBC host-managed devices to sd.
Support for it is selected with the new 'SCSI_ZBC' config option.

Patch has been made over Tejuns 'libata/for-4.8' repository.
It relies on the patchset "Support for zoned block devices" posted
earlier.

As usual, comments and reviews are welcome.

Damien Le Moal (2):
  sd: Limit messages for ZBC disks capacity change
  sd_zbc: Fix handling of ZBC read after write pointer

Hannes Reinecke (3):
  sd: configure ZBC devices
  sd: Implement new RESET_WP provisioning mode
  sd: Implement support for ZBC devices

 drivers/scsi/Kconfig      |   8 +
 drivers/scsi/Makefile     |   1 +
 drivers/scsi/sd.c         | 201 +++++++++++++++--
 drivers/scsi/sd.h         |  67 ++++++
 drivers/scsi/sd_zbc.c     | 559 ++++++++++++++++++++++++++++++++++++++++++++++
 include/scsi/scsi_proto.h |  17 ++
 6 files changed, 832 insertions(+), 21 deletions(-)
 create mode 100644 drivers/scsi/sd_zbc.c

-- 
1.8.5.6


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

end of thread, other threads:[~2016-08-12  6:01 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-19 13:25 [PATCH 0/5] Add support for ZBC host-managed devices Hannes Reinecke
2016-07-19 13:25 ` [PATCH 1/5] sd: configure ZBC devices Hannes Reinecke
2016-07-20  0:46   ` Damien Le Moal
2016-07-22 21:56   ` Ewan D. Milne
2016-07-23 20:31     ` Hannes Reinecke
2016-07-23 22:04       ` Bart Van Assche
2016-07-24  7:07         ` Hannes Reinecke
2016-07-25  6:00         ` Hannes Reinecke
2016-07-25 13:24           ` Ewan D. Milne
2016-08-01 14:24   ` Shaun Tancheff
2016-08-01 14:29     ` Hannes Reinecke
2016-07-19 13:25 ` [PATCH 2/5] sd: Implement new RESET_WP provisioning mode Hannes Reinecke
2016-07-20  0:49   ` Damien Le Moal
2016-07-20 14:52     ` Hannes Reinecke
2016-07-19 13:25 ` [PATCH 3/5] sd: Implement support for ZBC devices Hannes Reinecke
2016-07-20  0:54   ` Damien Le Moal
2016-08-12  6:00   ` Shaun Tancheff
2016-07-19 13:25 ` [PATCH 4/5] sd: Limit messages for ZBC disks capacity change Hannes Reinecke
2016-07-19 13:25 ` [PATCH 5/5] sd_zbc: Fix handling of ZBC read after write pointer Hannes Reinecke

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.