All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] lpfc updates for 11.4.0.0
@ 2017-05-31  6:04 James Smart
  2017-05-31  6:04 ` [PATCH 01/15] lpfc: Add nvme initiator devloss support James Smart
                   ` (14 more replies)
  0 siblings, 15 replies; 17+ messages in thread
From: James Smart @ 2017-05-31  6:04 UTC (permalink / raw)
  To: linux-scsi; +Cc: James Smart

This patch set provides a number of bug fixes, code cleanups, and error
handling in lpfc.

The patches were cut against the Martin's 4.12/scsi-fixes tree.
There are no outside dependencies. The patches should merge via
Martin's tree. 

James Smart (15):
  lpfc: Add nvme initiator devloss support
  lpfc: Fix transition nvme-i rport handling to nport only.
  lpfc: Fix nvme port role handling in sysfs and debugfs handlers.
  lpfc: Add changes to assist in NVMET debugging
  lpfc: Fix Lun Priority level shown as NA
  lpfc: Fix nvmet node ref count handling
  lpfc: Fix Port going offline after multiple resets.
  lpfc: Fix counters so outstandng NVME IO count is accurate
  lpfc: Fix return value of board_mode store routine in case of online
    failure
  lpfc: Fix crash on powering off BFS VM with passthrough device
  lpfc: Fix System panic after loading the driver
  lpfc: Null pointer dereference when log_verbose is set to 0xffffffff
  lpfc: Fix PRLI retry handling when target rejects it.
  lpfc: Fix vports not logging into target
  lpfc: update to revision to 11.4.0.0

 drivers/scsi/lpfc/lpfc.h         |  20 ++--
 drivers/scsi/lpfc/lpfc_attr.c    |  74 ++++++++------
 drivers/scsi/lpfc/lpfc_ct.c      |  31 +++---
 drivers/scsi/lpfc/lpfc_debugfs.c |  72 ++++++++------
 drivers/scsi/lpfc/lpfc_els.c     |  17 +++-
 drivers/scsi/lpfc/lpfc_hbadisc.c |  14 +--
 drivers/scsi/lpfc/lpfc_init.c    |  21 +++-
 drivers/scsi/lpfc/lpfc_nvme.c    | 178 ++++++++++++---------------------
 drivers/scsi/lpfc/lpfc_nvme.h    |   2 -
 drivers/scsi/lpfc/lpfc_nvmet.c   | 208 +++++++++++++++++++++++++++------------
 drivers/scsi/lpfc/lpfc_nvmet.h   |  14 +--
 drivers/scsi/lpfc/lpfc_scsi.c    |  19 +++-
 drivers/scsi/lpfc/lpfc_sli.c     |  19 +++-
 drivers/scsi/lpfc/lpfc_sli4.h    |   4 +-
 drivers/scsi/lpfc/lpfc_version.h |   2 +-
 15 files changed, 398 insertions(+), 297 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-06-01 19:28 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-31  6:04 [PATCH 00/15] lpfc updates for 11.4.0.0 James Smart
2017-05-31  6:04 ` [PATCH 01/15] lpfc: Add nvme initiator devloss support James Smart
2017-05-31  6:04 ` [PATCH 02/15] lpfc: Fix transition nvme-i rport handling to nport only James Smart
2017-05-31  6:04 ` [PATCH 03/15] lpfc: Fix nvme port role handling in sysfs and debugfs handlers James Smart
2017-05-31  6:04 ` [PATCH 04/15] lpfc: Add changes to assist in NVMET debugging James Smart
2017-05-31  6:04 ` [PATCH 05/15] lpfc: Fix Lun Priority level shown as NA James Smart
2017-05-31  6:04 ` [PATCH 06/15] lpfc: Fix nvmet node ref count handling James Smart
2017-05-31  6:04 ` [PATCH 07/15] lpfc: Fix Port going offline after multiple resets James Smart
2017-05-31  6:04 ` [PATCH 08/15] lpfc: Fix counters so outstandng NVME IO count is accurate James Smart
2017-05-31  6:04 ` [PATCH 09/15] lpfc: Fix return value of board_mode store routine in case of online failure James Smart
2017-05-31  6:04 ` [PATCH 10/15] lpfc: Fix crash on powering off BFS VM with passthrough device James Smart
2017-06-01 19:27   ` Raphael Philipe Mendes da Silva
2017-05-31  6:04 ` [PATCH 11/15] lpfc: Fix System panic after loading the driver James Smart
2017-05-31  6:04 ` [PATCH 12/15] lpfc: Null pointer dereference when log_verbose is set to 0xffffffff James Smart
2017-05-31  6:04 ` [PATCH 13/15] lpfc: Fix PRLI retry handling when target rejects it James Smart
2017-05-31  6:04 ` [PATCH 14/15] lpfc: Fix vports not logging into target James Smart
2017-05-31  6:04 ` [PATCH 15/15] lpfc: update to revision to 11.4.0.0 James Smart

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.