All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] lpfc: Update lpfc to revision 14.0.0.2
@ 2021-09-10 23:31 James Smart
  2021-09-10 23:31 ` [PATCH 01/14] lpfc: Fix list_add corruption in lpfc_drain_txq James Smart
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: James Smart @ 2021-09-10 23:31 UTC (permalink / raw)
  To: linux-scsi; +Cc: James Smart

Update lpfc to revision 14.0.0.2

This patch provides a number of fixes to discovery scenarios and
tweaks to the recent congestion mgmt framework.
It also provides a significant eeh patch as well.

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



James Smart (14):
  lpfc: Fix list_add corruption in lpfc_drain_txq
  lpfc: Don't release final kref on Fport node while ABTS outstanding
  lpfc: Fix premature rpi release for unsolicited TPLS and LS_RJT
  lpfc: Fix hang on unload due to stuck fport node
  lpfc: Fix rediscovery of tape device after issue lip
  lpfc: Don't remove ndlp on PRLI errors in P2P mode
  lpfc: Fix NVME I/O failover to non-optimized path
  lpfc: Fix FCP I/O flush functionality for TMF routines
  lpfc: Fix EEH support for NVME I/O
  lpfc: Adjust bytes received vales during cmf timer interval
  lpfc: Fix I/O block after enabling managed congestion mode
  lpfc: Zero CGN stats only during initial driver load and stat reset
  lpfc: Improve PBDE checks during SGL processing
  lpfc: Update lpfc version to 14.0.0.2

 drivers/scsi/lpfc/lpfc.h         |   1 +
 drivers/scsi/lpfc/lpfc_els.c     |  41 +++++++--
 drivers/scsi/lpfc/lpfc_hbadisc.c |  32 +++++--
 drivers/scsi/lpfc/lpfc_init.c    |  49 +++++++++--
 drivers/scsi/lpfc/lpfc_nvme.c    |  70 +++++++++++++---
 drivers/scsi/lpfc/lpfc_nvmet.c   |  44 +++++-----
 drivers/scsi/lpfc/lpfc_scsi.c    |  92 ++++++++++++--------
 drivers/scsi/lpfc/lpfc_sli.c     | 139 +++++++++++++++++++++++++------
 drivers/scsi/lpfc/lpfc_sli4.h    |   2 +
 drivers/scsi/lpfc/lpfc_version.h |   2 +-
 10 files changed, 353 insertions(+), 119 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2021-09-22  4:45 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-10 23:31 [PATCH 00/14] lpfc: Update lpfc to revision 14.0.0.2 James Smart
2021-09-10 23:31 ` [PATCH 01/14] lpfc: Fix list_add corruption in lpfc_drain_txq James Smart
2021-09-10 23:31 ` [PATCH 02/14] lpfc: Don't release final kref on Fport node while ABTS outstanding James Smart
2021-09-10 23:31 ` [PATCH 03/14] lpfc: Fix premature rpi release for unsolicited TPLS and LS_RJT James Smart
2021-09-10 23:31 ` [PATCH 04/14] lpfc: Fix hang on unload due to stuck fport node James Smart
2021-09-10 23:31 ` [PATCH 05/14] lpfc: Fix rediscovery of tape device after issue lip James Smart
2021-09-10 23:31 ` [PATCH 06/14] lpfc: Don't remove ndlp on PRLI errors in P2P mode James Smart
2021-09-10 23:31 ` [PATCH 07/14] lpfc: Fix NVME I/O failover to non-optimized path James Smart
2021-09-10 23:31 ` [PATCH 08/14] lpfc: Fix FCP I/O flush functionality for TMF routines James Smart
2021-09-10 23:31 ` [PATCH 09/14] lpfc: Fix EEH support for NVME I/O James Smart
2021-09-10 23:31 ` [PATCH 10/14] lpfc: Adjust bytes received vales during cmf timer interval James Smart
2021-09-10 23:31 ` [PATCH 11/14] lpfc: Fix I/O block after enabling managed congestion mode James Smart
2021-09-10 23:31 ` [PATCH 12/14] lpfc: Zero CGN stats only during initial driver load and stat reset James Smart
2021-09-10 23:31 ` [PATCH 13/14] lpfc: Improve PBDE checks during SGL processing James Smart
2021-09-10 23:31 ` [PATCH 14/14] lpfc: Update lpfc version to 14.0.0.2 James Smart
2021-09-15  3:16 ` [PATCH 00/14] lpfc: Update lpfc to revision 14.0.0.2 Martin K. Petersen
2021-09-22  4:45 ` 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.