From: Roland Dreier <roland@kernel.org>
To: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
Cc: linux-scsi@vger.kernel.org, target-devel@vger.kernel.org,
Roland Dreier <roland@purestorage.com>
Subject: [PATCH 0/4] Make aborts work on tcm_qla2xxx, other cleanups
Date: Fri, 16 Nov 2012 08:06:15 -0800 [thread overview]
Message-ID: <1353081979-29474-1-git-send-email-roland@kernel.org> (raw)
From: Roland Dreier <roland@purestorage.com>
Hi Nic,
Here's a series that makes aborts actually work on qla2xxx. Stopping
and releasing commands is quite convoluted so I'm not sure the first
patch is totally correct, but without it I can easily reproduce task
hangs or list corruption by having an initiator flood a tcm_qla2xxx
target with aborts. With those fixes, Steve's patch is pretty
straightforward.
The last two patches are just cleanups I noticed while debugging this.
Just to be clear: to the extent that this is copyrightable work, it is
released exclusively under the GPL. No permission is granted to
redistribute this under any other terms.
- R.
Roland Dreier (3):
target: Fix handling of aborted commands
target: Clean up logic in transport_put_cmd()
target: Clean up flow in transport_check_aborted_status()
Steve Hodgson (1):
qla2xxx: Look up LUN for abort requests
drivers/scsi/qla2xxx/qla_target.c | 19 ++++++++++++++-
drivers/target/target_core_transport.c | 40 ++++++++++++++------------------
2 files changed, 36 insertions(+), 23 deletions(-)
--
1.7.10.4
next reply other threads:[~2012-11-16 16:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-16 16:06 Roland Dreier [this message]
2012-11-16 16:06 ` [PATCH 1/4] target: Fix handling of aborted commands Roland Dreier
2012-11-16 16:06 ` [PATCH 2/4] qla2xxx: Look up LUN for abort requests Roland Dreier
2012-11-17 21:52 ` Nicholas A. Bellinger
2012-11-16 16:06 ` [PATCH 3/4] target: Clean up logic in transport_put_cmd() Roland Dreier
2012-11-16 16:06 ` [PATCH 4/4] target: Clean up flow in transport_check_aborted_status() Roland Dreier
2012-11-17 21:40 ` [PATCH 0/4] Make aborts work on tcm_qla2xxx, other cleanups Nicholas A. Bellinger
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=1353081979-29474-1-git-send-email-roland@kernel.org \
--to=roland@kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=nab@linux-iscsi.org \
--cc=roland@purestorage.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 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.