SCSI target development
 help / color / mirror / Atom feed
From: Bart Van Assche <bvanassche@acm.org>
To: target-devel@vger.kernel.org
Subject: [PATCH v2 00/10] Make ABORT and LUN RESET handling synchronous
Date: Tue, 27 Nov 2018 23:51:54 +0000	[thread overview]
Message-ID: <20181127235204.186731-1-bvanassche@acm.org> (raw)

Hello Martin,

This is a respin of the patch series that makes ABORT and LUN RESET handling
synchronous. Compared to last time when this patch series was posted, the
actual patch that makes task management function handling synchronous has
been split into three patches. That makes the changes easier to follow.
Please consider this patch series for kernel v4.21.

Thanks,

Bart.

Changes compared to v1: restored the __GFP_RETRY_MAYFAIL flag in patch 2/10
  which had been left out accidentally.

Bart Van Assche (10):
  target/tcmu: Fix queue_cmd_ring() declaration
  target/core: Use kvcalloc() instead of open-coding it
  target/core: Simplify transport_clear_lun_ref()
  target/core: Make sure that target_wait_for_sess_cmds() waits long
    enough
  target/core: Use system workqueues for TMF
  target/core: Make it possible to wait from more than one context for
    command completion
  target/core: Simplify the code for aborting SCSI commands
  target/core: Fix TAS handling for aborted commands
  target/core: Make ABORT and LUN RESET handling synchronous
  target/core: Reduce the amount of code executed with a spinlock held

 drivers/target/iscsi/iscsi_target.c          |  11 +-
 drivers/target/iscsi/iscsi_target_configfs.c |   2 +
 drivers/target/iscsi/iscsi_target_erl1.c     |  28 +-
 drivers/target/target_core_device.c          |  17 -
 drivers/target/target_core_internal.h        |   2 -
 drivers/target/target_core_tmr.c             |  52 ++-
 drivers/target/target_core_tpg.c             |   1 -
 drivers/target/target_core_transport.c       | 406 ++++++++-----------
 drivers/target/target_core_user.c            |   2 +-
 drivers/target/target_core_xcopy.c           |   6 +-
 include/target/target_core_base.h            |   7 +-
 include/target/target_core_fabric.h          |  11 +-
 12 files changed, 222 insertions(+), 323 deletions(-)

-- 
2.20.0.rc0.387.gc7a69e6b6c-goog

             reply	other threads:[~2018-11-27 23:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-27 23:51 Bart Van Assche [this message]
2018-12-04  0:37 ` [PATCH v2 00/10] Make ABORT and LUN RESET handling synchronous Bart Van Assche
2018-12-08  2:26 ` 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=20181127235204.186731-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