From: Bart Van Assche <bvanassche@acm.org>
To: target-devel@vger.kernel.org
Subject: [PATCH 00/16] SCSI target patches for kernel v5.1
Date: Fri, 25 Jan 2019 18:34:42 +0000 [thread overview]
Message-ID: <20190125183458.220477-1-bvanassche@acm.org> (raw)
Hi Martin,
This series includes the following patches:
- Simplify the SCSI core now that TMF processing is synchronous.
- Cleanup and bug fixes for the SRP and iSCSI target drivers.
Please consider these patches for kernel v5.1.
Thanks,
Bart.
Bart Van Assche (16):
target/core: Remove the write_pending_status() callback function
target/core: Remove several state tests from the TMF code
target/core: Simplify the LUN RESET implementation
target/core: Inline transport_lun_remove_cmd()
target/core: Add target_send_busy()
RDMA/srpt: Fix handling of command / TMF submission failure
RDMA/srpt: Fix handling of TMF submission failure
RDMA/srpt: Rework I/O context allocation
RDMA/srpt: Fix a credit leak for aborted commands
target/iscsi: Remove an incorrect comment
target/iscsi: Convert comments about locking into runtime checks
target/iscsi: Fix spelling of "unsolicited"
target/iscsi: Rename a function and a function pointer
target/iscsi: Avoid that iscsit_release_commands_from_conn() triggers
a deadlock
target/iscsi: Simplify iscsit_dump_data_payload()
target/iscsi: Simplify iscsit_handle_text_cmd()
Documentation/target/tcm_mod_builder.py | 8 --
drivers/infiniband/ulp/isert/ib_isert.c | 2 +-
drivers/infiniband/ulp/srpt/ib_srpt.c | 80 +++++++++-----------
drivers/infiniband/ulp/srpt/ib_srpt.h | 4 -
drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c | 6 --
drivers/scsi/qla2xxx/tcm_qla2xxx.c | 31 --------
drivers/target/iscsi/cxgbit/cxgbit.h | 2 +-
drivers/target/iscsi/cxgbit/cxgbit_ddp.c | 2 +-
drivers/target/iscsi/cxgbit/cxgbit_main.c | 2 +-
drivers/target/iscsi/cxgbit/cxgbit_target.c | 2 +-
drivers/target/iscsi/iscsi_target.c | 47 +++++-------
drivers/target/iscsi/iscsi_target.h | 2 +-
drivers/target/iscsi/iscsi_target_configfs.c | 13 ----
drivers/target/iscsi/iscsi_target_erl0.c | 5 +-
drivers/target/iscsi/iscsi_target_erl1.c | 59 +++++----------
drivers/target/iscsi/iscsi_target_util.c | 23 +++---
drivers/target/loopback/tcm_loop.c | 6 --
drivers/target/sbp/sbp_target.c | 6 --
drivers/target/target_core_alua.c | 5 +-
drivers/target/target_core_configfs.c | 4 -
drivers/target/target_core_device.c | 6 +-
drivers/target/target_core_pr.c | 15 ++--
drivers/target/target_core_tmr.c | 39 +---------
drivers/target/target_core_transport.c | 49 +++++-------
drivers/target/target_core_xcopy.c | 6 --
drivers/target/tcm_fc/tcm_fc.h | 1 -
drivers/target/tcm_fc/tfc_cmd.c | 7 --
drivers/target/tcm_fc/tfc_conf.c | 1 -
drivers/usb/gadget/function/f_tcm.c | 9 ---
drivers/vhost/scsi.c | 6 --
drivers/xen/xen-scsiback.c | 6 --
include/target/iscsi/iscsi_transport.h | 4 +-
include/target/target_core_base.h | 1 -
include/target/target_core_fabric.h | 2 +-
34 files changed, 125 insertions(+), 336 deletions(-)
--
2.20.1.495.gaa96b0ce6b-goog
next reply other threads:[~2019-01-25 18:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-25 18:34 Bart Van Assche [this message]
2019-01-25 18:34 ` [PATCH 14/16] target/iscsi: Avoid that iscsit_release_commands_from_conn() triggers a deadlock Bart Van Assche
-- strict thread matches above, loose matches on Subject: below --
2019-02-05 2:39 [PATCH 00/16] SCSI target patches for kernel v5.1 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=20190125183458.220477-1-bvanassche@acm.org \
--to=bvanassche@acm.org \
--cc=target-devel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).