linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Improve error handling
@ 2020-09-10  7:39 Damien Le Moal
  2020-09-10  7:39 ` [PATCH 1/3] scsi: Cleanup scsi_noretry_cmd() Damien Le Moal
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Damien Le Moal @ 2020-09-10  7:39 UTC (permalink / raw)
  To: linux-scsi, Martin K . Petersen

A small series to improve command error hadling.

The first patch is a simple code cleanup. The second patch updates
asc/ascq sense codes list. Finally, the third patch adds zone resource
errors handling for zoned block deives to return BLK_STS_DEV_RESOURCE,
similarly to what the NVMe driver does for ZNS devices.

Damien Le Moal (3):
  scsi: Cleanup scsi_noretry_cmd()
  scsi: update additional sense codes list
  scsi: handle zone resources errors

 drivers/scsi/scsi_error.c  |  4 +--
 drivers/scsi/scsi_lib.c    | 12 +++++++++
 drivers/scsi/sense_codes.h | 54 +++++++++++++++++++++++++++++++++++++-
 3 files changed, 67 insertions(+), 3 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2020-09-10 22:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-10  7:39 [PATCH 0/3] Improve error handling Damien Le Moal
2020-09-10  7:39 ` [PATCH 1/3] scsi: Cleanup scsi_noretry_cmd() Damien Le Moal
2020-09-10 17:47   ` Bart Van Assche
2020-09-10 22:07     ` Damien Le Moal
2020-09-10  7:39 ` [PATCH 2/3] scsi: update additional sense codes list Damien Le Moal
2020-09-10  7:39 ` [PATCH 3/3] scsi: handle zone resources errors Damien Le Moal
2020-09-10  7:45   ` Damien Le Moal
2020-09-10 17:53   ` Christoph Hellwig
2020-09-10 22:16     ` Damien Le Moal
2020-09-10 14:11 ` [PATCH 0/3] Improve error handling Himanshu Madhani

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