All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] zfcp features for v5.7
@ 2020-03-12 17:44 Steffen Maier
  2020-03-12 17:44 ` [PATCH 01/10] zfcp: fix missing erp_lock in port recovery trigger for point-to-point Steffen Maier
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Steffen Maier @ 2020-03-12 17:44 UTC (permalink / raw)
  To: James E . J . Bottomley, Martin K . Petersen
  Cc: linux-scsi, linux-s390, Benjamin Block, Heiko Carstens,
	Vasily Gorbik, Steffen Maier

Martin, James,

one small zfcp fix and 2 features for v5.7.
Patches apply to Martin's 5.7/scsi-queue or James' misc branch.

Patch 1 is a small preventive fix with locking for point-to-point.

Patches 2..4 is a feature to expose fabric_name in fc_host sysfs.

Patches 5..8 is a feature to provide user information on the state of
the otherwise transparent IBM Fibre Channel Endpoint Security.
Patches 9..10 is a feature to add new recovery and corresponding
kernel messages related to IBM Fibre Channel Endpoint Security.
[http://www.redbooks.ibm.com/redpieces/abstracts/sg248455.html?Open]


Jens Remus (6):
  zfcp: auto variables for dereferenced structs in open port handler
  zfcp: report FC Endpoint Security in sysfs
  zfcp: log FC Endpoint Security of connections
  zfcp: trace FC Endpoint Security of FCP devices and connections
  zfcp: enhance handling of FC Endpoint Security errors
  zfcp: log FC Endpoint Security errors

Steffen Maier (4):
  zfcp: fix missing erp_lock in port recovery trigger for point-to-point
  zfcp: expose fabric name as common fc_host sysfs attribute
  zfcp: wire previously driver-specific sysfs attributes also to fc_host
  zfcp: fix fc_host attributes that should be unknown on local link down

 drivers/s390/scsi/zfcp_dbf.c   |  44 ++++-
 drivers/s390/scsi/zfcp_dbf.h   |  32 +++-
 drivers/s390/scsi/zfcp_def.h   |   6 +-
 drivers/s390/scsi/zfcp_erp.c   |   2 +-
 drivers/s390/scsi/zfcp_ext.h   |  12 +-
 drivers/s390/scsi/zfcp_fsf.c   | 290 ++++++++++++++++++++++++++++++---
 drivers/s390/scsi/zfcp_fsf.h   |  23 ++-
 drivers/s390/scsi/zfcp_scsi.c  |   5 +
 drivers/s390/scsi/zfcp_sysfs.c |  70 +++++++-
 9 files changed, 449 insertions(+), 35 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2020-03-17 17:17 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-12 17:44 [PATCH 00/10] zfcp features for v5.7 Steffen Maier
2020-03-12 17:44 ` [PATCH 01/10] zfcp: fix missing erp_lock in port recovery trigger for point-to-point Steffen Maier
2020-03-12 17:44 ` [PATCH 02/10] zfcp: expose fabric name as common fc_host sysfs attribute Steffen Maier
2020-03-12 17:44 ` [PATCH 03/10] zfcp: wire previously driver-specific sysfs attributes also to fc_host Steffen Maier
2020-03-12 17:44 ` [PATCH 04/10] zfcp: fix fc_host attributes that should be unknown on local link down Steffen Maier
2020-03-12 17:45 ` [PATCH 05/10] zfcp: auto variables for dereferenced structs in open port handler Steffen Maier
2020-03-12 17:45 ` [PATCH 06/10] zfcp: report FC Endpoint Security in sysfs Steffen Maier
2020-03-12 17:45 ` [PATCH 07/10] zfcp: log FC Endpoint Security of connections Steffen Maier
2020-03-12 17:45 ` [PATCH 08/10] zfcp: trace FC Endpoint Security of FCP devices and connections Steffen Maier
2020-03-12 17:45 ` [PATCH 09/10] zfcp: enhance handling of FC Endpoint Security errors Steffen Maier
2020-03-12 17:45 ` [PATCH 10/10] zfcp: log " Steffen Maier
2020-03-17 17:17 ` [PATCH 00/10] zfcp features for v5.7 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.