All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] zfcp: cleanups, refactorings and features for 5.11
@ 2020-10-28 18:30 Benjamin Block
  2020-10-28 18:30 ` [PATCH 1/5] zfcp: lift Input Queue tasklet from qdio Benjamin Block
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Benjamin Block @ 2020-10-28 18:30 UTC (permalink / raw)
  To: James E.J. Bottomley, Martin K. Petersen
  Cc: Benjamin Block, Heiko Carstens, Vasily Gorbik,
	Christian Borntraeger, Steffen Maier, Fedor Loshakov,
	Julian Wiedmann, linux-scsi, linux-s390

Hello James, Martin,

here is a series of changes for our zfcp driver for 5.11.

Other than 2 smaller cleanups and clarifications for maintainability we
have a refactoring of how zfcp uses s390's qdio layer, and we have a
small feature improving our handling of out-of-band version changes to our
adapters (or firmware).

Especially the refactoring ("zfcp: lift Input Queue tasklet from qdio")
would be nice to have, because we have other patches queued internally
that depend on this, and because qdio patches go via the s390 tree, this
creates a dependency for Heiko and Vasily.

As always, feedback and reviews are appreciated :-)

Julian Wiedmann (4):
  zfcp: lift Input Queue tasklet from qdio
  zfcp: clarify & assert the stat_lock locking in zfcp_qdio_send()
  zfcp: process Version Change events
  zfcp: handle event-lost notification for Version Change events

Vasily Gorbik (1):
  zfcp: remove orphaned function declarations

 drivers/s390/scsi/zfcp_aux.c  | 11 ++++++++
 drivers/s390/scsi/zfcp_def.h  |  1 +
 drivers/s390/scsi/zfcp_ext.h  |  2 --
 drivers/s390/scsi/zfcp_fsf.c  | 19 ++++++++++++++
 drivers/s390/scsi/zfcp_fsf.h  | 11 ++++++++
 drivers/s390/scsi/zfcp_qdio.c | 47 +++++++++++++++++++++++++++++++++++
 drivers/s390/scsi/zfcp_qdio.h |  2 ++
 7 files changed, 91 insertions(+), 2 deletions(-)

-- 
2.26.2

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

end of thread, other threads:[~2020-11-05  4:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-28 18:30 [PATCH 0/5] zfcp: cleanups, refactorings and features for 5.11 Benjamin Block
2020-10-28 18:30 ` [PATCH 1/5] zfcp: lift Input Queue tasklet from qdio Benjamin Block
2020-10-28 18:30 ` [PATCH 2/5] zfcp: remove orphaned function declarations Benjamin Block
2020-10-28 18:30 ` [PATCH 3/5] zfcp: clarify & assert the stat_lock locking in zfcp_qdio_send() Benjamin Block
2020-10-28 18:30 ` [PATCH 4/5] zfcp: process Version Change events Benjamin Block
2020-10-28 18:30 ` [PATCH 5/5] zfcp: handle event-lost notification for " Benjamin Block
2020-10-30  2:17 ` [PATCH 0/5] zfcp: cleanups, refactorings and features for 5.11 Martin K. Petersen
2020-11-05  4:21 ` 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.