From: Bart Van Assche <bart.vanassche@wdc.com>
To: target-devel@vger.kernel.org
Subject: [PATCH 00/20] SCSI target patches for kernel v4.19
Date: Fri, 22 Jun 2018 21:52:47 +0000 [thread overview]
Message-ID: <20180622215307.8758-1-bart.vanassche@wdc.com> (raw)
Hello,
This is a series with bug fixes and code simplifications mainly for the SCSI
target core. The following tests have been run against this patch series for
both the iSCSI and SRPT target drivers:
- Run the libiscsi conformance tests.
- For the SRP target driver, run the srp-test software.
Please consider this patch series for kernel v4.19.
Thanks,
Bart.
Bart Van Assche (20):
target: Use config_item_name() instead of open-coding it
target: Avoid that EXTENDED COPY commands trigger lock inversion
target: Move a list_del_init() statement
target: Rename transport_init_session() into transport_alloc_session()
target: Introduce transport_init_session()
target: Make the session shutdown code also wait for commands that are
being aborted
target: Document when CMD_T_STOP and CMD_T_COMPLETE are set
target: Simplify core_tmr_handle_tas_abort()
target: Fold core_tmr_handle_tas_abort() into
transport_cmd_finish_abort()
target: Simplify transport_generic_free_cmd() (1/2)
target: Simplify transport_generic_free_cmd() (2/2)
target: Simplify the code for waiting for command completion
target/iscsi: Reduce number of __iscsit_free_cmd() callers
target/iscsi: Make iscsit_ta_authentication() respect the output
buffer size
target: Remove second argument from fabric_make_tpg()
target/tcm_loop: Avoid that static checkers warn about dead code
target: Do not duplicate the code that marks that a command has sense
data
target: Send unit attention condition even if the sense buffer is too
small
target: Fix handling of removed LUNs
target: Remove se_dev_entry.ua_count
drivers/infiniband/ulp/srpt/ib_srpt.c | 2 -
drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c | 1 -
drivers/scsi/qla2xxx/tcm_qla2xxx.c | 12 +-
drivers/target/iscsi/iscsi_target.c | 2 -
drivers/target/iscsi/iscsi_target_configfs.c | 7 +-
drivers/target/iscsi/iscsi_target_login.c | 2 +-
drivers/target/iscsi/iscsi_target_tpg.c | 3 +-
drivers/target/iscsi/iscsi_target_util.c | 4 +-
drivers/target/loopback/tcm_loop.c | 11 +-
drivers/target/sbp/sbp_target.c | 6 +-
drivers/target/target_core_configfs.c | 4 +-
drivers/target/target_core_device.c | 32 ++-
drivers/target/target_core_fabric_configfs.c | 2 +-
drivers/target/target_core_internal.h | 2 +-
drivers/target/target_core_sbc.c | 7 +-
drivers/target/target_core_tmr.c | 30 +--
drivers/target/target_core_transport.c | 257 ++++++++++---------
drivers/target/target_core_ua.c | 43 ++--
drivers/target/target_core_ua.h | 3 +-
drivers/target/target_core_xcopy.c | 5 +-
drivers/target/tcm_fc/tfc_conf.c | 5 +-
drivers/usb/gadget/function/f_tcm.c | 8 +-
drivers/vhost/scsi.c | 4 +-
drivers/xen/xen-scsiback.c | 4 +-
include/target/target_core_base.h | 6 +-
include/target/target_core_fabric.h | 5 +-
26 files changed, 220 insertions(+), 247 deletions(-)
--
2.17.1
next reply other threads:[~2018-06-22 21:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-22 21:52 Bart Van Assche [this message]
2018-06-26 17:09 ` [PATCH 00/20] SCSI target patches for kernel v4.19 Mike Christie
2018-06-28 18:54 ` Mike Christie
2018-07-02 20:46 ` 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=20180622215307.8758-1-bart.vanassche@wdc.com \
--to=bart.vanassche@wdc.com \
--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).