Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13]  qla2xxx: Fixes for FC-NVMe
@ 2018-03-12 18:16 Himanshu Madhani
  2018-03-12 18:16 ` [PATCH 01/13] qla2xxx: Remove unneeded message and minor cleanup " Himanshu Madhani
                   ` (12 more replies)
  0 siblings, 13 replies; 27+ messages in thread
From: Himanshu Madhani @ 2018-03-12 18:16 UTC (permalink / raw)


Hi Martin,

This patch series addresses issue with FC-NVMe abort handling in the
driver. Code has been cleaned up and devloss timeout support has been
added in qla2xxx.

Please apply this series to 4.17/scsi-queue at your earliest convenience.

Hi Christoph, Sagi,

Please review this series. I would however like this to be merged via
Martin's SCSI tree.

Thanks,
Himanshu
 
Darren Trapp (10):
  qla2xxx: Set IIDMA and fcport state before qla_nvme_register_remote()
  qla2xxx: Add changes for devloss timeout in driver
  qla2xxx: Restore ZIO threshold setting
  qla2xxx: Add FC-NVMe abort processing
  qla2xxx: Fix n2n_ae flag to prevent dev_loss on PDB change
  qla2xxx: Return busy if rport going away
  qla2xxx: Remove nvme_done_list
  qla2xxx: Fix retry for PRLI RJT with reason of BUSY
  qla2xxx: Fix FC-NVMe IO abort during driver reset
  qla2xxx: Cleanup code to improve FC-NVMe error handling

Himanshu Madhani (2):
  qla2xxx: Remove unneeded message and minor cleanup for FC-NVMe
  qla2xxx: Update driver version to 10.00.00.06-k

Quinn Tran (1):
  qla2xxx: Fix Async GPN_FT for FCP and FC-NVMe scan

 drivers/scsi/qla2xxx/qla_dbg.c     |   2 +-
 drivers/scsi/qla2xxx/qla_def.h     |  12 +-
 drivers/scsi/qla2xxx/qla_gbl.h     |   4 +-
 drivers/scsi/qla2xxx/qla_gs.c      | 231 +++++++++++++++++++++++++++-------
 drivers/scsi/qla2xxx/qla_init.c    |  35 ++++--
 drivers/scsi/qla2xxx/qla_isr.c     |  78 +++++-------
 drivers/scsi/qla2xxx/qla_mbx.c     |  10 +-
 drivers/scsi/qla2xxx/qla_mid.c     |   6 -
 drivers/scsi/qla2xxx/qla_nvme.c    | 245 +++++++++++++++++--------------------
 drivers/scsi/qla2xxx/qla_nvme.h    |   9 +-
 drivers/scsi/qla2xxx/qla_os.c      |  11 +-
 drivers/scsi/qla2xxx/qla_target.c  |  13 +-
 drivers/scsi/qla2xxx/qla_target.h  |   2 +-
 drivers/scsi/qla2xxx/qla_version.h |   2 +-
 14 files changed, 395 insertions(+), 265 deletions(-)

-- 
2.12.0

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

end of thread, other threads:[~2018-03-14 11:43 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-12 18:16 [PATCH 00/13] qla2xxx: Fixes for FC-NVMe Himanshu Madhani
2018-03-12 18:16 ` [PATCH 01/13] qla2xxx: Remove unneeded message and minor cleanup " Himanshu Madhani
2018-03-14 11:12   ` Hannes Reinecke
2018-03-12 18:16 ` [PATCH 02/13] qla2xxx: Set IIDMA and fcport state before qla_nvme_register_remote() Himanshu Madhani
2018-03-14 11:13   ` Hannes Reinecke
2018-03-12 18:16 ` [PATCH 03/13] qla2xxx: Add changes for devloss timeout in driver Himanshu Madhani
2018-03-14 11:15   ` Hannes Reinecke
2018-03-12 18:16 ` [PATCH 04/13] qla2xxx: Restore ZIO threshold setting Himanshu Madhani
2018-03-14 11:15   ` Hannes Reinecke
2018-03-12 18:16 ` [PATCH 05/13] qla2xxx: Add FC-NVMe abort processing Himanshu Madhani
2018-03-14 11:16   ` Hannes Reinecke
2018-03-12 18:16 ` [PATCH 06/13] qla2xxx: Fix n2n_ae flag to prevent dev_loss on PDB change Himanshu Madhani
2018-03-14 11:33   ` Hannes Reinecke
2018-03-12 18:16 ` [PATCH 07/13] qla2xxx: Return busy if rport going away Himanshu Madhani
2018-03-14 11:34   ` Hannes Reinecke
2018-03-12 18:16 ` [PATCH 08/13] qla2xxx: Remove nvme_done_list Himanshu Madhani
2018-03-14 11:35   ` Hannes Reinecke
2018-03-12 18:16 ` [PATCH 09/13] qla2xxx: Fix retry for PRLI RJT with reason of BUSY Himanshu Madhani
2018-03-14 11:36   ` Hannes Reinecke
2018-03-12 18:16 ` [PATCH 10/13] qla2xxx: Fix FC-NVMe IO abort during driver reset Himanshu Madhani
2018-03-14 11:38   ` Hannes Reinecke
2018-03-12 18:16 ` [PATCH 11/13] qla2xxx: Cleanup code to improve FC-NVMe error handling Himanshu Madhani
2018-03-14 11:40   ` Hannes Reinecke
2018-03-12 18:16 ` [PATCH 12/13] qla2xxx: Fix Async GPN_FT for FCP and FC-NVMe scan Himanshu Madhani
2018-03-12 22:48   ` kbuild test robot
2018-03-14 11:43   ` Hannes Reinecke
2018-03-12 18:16 ` [PATCH 13/13] qla2xxx: Update driver version to 10.00.00.06-k Himanshu Madhani

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