Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
open-iscsi
Conversations
About
open-iscsi
1–30 of 3987
Mark all as read
Report abusive group
0 selected
Dan Carpenter
, …
Martin K. Petersen
6
May 2
[PATCH] scsi: iscsi: fix harmless double shift bug
On Thu, 21 Apr 2022 18:03:52 +0300, Dan Carpenter wrote: > These flags are supposed to be bit
unread,
[PATCH] scsi: iscsi: fix harmless double shift bug
On Thu, 21 Apr 2022 18:03:52 +0300, Dan Carpenter wrote: > These flags are supposed to be bit
May 2
Wenchao Hao
, …
Ulrich Windl
4
Apr 21
[PATCH v2] scsi: iscsi: Fix multiple iscsi session unbind event sent to userspace
On 2022/4/21 0:28, Mike Christie wrote: > On 4/17/22 7:06 PM, Wenchao Hao wrote: >> I found
unread,
[PATCH v2] scsi: iscsi: Fix multiple iscsi session unbind event sent to userspace
On 2022/4/21 0:28, Mike Christie wrote: > On 4/17/22 7:06 PM, Wenchao Hao wrote: >> I found
Apr 21
Sasha Levin
2
Apr 19
[PATCH AUTOSEL 5.17 26/34] scsi: iscsi: Fix NOP handling during conn recovery
From: Mike Christie <michael.christie@oracle.com> [ Upstream commit
unread,
[PATCH AUTOSEL 5.17 26/34] scsi: iscsi: Fix NOP handling during conn recovery
From: Mike Christie <michael.christie@oracle.com> [ Upstream commit
Apr 19
Sasha Levin
2
Apr 19
[PATCH AUTOSEL 5.17 25/34] scsi: iscsi: Merge suspend fields
From: Mike Christie <michael.christie@oracle.com> [ Upstream commit
unread,
[PATCH AUTOSEL 5.17 25/34] scsi: iscsi: Merge suspend fields
From: Mike Christie <michael.christie@oracle.com> [ Upstream commit
Apr 19
Sasha Levin
2
Apr 19
[PATCH AUTOSEL 5.17 24/34] scsi: iscsi: Release endpoint ID when its freed
From: Mike Christie <michael.christie@oracle.com> [ Upstream commit
unread,
[PATCH AUTOSEL 5.17 24/34] scsi: iscsi: Release endpoint ID when its freed
From: Mike Christie <michael.christie@oracle.com> [ Upstream commit
Apr 19
Sasha Levin
2
Apr 19
[PATCH AUTOSEL 5.17 23/34] scsi: iscsi: Fix offload conn cleanup when iscsid restarts
From: Mike Christie <michael.christie@oracle.com> [ Upstream commit
unread,
[PATCH AUTOSEL 5.17 23/34] scsi: iscsi: Fix offload conn cleanup when iscsid restarts
From: Mike Christie <michael.christie@oracle.com> [ Upstream commit
Apr 19
Sasha Levin
2
Apr 19
[PATCH AUTOSEL 5.17 22/34] scsi: iscsi: Move iscsi_ep_disconnect()
From: Mike Christie <michael.christie@oracle.com> [ Upstream commit
unread,
[PATCH AUTOSEL 5.17 22/34] scsi: iscsi: Move iscsi_ep_disconnect()
From: Mike Christie <michael.christie@oracle.com> [ Upstream commit
Apr 19
Wenchao Hao
,
Mike Christie
8
Apr 15
[PATCH 1/2] scsi: iscsi: introduce session UNBOUND state to avoid multiple unbind event
On 4/15/22 4:40 AM, Wenchao Hao wrote: > On 2022/4/14 23:30, Mike Christie wrote: >> On 4/13
unread,
[PATCH 1/2] scsi: iscsi: introduce session UNBOUND state to avoid multiple unbind event
On 4/15/22 4:40 AM, Wenchao Hao wrote: > On 2022/4/14 23:30, Mike Christie wrote: >> On 4/13
Apr 15
Wenchao Hao
, …
Martin K. Petersen
6
Mar 29
Re: [PATCH] scsi:libiscsi: remove unnecessary memset in iscsi_conn_setup
Wenchao, > iscsi_cls_conn is alloced by kzalloc(), the whole iscsi_cls_conn is > zero filled
unread,
Re: [PATCH] scsi:libiscsi: remove unnecessary memset in iscsi_conn_setup
Wenchao, > iscsi_cls_conn is alloced by kzalloc(), the whole iscsi_cls_conn is > zero filled
Mar 29
Wenchao Hao
, …
Martin K. Petersen
7
Mar 18
[PATCH v3 0/3] scsi:iscsi: handle iscsi_cls_conn device with sysfs correctly
On Wed, 9 Mar 2022 20:57:56 -0500, Wenchao Hao wrote: > We found a NULL pointer dereference in
unread,
[PATCH v3 0/3] scsi:iscsi: handle iscsi_cls_conn device with sysfs correctly
On Wed, 9 Mar 2022 20:57:56 -0500, Wenchao Hao wrote: > We found a NULL pointer dereference in
Mar 18
Wenchao Hao
,
Mike Christie
4
Mar 9
[PATCH v2 1/3] scsi: iscsi: Add helper functions to manage iscsi_cls_conn
iscsi_alloc_conn(): alloc and initialize iscsi_cls_conn iscsi_add_conn(): expose iscsi_cls_conn to
unread,
[PATCH v2 1/3] scsi: iscsi: Add helper functions to manage iscsi_cls_conn
iscsi_alloc_conn(): alloc and initialize iscsi_cls_conn iscsi_add_conn(): expose iscsi_cls_conn to
Mar 9
Wenchao Hao
,
Mike Christie
5
Mar 8
[PATCH v2 0/3] scsi:iscsi: handle iscsi_cls_conn device with sysfs
On 3/8/22 9:09 PM, Wenchao Hao wrote: > @@ -3143,8 +3145,6 @@ void iscsi_conn_teardown(struct
unread,
[PATCH v2 0/3] scsi:iscsi: handle iscsi_cls_conn device with sysfs
On 3/8/22 9:09 PM, Wenchao Hao wrote: > @@ -3143,8 +3145,6 @@ void iscsi_conn_teardown(struct
Mar 8
Wenchao Hao
,
Mike Christie
5
Mar 7
[PATCH 0/2]scsi:libiscsi: Add iscsi_cls_conn device to sysfs correctly
On 3/7/22 6:56 PM, Wenchao Hao wrote: > We found a NULL pointer dereference in
unread,
[PATCH 0/2]scsi:libiscsi: Add iscsi_cls_conn device to sysfs correctly
On 3/7/22 6:56 PM, Wenchao Hao wrote: > We found a NULL pointer dereference in
Mar 7
Wenchao Hao
,
Mike Christie
7
Mar 7
[PATCH 1/2] iscsi_tcp: Fix NULL pointer dereference in iscsi_sw_tcp_conn_get_param()
On 2022/3/3 23:03, Mike Christie wrote: > On 3/3/22 8:56 PM, Wenchao Hao wrote: >> kernel
unread,
[PATCH 1/2] iscsi_tcp: Fix NULL pointer dereference in iscsi_sw_tcp_conn_get_param()
On 2022/3/3 23:03, Mike Christie wrote: > On 3/3/22 8:56 PM, Wenchao Hao wrote: >> kernel
Mar 7
Zhengyuan Liu
, …
Mike Christie
8
Feb 26
Question about iscsi session block
On 2/15/22 8:19 PM, michael.christie@oracle.com wrote: > On 2/15/22 7:28 PM, Zhengyuan Liu wrote:
unread,
Question about iscsi session block
On 2/15/22 8:19 PM, michael.christie@oracle.com wrote: > On 2/15/22 7:28 PM, Zhengyuan Liu wrote:
Feb 26
Lee Duncan
,
Chris Leech
2
Feb 17
open-iscsi service iscsi-init can run too early, when FS is read-only
On Thu, Feb 17, 2022 at 10:42 AM 'Lee Duncan' via open-iscsi <open-iscsi@googlegroups.com
unread,
open-iscsi service iscsi-init can run too early, when FS is read-only
On Thu, Feb 17, 2022 at 10:42 AM 'Lee Duncan' via open-iscsi <open-iscsi@googlegroups.com
Feb 17
The Lee-Man
Feb 14
Version 2.1.6 Available now.
I just tagged version 2.1.6 of open-iscsi. Enjoy. :)
unread,
Version 2.1.6 Available now.
I just tagged version 2.1.6 of open-iscsi. Enjoy. :)
Feb 14
Sasha Levin
7
Jan 3
[PATCH AUTOSEL 5.15 05/16] scsi: libiscsi: Fix UAF in iscsi_conn_get_param()/iscsi_conn_teardown()
From: Lixiaokeng <lixiaokeng@huawei.com> [ Upstream commit
unread,
[PATCH AUTOSEL 5.15 05/16] scsi: libiscsi: Fix UAF in iscsi_conn_get_param()/iscsi_conn_teardown()
From: Lixiaokeng <lixiaokeng@huawei.com> [ Upstream commit
Jan 3
Alexis Oosterhoff
, …
Chris Leech
3
12/8/21
iSCSI initiator setting max_sectors_kb=4 when target optimal_io_size=4096
Hi Alexis, I was just taking a look at the issue you opened with Red Hat about this. It appears to me
unread,
iSCSI initiator setting max_sectors_kb=4 when target optimal_io_size=4096
Hi Alexis, I was just taking a look at the issue you opened with Red Hat about this. It appears to me
12/8/21
Mauricio
,
The Lee-Man
2
12/8/21
Yet another timed out connection
The target thinks there are two ways to reach it, so during discovery it is telling you both of those
unread,
Yet another timed out connection
The target thinks there are two ways to reach it, so during discovery it is telling you both of those
12/8/21
Mauricio
, …
The Lee-Man
3
12/8/21
hostbyte=DID_TRANSPORT_DISRUPTED: network issues or?
Yes, I believe your problems are network-related. I would advise taking iscsi NOPs off the table --
unread,
hostbyte=DID_TRANSPORT_DISRUPTED: network issues or?
Yes, I believe your problems are network-related. I would advise taking iscsi NOPs off the table --
12/8/21
Sasha Levin
7
11/25/21
[PATCH AUTOSEL 5.15 22/39] scsi: iscsi: Unblock session then wake up error handler
From: Mike Christie <michael.christie@oracle.com> [ Upstream commit
unread,
[PATCH AUTOSEL 5.15 22/39] scsi: iscsi: Unblock session then wake up error handler
From: Mike Christie <michael.christie@oracle.com> [ Upstream commit
11/25/21
Vojtech Juranek
, …
Ulrich Windl
6
10/22/21
Concurrent usage of iscsiadm
>>> The Lee-Man <leeman.duncan@gmail.com> schrieb am 21.10.2021 um 17:55 in Nachricht
unread,
Concurrent usage of iscsiadm
>>> The Lee-Man <leeman.duncan@gmail.com> schrieb am 21.10.2021 um 17:55 in Nachricht
10/22/21
Herbert Xu
, …
Chris Leech
5
10/15/21
Re: [PATCH] scsi: libiscsi: select CRYPTO_HASH for ISCSI_TCP
On Fri, Oct 15, 2021 at 6:54 AM Vegard Nossum <vegard.nossum@oracle.com> wrote: > > >
unread,
Re: [PATCH] scsi: libiscsi: select CRYPTO_HASH for ISCSI_TCP
On Fri, Oct 15, 2021 at 6:54 AM Vegard Nossum <vegard.nossum@oracle.com> wrote: > > >
10/15/21
Joe Perches
, …
Ulrich Windl
9
10/15/21
Re: [PATCH] scsi scsi_transport_iscsi.c: fix misuse of %llu in scsi_transport_iscsi.c
>>> Guo Zhi <qtxuning1999@sjtu.edu.cn> schrieb am 15.10.2021 um 09:36 in Nachricht
unread,
Re: [PATCH] scsi scsi_transport_iscsi.c: fix misuse of %llu in scsi_transport_iscsi.c
>>> Guo Zhi <qtxuning1999@sjtu.edu.cn> schrieb am 15.10.2021 um 09:36 in Nachricht
10/15/21
T. Williams
10/12/21
Fwd: [PATCH] fixing null dereference in scsi
---------- Forwarded message --------- From: docfate111 <tdwilliamsiv@gmail.com> Date: Wed, Oct
unread,
Fwd: [PATCH] fixing null dereference in scsi
---------- Forwarded message --------- From: docfate111 <tdwilliamsiv@gmail.com> Date: Wed, Oct
10/12/21
michael....@oracle.com
,
Li Feng
3
10/12/21
Re: [PATCH] iscsi_tcp: fix the NULL pointer dereference
Thanks, Feng Li <michael.christie@oracle.com> 于2021年10月11日周一 上午12:05写道: > > On 10/10/21 2
unread,
Re: [PATCH] iscsi_tcp: fix the NULL pointer dereference
Thanks, Feng Li <michael.christie@oracle.com> 于2021年10月11日周一 上午12:05写道: > > On 10/10/21 2
10/12/21
Ding Hui
, …
Martin K. Petersen
9
9/22/21
[PATCH 3/3] scsi: libiscsi: get ref to conn in iscsi_eh_device/target_reset()
On Sat, 11 Sep 2021 21:51:59 +0800, Ding Hui wrote: > The commit ec29d0ac29be ("scsi: iscsi:
unread,
[PATCH 3/3] scsi: libiscsi: get ref to conn in iscsi_eh_device/target_reset()
On Sat, 11 Sep 2021 21:51:59 +0800, Ding Hui wrote: > The commit ec29d0ac29be ("scsi: iscsi:
9/22/21
Baokun Li
, …
Martin K. Petersen
3
9/13/21
[PATCH -next] scsi: iscsi: Adjuest iface sysfs attr detection
On Wed, 1 Sep 2021 16:53:36 +0800, Baokun Li wrote: > ISCSI_NET_PARAM_IFACE_ENABLE belongs to enum
unread,
[PATCH -next] scsi: iscsi: Adjuest iface sysfs attr detection
On Wed, 1 Sep 2021 16:53:36 +0800, Baokun Li wrote: > ISCSI_NET_PARAM_IFACE_ENABLE belongs to enum
9/13/21
Ding Hui
,
Mike Christie
6
9/11/21
[RESEND] [PATCH 0/3] fix several bugs about libiscsi
On 2021/9/11 12:38 上午, Mike Christie wrote: > On 9/9/21 8:02 PM, Ding Hui wrote: >> like
unread,
[RESEND] [PATCH 0/3] fix several bugs about libiscsi
On 2021/9/11 12:38 上午, Mike Christie wrote: > On 9/9/21 8:02 PM, Ding Hui wrote: >> like
9/11/21