On 07/05/2015 09:31 AM, Sagi Grimberg wrote:
> Instead of open coding the sense buffer construction, use
> scsi scsi_build_sense_buffer() and scsi_set_sense_information()
> helpers which moved to scsi_common.
>
> This patch also fixes wrong setting of descriptor format sense data
> for t10-pi inte
On 07/05/2015 09:31 AM, Sagi Grimberg wrote:
> From: Bart Van Assche
>
> Move the code for translating a sense_reason_t code into a SCSI status
> ASC and ASCQ codes from transport_send_check_condition_and_sense() into
> the new function translate_sense_reason(). Convert the switch statement
> tha
On 07/05/2015 09:31 AM, Sagi Grimberg wrote:
> From: Bart Van Assche
>
> Inline this function in its call site since it performs a trivial
> task and since it is only called once.
>
> Signed-off-by: Bart Van Assche
> ---
> drivers/target/target_core_transport.c | 16 ++--
> 1 file
Acked-by: Anish Bhatt --
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
https://bugzilla.kernel.org/show_bug.cgi?id=101011
--- Comment #4 from konra...@gmail.com ---
Created attachment 181971
--> https://bugzilla.kernel.org/attachment.cgi?id=181971&action=edit
lspci -vvnn
--
You are receiving this mail because:
You are the assignee for the bug.
--
To unsubscribe f
https://bugzilla.kernel.org/show_bug.cgi?id=101011
--- Comment #2 from konra...@gmail.com ---
Created attachment 181951
--> https://bugzilla.kernel.org/attachment.cgi?id=181951&action=edit
cat /proc/version
--
You are receiving this mail because:
You are the assignee for the bug.
--
To unsubsc
https://bugzilla.kernel.org/show_bug.cgi?id=101011
--- Comment #3 from konra...@gmail.com ---
Created attachment 181961
--> https://bugzilla.kernel.org/attachment.cgi?id=181961&action=edit
dmesg
--
You are receiving this mail because:
You are the assignee for the bug.
--
To unsubscribe from th
https://bugzilla.kernel.org/show_bug.cgi?id=101011
--- Comment #1 from konra...@gmail.com ---
Created attachment 181941
--> https://bugzilla.kernel.org/attachment.cgi?id=181941&action=edit
uname -a
--
You are receiving this mail because:
You are the assignee for the bug.
--
To unsubscribe from
https://bugzilla.kernel.org/show_bug.cgi?id=101011
Bug ID: 101011
Summary: Kernel Oops when disconnecting a mounted ext4 usb
stick
Product: IO/Storage
Version: 2.5
Kernel Version: 4.1.1-040101-generic
Hardware: All
On 7/2/2015 11:11 PM, Mike Christie wrote:
On 6/30/15, 9:55 AM, Sagi Grimberg wrote:
From: Ariel Nahum
Connection last_ping is not being updated when iscsi_send_nopout fails.
Not updating the last_ping will cause firing a timer to a past time
(last_ping + ping_tmo < current_time) which trigger
https://bugzilla.kernel.org/show_bug.cgi?id=100921
--- Comment #1 from Wallance ---
My USB devices have VFAT filesystem.
--
You are receiving this mail because:
You are the assignee for the bug.
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to
https://bugzilla.kernel.org/show_bug.cgi?id=100921
Wallance changed:
What|Removed |Added
Component|SCSI|USB
Product|IO/Storage
On 7/4/2015 6:48 PM, Bart Van Assche wrote:
Bart, any chance you could resend them?
Bart, would you prefer to re-send your changes on top of v1 of this one?
It should be easy enough.
The modification needed is that struct sense_info needs a desc_format
bool to indicate if the sense data is c
From: Ariel Nahum
Connection last_ping is not being updated when iscsi_send_nopout fails.
Not updating the last_ping will cause firing a timer to a past time
(last_ping + ping_tmo < current_time) which triggers an infinite loop of
iscsi_check_transport_timeouts() and hogs the cpu.
Fix this issue
On 7/3/2015 7:12 PM, Christoph Hellwig wrote:
On Mon, Jun 29, 2015 at 06:05:25PM +0300, Sagi Grimberg wrote:
Instead of open coding the sense buffer construction, use
scsi scsi_build_sense_buffer() and scsi_set_sense_information()
helpers.
This patch also fixes wrong setting of descriptor forma
https://bugzilla.kernel.org/show_bug.cgi?id=100921
Bug ID: 100921
Summary: Kernel cannot read partition table automatically.But
use partprobe command can.
Product: IO/Storage
Version: 2.5
Kernel Version: 4.1.0
Hardware:
Hi Linus,
Here are the outstanding target-pending updates for v4.2-rc1. Please go
ahead and pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git for-next
It's been a busy development cycle for target-core in a number of
different areas.
The fabric API usage for se
On 07/04/2015 03:47 AM, Sagi Grimberg wrote:
On 7/3/2015 7:12 PM, Christoph Hellwig wrote:
On Mon, Jun 29, 2015 at 06:05:25PM +0300, Sagi Grimberg wrote:
Instead of open coding the sense buffer construction, use
scsi scsi_build_sense_buffer() and scsi_set_sense_information()
helpers.
This patc
This patch set modifies the target sense data handling.
The main changes are that the sense data handling moved to
translate_sense_reason() and the sense reason switch statement
was converted to a table. In addition the sense buffer construction
is now done with scsi sense helpers which moved to sc
From: Bart Van Assche
Inline this function in its call site since it performs a trivial
task and since it is only called once.
Signed-off-by: Bart Van Assche
---
drivers/target/target_core_transport.c | 16 ++--
1 file changed, 2 insertions(+), 14 deletions(-)
diff --git a/drivers
From: Bart Van Assche
Move the code for translating a sense_reason_t code into a SCSI status
ASC and ASCQ codes from transport_send_check_condition_and_sense() into
the new function translate_sense_reason(). Convert the switch statement
that performs the translation into table-driven code.
Signe
Instead of open coding the sense buffer construction, use
scsi scsi_build_sense_buffer() and scsi_set_sense_information()
helpers which moved to scsi_common.
This patch also fixes wrong setting of descriptor format sense data
for t10-pi integrity errors.
Signed-off-by: Sagi Grimberg
---
drivers
22 matches
Mail list logo