Groups
Sign in
Groups
open-iscsi
Conversations
About
Send feedback
Help
open-iscsi
Contact owners and managers
1–30 of 4066
Mark all as read
Report group
0 selected
Christoph Hellwig
Dec 16
Re: [PATCH] net: Convert proto_ops::getname to sockaddr_storage
Would be nice to avoid a bunch of the overly long lines, but the fundamental changes looks good:
unread,
Re: [PATCH] net: Convert proto_ops::getname to sockaddr_storage
Would be nice to avoid a bunch of the overly long lines, but the fundamental changes looks good:
Dec 16
Martin K. Petersen
2
Dec 9
Re: [PATCH v2] scsi: Replace zero-length array with flexible array member
On Sun, 10 Nov 2024 23:33:24 +0100, Thorsten Blum wrote: > Replace the deprecated zero-length
unread,
Re: [PATCH v2] scsi: Replace zero-length array with flexible array member
On Sun, 10 Nov 2024 23:33:24 +0100, Thorsten Blum wrote: > Replace the deprecated zero-length
Dec 9
Lee Duncan
,
Martin K. Petersen
3
Dec 4
Re: [PATCH] scsi: iscsi: fix sysfs visibility checks for CHAP
Hi Lee! > Ping? > > On Sun, Nov 17, 2024 at 11:46 AM Lee Duncan <leeman...@gmail.com
unread,
Re: [PATCH] scsi: iscsi: fix sysfs visibility checks for CHAP
Hi Lee! > Ping? > > On Sun, Nov 17, 2024 at 11:46 AM Lee Duncan <leeman...@gmail.com
Dec 4
Greg Kroah-Hartman
,
James Bottomley
4
Dec 4
Re: [PATCH v2 00/32] driver core: Constify API device_find_child() and adapt for various existing usages
On Wed, 2024-12-04 at 20:26 +0800, Zijun Hu wrote: > On 2024/12/3 23:34, James Bottomley wrote:
unread,
Re: [PATCH v2 00/32] driver core: Constify API device_find_child() and adapt for various existing usages
On Wed, 2024-12-04 at 20:26 +0800, Zijun Hu wrote: > On 2024/12/3 23:34, James Bottomley wrote:
Dec 4
Dan Carpenter
Nov 30
[bug report] [SCSI] iscsi_transport: Add support to display CHAP list and delete CHAP entry
[ This code is obviously really old, but the warning may still be worth looking at. -dan ] Commit
unread,
[bug report] [SCSI] iscsi_transport: Add support to display CHAP list and delete CHAP entry
[ This code is obviously really old, but the warning may still be worth looking at. -dan ] Commit
Nov 30
kernel test robot
,
Gustavo A. R. Silva
2
Nov 10
Re: [PATCH] scsi: Replace zero-length array with flexible array member
> In file included from drivers/scsi/scsi_transport_iscsi.c:23: >>> include/scsi/
unread,
Re: [PATCH] scsi: Replace zero-length array with flexible array member
> In file included from drivers/scsi/scsi_transport_iscsi.c:23: >>> include/scsi/
Nov 10
michael....@oracle.com
,
kernel test robot
4
Oct 14
Re: [PATCH] scsi: libiscsi: Set expecting_cc_ua flag when stop_conn
On 10/14/24 12:36 AM, Xiang Zhang wrote: > Initiator need to recover session and reconnect to
unread,
Re: [PATCH] scsi: libiscsi: Set expecting_cc_ua flag when stop_conn
On 10/14/24 12:36 AM, Xiang Zhang wrote: > Initiator need to recover session and reconnect to
Oct 14
ajhu...@gmail.com
Jul 16
[BUG]: Null pointer exception from parallel calls to iscsi_stop_conn
Hi. I reviewed a kdump generated by a NULL pointer exception during termination of an iSCSI session.
unread,
[BUG]: Null pointer exception from parallel calls to iscsi_stop_conn
Hi. I reviewed a kdump generated by a NULL pointer exception during termination of an iSCSI session.
Jul 16
Greg Kroah-Hartman
Jul 1
[PATCH] driver core: have match() callback in struct bus_type take a const *
In the match() callback, the struct device_driver * should not be changed, so change the function
unread,
[PATCH] driver core: have match() callback in struct bus_type take a const *
In the match() callback, the struct device_driver * should not be changed, so change the function
Jul 1
Dan Carpenter
Jun 18
[bug report] [SCSI] iscsi_transport: Add support to display CHAP list and delete CHAP entry
Hi SCSI and netlink developers, Commit 6260a5d22122 ("[SCSI] iscsi_transport: Add support to
unread,
[bug report] [SCSI] iscsi_transport: Add support to display CHAP list and delete CHAP entry
Hi SCSI and netlink developers, Commit 6260a5d22122 ("[SCSI] iscsi_transport: Add support to
Jun 18
Mike Christie
May 24
Re: [PATCH v2 2/2] libiscsi: disallow binding an already-bound connection
On 5/23/24 5:21 PM, Khazhismel Kumykov wrote: > This fixes issue where misbehaving userspace
unread,
Re: [PATCH v2 2/2] libiscsi: disallow binding an already-bound connection
On 5/23/24 5:21 PM, Khazhismel Kumykov wrote: > This fixes issue where misbehaving userspace
May 24
Mike Christie
,
Martin K. Petersen
2
May 6
Re: [PATCH] scsi:iscsi: Remove unused list 'connlist_err'
> I think the last use of this list was removed by > commit 23d6fefbb3f6 ("scsi: iscsi:
unread,
Re: [PATCH] scsi:iscsi: Remove unused list 'connlist_err'
> I think the last use of this list was removed by > commit 23d6fefbb3f6 ("scsi: iscsi:
May 6
Christoph Hellwig
, …
Bart Van Assche
56
Mar 26
[PATCH 03/23] mpi3mr: pass queue_limits to bsg_setup_queue
On Tue, Mar 26, 2024 at 06:30:45PM +0900, Takashi Sakamoto wrote: > > drivers/firewire/sbp2.c |
unread,
[PATCH 03/23] mpi3mr: pass queue_limits to bsg_setup_queue
On Tue, Mar 26, 2024 at 06:30:45PM +0900, Takashi Sakamoto wrote: > > drivers/firewire/sbp2.c |
Mar 26
Christoph Hellwig
,
Damien Le Moal
2
Mar 25
[PATCH 01/23] block: don't reject too large max_user_setors in blk_validate_limits
On 3/25/24 08:54, Christoph Hellwig wrote: > We already cap down the actual max_sectors to the max
unread,
[PATCH 01/23] block: don't reject too large max_user_setors in blk_validate_limits
On 3/25/24 08:54, Christoph Hellwig wrote: > We already cap down the actual max_sectors to the max
Mar 25
Mike Christie
Mar 19
Re: [PATCH 2/2] iscsi_tcp: disallow binding the same connection twice
On 3/18/24 2:49 PM, Khazhismel Kumykov wrote: > iscsi_sw_tcp_conn_bind does not check or cleanup
unread,
Re: [PATCH 2/2] iscsi_tcp: disallow binding the same connection twice
On 3/18/24 2:49 PM, Khazhismel Kumykov wrote: > iscsi_sw_tcp_conn_bind does not check or cleanup
Mar 19
Mike Christie
Mar 19
Re: [PATCH 1/2] iscsi_tcp: do not bind sockets that already have extra callbacks
On 3/18/24 2:49 PM, Khazhismel Kumykov wrote: > This attempts to avoid a situation where a
unread,
Re: [PATCH 1/2] iscsi_tcp: do not bind sockets that already have extra callbacks
On 3/18/24 2:49 PM, Khazhismel Kumykov wrote: > This attempts to avoid a situation where a
Mar 19
Greg Kroah-Hartman
,
Martin K. Petersen
3
Feb 12
Re: [PATCH 0/3] drivers: scsi: struct bus_type cleanup
On Sat, 03 Feb 2024 15:38:59 -0300, Ricardo B. Marliere wrote: > This series is part of an effort
unread,
Re: [PATCH 0/3] drivers: scsi: struct bus_type cleanup
On Sat, 03 Feb 2024 15:38:59 -0300, Ricardo B. Marliere wrote: > This series is part of an effort
Feb 12
Lee Duncan
Feb 3
Re: [PATCH 2/3] scsi: iscsi: make iscsi_flashnode_bus const
On Sat, Feb 3, 2024 at 10:38 AM Ricardo B. Marliere <ric...@marliere.net> wrote: > > Now
unread,
Re: [PATCH 2/3] scsi: iscsi: make iscsi_flashnode_bus const
On Sat, Feb 3, 2024 at 10:38 AM Ricardo B. Marliere <ric...@marliere.net> wrote: > > Now
Feb 3
Mike Christie
Jan 29
Re: [PATCH] scsi: iscsi: fix iscsi ida memory leak
On 1/29/24 3:04 AM, Guixin Liu wrote: > The iscsi_sess_ida should be destroy when the iscsi module
unread,
Re: [PATCH] scsi: iscsi: fix iscsi ida memory leak
On 1/29/24 3:04 AM, Guixin Liu wrote: > The iscsi_sess_ida should be destroy when the iscsi module
Jan 29
Naohiro Aota
,
Tejun Heo
3
12/20/23
Performance drop due to alloc_workqueue() misuse and recent change
Hello, again. On Mon, Dec 04, 2023 at 04:03:47PM +0000, Naohiro Aota wrote: ... > In summary, we
unread,
Performance drop due to alloc_workqueue() misuse and recent change
Hello, again. On Mon, Dec 04, 2023 at 04:03:47PM +0000, Naohiro Aota wrote: ... > In summary, we
12/20/23
The Lee-Man
12/7/23
SPAM control measure stepped up
Hi All: Most have probably noticed quite a bit of SPAM recently. This was because anyone could join
unread,
SPAM control measure stepped up
Hi All: Most have probably noticed quite a bit of SPAM recently. This was because anyone could join
12/7/23
The Lee-Man
10/17/23
Updatges to iscsiuio
Hi All: A co-worker and I have recently pushed some updates to iscsiuio to make it more reliable. The
unread,
Updatges to iscsiuio
Hi All: A co-worker and I have recently pushed some updates to iscsiuio to make it more reliable. The
10/17/23
Wenchao Hao
, …
Douglas Gilbert
20
10/9/23
[PATCH v5 00/10] scsi:scsi_debug: Add error injection for single device
On 2023/10/9 7:17, Douglas Gilbert wrote: > On 2023-09-22 05:29, Wenchao Hao wrote: >> Add
unread,
[PATCH v5 00/10] scsi:scsi_debug: Add error injection for single device
On 2023/10/9 7:17, Douglas Gilbert wrote: > On 2023-09-22 05:29, Wenchao Hao wrote: >> Add
10/9/23
Greg Kroah-Hartman
2
10/4/23
[PATCH 6.1 058/259] scsi: iscsi_tcp: restrict to TCP sockets
6.5-stable review patch. If anyone has any objections, please let me know. ------------------ From:
unread,
[PATCH 6.1 058/259] scsi: iscsi_tcp: restrict to TCP sockets
6.5-stable review patch. If anyone has any objections, please let me know. ------------------ From:
10/4/23
Damien Le Moal
, …
Wenchao Hao
6
9/24/23
Re: [PATCH 1/2] scsi: core: cleanup scsi_dev_queue_ready()
On 2023/9/22 22:53, Bart Van Assche wrote: > On 9/22/23 02:38, Wenchao Hao wrote: >> Add
unread,
Re: [PATCH 1/2] scsi: core: cleanup scsi_dev_queue_ready()
On 2023/9/22 22:53, Bart Van Assche wrote: > On 9/22/23 02:38, Wenchao Hao wrote: >> Add
9/24/23
Wenchao Hao
,
Bart Van Assche
5
9/22/23
[PATCH 0/2] Fix two issue between removing device and error handle
On 9/22/23 02:36, Wenchao Hao wrote: > SDEV_CANCEL is set when removing device and
unread,
[PATCH 0/2] Fix two issue between removing device and error handle
On 9/22/23 02:36, Wenchao Hao wrote: > SDEV_CANCEL is set when removing device and
9/22/23
Wenchao Hao
9/22/23
[PATCH v5 04/10] scsi: scsi_debug: timeout command if the error is injected
If a timeout error is injected, return 0 from scsi_debug_queuecommand to make the command timeout.
unread,
[PATCH v5 04/10] scsi: scsi_debug: timeout command if the error is injected
If a timeout error is injected, return 0 from scsi_debug_queuecommand to make the command timeout.
9/22/23
Eric Dumazet
, …
patchwork-b...@kernel.org
3
9/22/23
[PATCH] scsi: iscsi_tcp: restrict to TCP sockets
Hello: This patch was applied to netdev/net.git (main) by David S. Miller <da...@davemloft.net>
unread,
[PATCH] scsi: iscsi_tcp: restrict to TCP sockets
Hello: This patch was applied to netdev/net.git (main) by David S. Miller <da...@davemloft.net>
9/22/23
Lin Ma
, …
Martin K. Petersen
5
7/31/23
[PATCH v1 1/2] scsi: iscsi: Add length check for nlattr payload
On Tue, 25 Jul 2023 10:45:29 +0800, Lin Ma wrote: > The current NETLINK_ISCSI netlink parsing loop
unread,
[PATCH v1 1/2] scsi: iscsi: Add length check for nlattr payload
On Tue, 25 Jul 2023 10:45:29 +0800, Lin Ma wrote: > The current NETLINK_ISCSI netlink parsing loop
7/31/23
YueHaibing
, …
Martin K. Petersen
4
7/31/23
[PATCH -next] scsi: iscsi: Remove unused extern declaration iscsi_lookup_iface()
On Tue, 25 Jul 2023 22:15:31 +0800, YueHaibing wrote: > This is not used anymore, so can be
unread,
[PATCH -next] scsi: iscsi: Remove unused extern declaration iscsi_lookup_iface()
On Tue, 25 Jul 2023 22:15:31 +0800, YueHaibing wrote: > This is not used anymore, so can be
7/31/23