All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ZBC support clenaup and fixes
@ 2017-10-10 20:54 Damien Le Moal
  2017-10-10 20:54 ` [PATCH 1/5] scsi: sd_zbc: Move ZBC declarations to scsi_proto.h Damien Le Moal
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Damien Le Moal @ 2017-10-10 20:54 UTC (permalink / raw)
  To: linux-scsi, Martin K . Petersen; +Cc: Christoph Hellwig, Bart Van Assche

Martin,

First part of the "scsi-mq support for ZBC disks" series that is only scsi
specific. These patches are just cleanups with only one bug fix (last pacth)
and do not functionally change anything.

The remaining rework of the zone locking including scsi-mq support is still
ongoing and will be sent later.

Please consider these for addition to 4.15.

Damien Le Moal (5):
  scsi: sd_zbc: Move ZBC declarations to scsi_proto.h
  scsi: sd_zbc: Fix comments and indentation
  scsi: sd_zbc: Rearrange code
  scsi: sd_zbc: Use well defined macros
  scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()

 drivers/scsi/scsi_lib.c   |   5 +-
 drivers/scsi/sd_zbc.c     | 169 ++++++++++++++++++++++++++++++----------------
 include/scsi/scsi_proto.h |  45 +++++++++---
 3 files changed, 150 insertions(+), 69 deletions(-)

-- 
2.13.6

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

end of thread, other threads:[~2017-10-17  3:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-10 20:54 [PATCH 0/5] ZBC support clenaup and fixes Damien Le Moal
2017-10-10 20:54 ` [PATCH 1/5] scsi: sd_zbc: Move ZBC declarations to scsi_proto.h Damien Le Moal
2017-10-10 20:54 ` [PATCH 2/5] scsi: sd_zbc: Fix comments and indentation Damien Le Moal
2017-10-10 20:54 ` [PATCH 3/5] scsi: sd_zbc: Rearrange code Damien Le Moal
2017-10-10 20:54 ` [PATCH 4/5] scsi: sd_zbc: Use well defined macros Damien Le Moal
2017-10-10 20:54 ` [PATCH 5/5] scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics() Damien Le Moal
2017-10-17  3:57 ` [PATCH 0/5] ZBC support clenaup and fixes Martin K. Petersen

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.