All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] qla2xxx: Fixes for the driver
@ 2019-12-17 22:06 Himanshu Madhani
  2019-12-17 22:06 ` [PATCH 01/14] qla2xxx: Remove defer flag to indicate immeadiate port loss Himanshu Madhani
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Himanshu Madhani @ 2019-12-17 22:06 UTC (permalink / raw)
  To: James.Bottomley, martin.petersen; +Cc: hmadhani, linux-scsi

Hi Martin,

This is usual update to the driver. this series fixes issues
mainly in the area of fabric scan and Login handling.

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

Thanks,
Himanshu

Himanshu Madhani (3):
  qla2xxx: Remove defer flag to indicate immeadiate port loss
  qla2xxx: Fix update_fcport for current_topology
  qla2xxx: Update driver version to 10.01.00.22-k

Joe Carnuccio (1):
  qla2xxx: Add D-Port Diagnostic reason explanation logs

Quinn Tran (7):
  qla2xxx: Fix fabric scan hang
  qla2xxx: Use common routine to free fcport struct
  qla2xxx: Fix stuck login session using prli_pend_timer
  qla2xxx: Consolidate fabric scan
  qla2xxx: Fix RIDA Format-2
  qla2xxx: Fix stuck session in GNL
  qla2xxx: Fix mtcp dump collection failure

Shyam Sundar (3):
  qla2xxx: Add a shadow variable to hold disc_state history of fcport
  qla2xxx: Cleanup unused async_logout_done
  qla2xxx: Correct fcport flags handling

 drivers/scsi/qla2xxx/qla_bsg.c     |   9 ++-
 drivers/scsi/qla2xxx/qla_dbg.c     |   2 +-
 drivers/scsi/qla2xxx/qla_def.h     |  20 ++++-
 drivers/scsi/qla2xxx/qla_fw.h      |  35 ++++----
 drivers/scsi/qla2xxx/qla_gbl.h     |  11 ++-
 drivers/scsi/qla2xxx/qla_gs.c      |   6 +-
 drivers/scsi/qla2xxx/qla_init.c    | 158 +++++++++++++++++++++----------------
 drivers/scsi/qla2xxx/qla_inline.h  |  24 ++++++
 drivers/scsi/qla2xxx/qla_iocb.c    |  51 +++++++++---
 drivers/scsi/qla2xxx/qla_isr.c     |  48 +++++++----
 drivers/scsi/qla2xxx/qla_mbx.c     |   3 +-
 drivers/scsi/qla2xxx/qla_mid.c     |   6 +-
 drivers/scsi/qla2xxx/qla_mr.c      |  16 ++--
 drivers/scsi/qla2xxx/qla_nx.c      |   2 +-
 drivers/scsi/qla2xxx/qla_os.c      |  64 +++++----------
 drivers/scsi/qla2xxx/qla_target.c  |  35 +++++---
 drivers/scsi/qla2xxx/qla_version.h |   2 +-
 17 files changed, 292 insertions(+), 200 deletions(-)

-- 
2.12.0


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

end of thread, other threads:[~2019-12-20  3:36 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-17 22:06 [PATCH 00/14] qla2xxx: Fixes for the driver Himanshu Madhani
2019-12-17 22:06 ` [PATCH 01/14] qla2xxx: Remove defer flag to indicate immeadiate port loss Himanshu Madhani
2019-12-17 22:06 ` [PATCH 02/14] qla2xxx: Fix fabric scan hang Himanshu Madhani
2019-12-17 22:06 ` [PATCH 03/14] qla2xxx: Add a shadow variable to hold disc_state history of fcport Himanshu Madhani
2019-12-17 22:06 ` [PATCH 04/14] qla2xxx: Cleanup unused async_logout_done Himanshu Madhani
2019-12-17 22:06 ` [PATCH 05/14] qla2xxx: Fix update_fcport for current_topology Himanshu Madhani
2019-12-17 22:06 ` [PATCH 06/14] qla2xxx: Add D-Port Diagnostic reason explanation logs Himanshu Madhani
2019-12-17 22:06 ` [PATCH 07/14] qla2xxx: Use common routine to free fcport struct Himanshu Madhani
2019-12-17 22:06 ` [PATCH 08/14] qla2xxx: Fix stuck login session using prli_pend_timer Himanshu Madhani
2019-12-17 22:06 ` [PATCH 09/14] qla2xxx: Correct fcport flags handling Himanshu Madhani
2019-12-17 22:06 ` [PATCH 10/14] qla2xxx: Consolidate fabric scan Himanshu Madhani
2019-12-17 22:06 ` [PATCH 11/14] qla2xxx: Fix RIDA Format-2 Himanshu Madhani
2019-12-17 22:06 ` [PATCH 12/14] qla2xxx: Fix stuck session in GNL Himanshu Madhani
2019-12-17 22:06 ` [PATCH 13/14] qla2xxx: Fix mtcp dump collection failure Himanshu Madhani
2019-12-17 22:06 ` [PATCH 14/14] qla2xxx: Update driver version to 10.01.00.22-k Himanshu Madhani
2019-12-20  3:36 ` [PATCH 00/14] qla2xxx: Fixes for the driver 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.