From: Benjamin Block <bblock@linux.ibm.com>
To: "James E.J. Bottomley" <jejb@linux.ibm.com>,
"Martin K. Petersen" <martin.petersen@oracle.com>
Cc: Benjamin Block <bblock@linux.ibm.com>,
Heiko Carstens <hca@linux.ibm.com>,
Vasily Gorbik <gor@linux.ibm.com>,
Christian Borntraeger <borntraeger@de.ibm.com>,
Steffen Maier <maier@linux.ibm.com>,
Fedor Loshakov <loshakov@linux.ibm.com>,
Julian Wiedmann <jwi@linux.ibm.com>,
linux-scsi@vger.kernel.org, linux-s390@vger.kernel.org
Subject: [PATCH 0/5] zfcp: cleanups, refactorings and features for 5.11
Date: Wed, 28 Oct 2020 19:30:47 +0100 [thread overview]
Message-ID: <cover.1603908167.git.bblock@linux.ibm.com> (raw)
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
next reply other threads:[~2020-10-28 21:33 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-28 18:30 Benjamin Block [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1603908167.git.bblock@linux.ibm.com \
--to=bblock@linux.ibm.com \
--cc=borntraeger@de.ibm.com \
--cc=gor@linux.ibm.com \
--cc=hca@linux.ibm.com \
--cc=jejb@linux.ibm.com \
--cc=jwi@linux.ibm.com \
--cc=linux-s390@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=loshakov@linux.ibm.com \
--cc=maier@linux.ibm.com \
--cc=martin.petersen@oracle.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.