public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
* zfcp changes for v6.3
@ 2023-02-21 17:55 Benjamin Block
  2023-02-21 17:55 ` [PATCH 1/3] zfcp: make the type for accessing request hashtable buckets size_t Benjamin Block
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Benjamin Block @ 2023-02-21 17:55 UTC (permalink / raw)
  To: James E.J. Bottomley, Martin K. Petersen, Steffen Maier
  Cc: Benjamin Block, Fedor Loshakov, Heiko Carstens, Vasily Gorbik,
	Alexander Gordeev, linux-scsi, linux-s390

Hello James, Martin,

here is a small set of changes for the zFCP device driver. These are
basically follow-up changes I made after the fix I send in
<979f6e6019d15f91ba56182f1aaf68d61bf37fc6.1668595505.git.bblock@linux.ibm.com>
that refactor some related areas in the driver, and add some additional
tracing if we ever should run into a similar situation somehow.

It would be nice, if you could still include them for v6.3. Not sure if
I'm too late already.


Benjamin Block (3):
  zfcp: make the type for accessing request hashtable buckets size_t
  zfcp: change the type of all fsf request id fields and variables to
    u64
  zfcp: trace when request remove fails after qdio send fails

 drivers/s390/scsi/zfcp_dbf.c     | 46 ++++++++++++++++++++++++++++++--
 drivers/s390/scsi/zfcp_def.h     |  6 ++---
 drivers/s390/scsi/zfcp_ext.h     |  5 +++-
 drivers/s390/scsi/zfcp_fsf.c     | 22 ++++++++-------
 drivers/s390/scsi/zfcp_qdio.h    |  2 +-
 drivers/s390/scsi/zfcp_reqlist.h | 26 +++++++++---------
 drivers/s390/scsi/zfcp_scsi.c    |  2 +-
 7 files changed, 80 insertions(+), 29 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-02-22  9:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-21 17:55 zfcp changes for v6.3 Benjamin Block
2023-02-21 17:55 ` [PATCH 1/3] zfcp: make the type for accessing request hashtable buckets size_t Benjamin Block
2023-02-21 17:55 ` [PATCH 2/3] zfcp: change the type of all fsf request id fields and variables to u64 Benjamin Block
2023-02-21 17:56 ` [PATCH 3/3] zfcp: trace when request remove fails after qdio send fails Benjamin Block
2023-02-22  1:46 ` zfcp changes for v6.3 Martin K. Petersen
2023-02-22  9:50   ` Benjamin Block

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox