All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bart Van Assche <bvanassche@acm.org>
To: target-devel@vger.kernel.org
Subject: [PATCH 00/11] SCSI target patches for kernel v5.2
Date: Tue, 02 Apr 2019 19:58:04 +0000	[thread overview]
Message-ID: <20190402195815.254796-1-bvanassche@acm.org> (raw)
In-Reply-To: <20171031180319.19258-1-bart.vanassche@wdc.com>

Hi Martin,

This patch series fixes a few bugs and also simplifies the SCSI target code.
Please consider these patches for kernel v5.2.

Thanks,

Bart.

Bart Van Assche (11):
  target/core: Fix a race condition in the LUN lookup code
  target/core: Rework the SPC-2 reservation handling code
  target/core: Release SPC-2 reservation upon initiator logout
  target/core: Remove a set-but-not-used member variable from the XCOPY
    implementation
  target/core: Simplify LUN initialization in XCOPY implementation
  target/core: Make the XCOPY setup code easier to read by inlining two
    functions
  target/iscsi: Detect conn_cmd_list corruption early
  target/iscsi: Only send R2T if needed
  target/iscsi: Handle too large immediate data buffers correctly
  target/iscsi: Make iscsit_map_iovec() more robust
  target/iscsi: Make sure PDU processing continues if parsing a command
    fails

 drivers/target/iscsi/iscsi_target.c      | 118 ++++++++++++++++-------
 drivers/target/iscsi/iscsi_target_util.c |   5 +
 drivers/target/target_core_configfs.c    |   5 +-
 drivers/target/target_core_device.c      |   4 +-
 drivers/target/target_core_pr.c          |  33 ++++---
 drivers/target/target_core_pr.h          |   1 +
 drivers/target/target_core_tmr.c         |   2 +-
 drivers/target/target_core_transport.c   |  10 ++
 drivers/target/target_core_xcopy.c       |  92 +++++-------------
 include/target/iscsi/iscsi_target_core.h |   1 +
 include/target/target_core_base.h        |   4 +-
 include/target/target_core_fabric.h      |   1 +
 12 files changed, 150 insertions(+), 126 deletions(-)

-- 
2.21.0.196.g041f5ea1cf98

  parent reply	other threads:[~2019-04-02 19:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-31 18:03 [PATCH 00/11] SCSI target patches for kernel v4.15 Bart Van Assche
2017-12-13 23:50 ` [PATCH 00/11] SCSI target patches for kernel v4.16 Bart Van Assche
2018-01-18 16:11 ` Bart Van Assche
2019-04-02 19:58 ` Bart Van Assche [this message]
2019-04-16  2:38 ` [PATCH 00/11] SCSI target patches for kernel v5.2 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=20190402195815.254796-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 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.