public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] scsi: sd/sd_zbc cleanup and improvements
@ 2017-04-21  9:16 damien.lemoal
  2017-04-21  9:16 ` [PATCH 1/9] sd: Remove white space before EOL damien.lemoal
                   ` (8 more replies)
  0 siblings, 9 replies; 24+ messages in thread
From: damien.lemoal @ 2017-04-21  9:16 UTC (permalink / raw)
  To: linux-scsi, Martin K . Petersen
  Cc: Bart Van Assche, Hannes Reinecke, Christoph Hellwig,
	Damien Le Moal

From: Damien Le Moal <damien.lemoal@wdc.com>

This series of small patches cleanup code mainly in sd.c and sd_zbc.c, with
another small improvement in scsi_error.c.

The first 2 patches are not stricktly necessary but would be great to apply to
make emacs pretty printer happy and reduce its overhead (if white space
highlighting is enabled).

The last patch is the only one that introduces a functional change. All other
patches do not change any functionality.

Comments and reviews are welcome.

Bart Van Assche (1):
  sd_zbc: Remove superfluous assignments

Damien Le Moal (8):
  sd: Remove white space before EOL
  sd: Fix functions description
  sd: Remove unecessary variable in sd_done()
  sd: Improve sd_completed_bytes
  sd: Cleanup sd_done sense data handling
  scsi: Improve scsi_get_sense_info_fld
  sd_zbc: Rename sd_zbc_setup_write_cmnd
  sd_zbc: Do not write lock zones for reset

 drivers/scsi/scsi_error.c |  36 ++---
 drivers/scsi/sd.c         | 402 +++++++++++++++++++++++-----------------------
 drivers/scsi/sd.h         |   8 +-
 drivers/scsi/sd_zbc.c     |  60 +++----
 include/scsi/scsi_eh.h    |   4 +-
 5 files changed, 243 insertions(+), 267 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2017-04-24  0:25 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-21  9:16 [PATCH 0/9] scsi: sd/sd_zbc cleanup and improvements damien.lemoal
2017-04-21  9:16 ` [PATCH 1/9] sd: Remove white space before EOL damien.lemoal
2017-04-21 17:22   ` Bart Van Assche
2017-04-24  0:14     ` Damien Le Moal
2017-04-21  9:16 ` [PATCH 2/9] sd: Fix functions description damien.lemoal
2017-04-21 17:28   ` Bart Van Assche
2017-04-24  0:21     ` Damien Le Moal
2017-04-21  9:16 ` [PATCH 3/9] sd: Remove unecessary variable in sd_done() damien.lemoal
2017-04-21 18:42   ` James Bottomley
2017-04-24  0:25     ` Damien Le Moal
2017-04-21  9:16 ` [PATCH 4/9] sd: Improve sd_completed_bytes damien.lemoal
2017-04-21  9:16 ` [PATCH 5/9] sd: Cleanup sd_done sense data handling damien.lemoal
2017-04-21 18:41   ` Bart Van Assche
2017-04-24  0:23     ` Damien Le Moal
2017-04-21  9:16 ` [PATCH 6/9] scsi: Improve scsi_get_sense_info_fld damien.lemoal
2017-04-21 16:58   ` Bart Van Assche
2017-04-23 23:59     ` Damien Le Moal
2017-04-21  9:16 ` [PATCH 7/9] sd_zbc: Rename sd_zbc_setup_write_cmnd damien.lemoal
2017-04-21 17:07   ` Bart Van Assche
2017-04-24  0:00     ` Damien Le Moal
2017-04-21  9:16 ` [PATCH 8/9] sd_zbc: Remove superfluous assignments damien.lemoal
2017-04-21  9:16 ` [PATCH 9/9] sd_zbc: Do not write lock zones for reset damien.lemoal
2017-04-21 17:15   ` Bart Van Assche
2017-04-24  0:11     ` Damien Le Moal

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