From: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
To: target-devel <target-devel@vger.kernel.org>
Cc: linux-scsi <linux-scsi@vger.kernel.org>,
lkml <linux-kernel@vger.kernel.org>, Gary Guo <ghg@datera.io>,
Bill Borsari <wgb@datera.io>, Raghu Krishnamurthy <rk@datera.io>,
Nicholas Bellinger <nab@linux-iscsi.org>
Subject: [PATCH 0/3] target: Fixes for v4.12-rc1
Date: Wed, 3 May 2017 06:13:33 +0000 [thread overview]
Message-ID: <1493792016-6435-1-git-send-email-nab@linux-iscsi.org> (raw)
From: Nicholas Bellinger <nab@linux-iscsi.org>
Hi all,
Here are a couple of fixes from the last weeks testing while
continuing longevity and scale out workloads on v4.x target code.
This series contains three patches. The first is to address
a COMPARE_AND_WRITE se_cmd reference leak where the READ phase
hits a non GOOD status, observed with ESX VAAI hosts when
outstanding READ I/O reaches a point where non SAM_STAT_GOOD
status completions start to happen.
The second addresses a hung task bug observed with iscsi-target
ports while explicitly changing the active per se_node_acl
queue_depth via the existing configfs attribute, if a new iscsi
login was already forcing session reinstatement.
And the third to is avoid forcing an session reinstatement if
queue_depth is changed via configfs, but the value itself has
not changed.
The series has been verified on v4.1.y by DATERA Q/A and
automation teams.
Thank you,
--nab
Nicholas Bellinger (3):
target: Fix compare_and_write_callback handling for non GOOD status
iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatement
target: Don't force session reset if queue_depth does not change
drivers/target/iscsi/iscsi_target.c | 1 +
drivers/target/iscsi/iscsi_target_configfs.c | 1 +
drivers/target/iscsi/iscsi_target_login.c | 1 +
drivers/target/target_core_sbc.c | 5 ++++-
drivers/target/target_core_tpg.c | 7 +++++++
5 files changed, 14 insertions(+), 1 deletion(-)
--
1.9.1
next reply other threads:[~2017-05-03 6:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-03 6:13 Nicholas A. Bellinger [this message]
2017-05-03 6:13 ` [PATCH 1/3] target: Fix compare_and_write_callback handling for non GOOD status Nicholas A. Bellinger
2017-05-03 6:13 ` [PATCH 2/3] iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatement Nicholas A. Bellinger
2017-05-03 6:13 ` [PATCH 3/3] target: Don't force session reset if queue_depth does not change 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=1493792016-6435-1-git-send-email-nab@linux-iscsi.org \
--to=nab@linux-iscsi.org \
--cc=ghg@datera.io \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=rk@datera.io \
--cc=target-devel@vger.kernel.org \
--cc=wgb@datera.io \
/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