All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] lpfc: Update lpfc to revision 12.8.0.10
@ 2021-05-14 19:55 James Smart
  2021-05-14 19:55 ` [PATCH 01/11] lpfc: Fix unreleased RPIs when NPIV ports are created James Smart
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: James Smart @ 2021-05-14 19:55 UTC (permalink / raw)
  To: linux-scsi; +Cc: James Smart

Update lpfc to revision 12.8.0.10

This patch set contains fixes, a new abort behavior, and an RDF
enhancment.

The patches were cut against Martin's 5.14/scsi-queue tree


James Smart (11):
  lpfc: Fix unreleased RPIs when NPIV ports are created
  lpfc: Fix non-optimized ERSP handling
  lpfc: Fix "Unexpected timeout" error in direct attach topology
  lpfc: Add ndlp kref accounting for resume rpi path
  lpfc: Fix Node recovery when driver is handling simultaneous PLOGIs
  lpfc: Fix node handling for Fabric Controller and Domain Controller
  lpfc: Ignore GID-FT response that may be received after a link flip
  lpfc: Fix crash when lpfc_sli4_hba_setup fails to initialize the SGLs
  lpfc: Add a option to enable interlocked ABTS before job completion
  lpfc: Reregister FPIN types if receive ELS_RDF from fabric controller
  lpfc: Update lpfc version to 12.8.0.10

 drivers/scsi/lpfc/lpfc.h           |   2 +
 drivers/scsi/lpfc/lpfc_attr.c      |  11 ++
 drivers/scsi/lpfc/lpfc_crtn.h      |   1 +
 drivers/scsi/lpfc/lpfc_ct.c        |  43 ++++-
 drivers/scsi/lpfc/lpfc_debugfs.c   |  11 +-
 drivers/scsi/lpfc/lpfc_disc.h      |   1 +
 drivers/scsi/lpfc/lpfc_els.c       | 299 +++++++++++++++++++++++++++--
 drivers/scsi/lpfc/lpfc_hbadisc.c   |  81 +++++++-
 drivers/scsi/lpfc/lpfc_init.c      |   7 -
 drivers/scsi/lpfc/lpfc_mbox.c      |   3 +-
 drivers/scsi/lpfc/lpfc_nportdisc.c |  40 +++-
 drivers/scsi/lpfc/lpfc_nvme.c      |  14 +-
 drivers/scsi/lpfc/lpfc_scsi.c      |  45 ++++-
 drivers/scsi/lpfc/lpfc_sli.c       |  39 +++-
 drivers/scsi/lpfc/lpfc_sli.h       |   3 +-
 drivers/scsi/lpfc/lpfc_version.h   |   2 +-
 16 files changed, 529 insertions(+), 73 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2021-05-26  4:07 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-14 19:55 [PATCH 00/11] lpfc: Update lpfc to revision 12.8.0.10 James Smart
2021-05-14 19:55 ` [PATCH 01/11] lpfc: Fix unreleased RPIs when NPIV ports are created James Smart
2021-05-14 19:55 ` [PATCH 02/11] lpfc: Fix non-optimized ERSP handling James Smart
2021-05-14 19:55 ` [PATCH 03/11] lpfc: Fix "Unexpected timeout" error in direct attach topology James Smart
2021-05-14 19:55 ` [PATCH 04/11] lpfc: Add ndlp kref accounting for resume rpi path James Smart
2021-05-14 19:55 ` [PATCH 05/11] lpfc: Fix Node recovery when driver is handling simultaneous PLOGIs James Smart
2021-05-14 19:55 ` [PATCH 06/11] lpfc: Fix node handling for Fabric Controller and Domain Controller James Smart
2021-05-14 19:55 ` [PATCH 07/11] lpfc: Ignore GID-FT response that may be received after a link flip James Smart
2021-05-14 19:55 ` [PATCH 08/11] lpfc: Fix crash when lpfc_sli4_hba_setup fails to initialize the SGLs James Smart
2021-05-14 19:55 ` [PATCH 09/11] lpfc: Add a option to enable interlocked ABTS before job completion James Smart
2021-05-14 19:55 ` [PATCH 10/11] lpfc: Reregister FPIN types if receive ELS_RDF from fabric controller James Smart
2021-05-14 19:55 ` [PATCH 11/11] lpfc: Update lpfc version to 12.8.0.10 James Smart
2021-05-22  3:23 ` [PATCH 00/11] lpfc: Update lpfc to revision 12.8.0.10 Martin K. Petersen
2021-05-26  4:07 ` 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.