Searched hist:"14 f4b54fe38f3a8f8392a50b951c8aa43b63687a" (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/target/iscsi/ |
H A D | iscsi_target_tpg.c | diff 2363d196686e44c0158929e7cf96c8589a24a81b Wed Jun 04 03:27:52 CEST 2014 Nicholas Bellinger <nab@linux-iscsi.org> iser-target: Fix multi network portal shutdown regression
This patch fixes a iser-target specific regression introduced in v3.15-rc6 with:
commit 14f4b54fe38f3a8f8392a50b951c8aa43b63687a Author: Sagi Grimberg <sagig@mellanox.com> Date: Tue Apr 29 13:13:47 2014 +0300
Target/iscsi,iser: Avoid accepting transport connections during stop stage
where the change to set iscsi_np->enabled = false within iscsit_clear_tpg_np_login_thread() meant that a iscsi_np with two iscsi_tpg_np exports would have it's parent iscsi_np set to a disabled state, even if other iscsi_tpg_np exports still existed.
This patch changes iscsit_clear_tpg_np_login_thread() to only set iscsi_np->enabled = false when shutdown = true, and also changes iscsit_del_np() to set iscsi_np->enabled = true when iscsi_np->np_exports is non zero.
Cc: Sagi Grimberg <sagig@dev.mellanox.co.il> Cc: stable@vger.kernel.org # 3.10+ Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org> diff 14f4b54fe38f3a8f8392a50b951c8aa43b63687a Tue Apr 29 12:13:47 CEST 2014 Sagi Grimberg <sagig@mellanox.com> Target/iscsi,iser: Avoid accepting transport connections during stop stage
When the target is in stop stage, iSER transport initiates RDMA disconnects. The iSER initiator may wish to establish a new connection over the still existing network portal. In this case iSER transport should not accept and resume new RDMA connections. In order to learn that, iscsi_np is added with enabled flag so the iSER transport can check when deciding weather to accept and resume a new connection request.
The iscsi_np is enabled after successful transport setup, and disabled before iscsi_np login threads are cleaned up.
Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Cc: stable@vger.kernel.org # 3.10+ Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
H A D | iscsi_target_login.c | diff 14f4b54fe38f3a8f8392a50b951c8aa43b63687a Tue Apr 29 12:13:47 CEST 2014 Sagi Grimberg <sagig@mellanox.com> Target/iscsi,iser: Avoid accepting transport connections during stop stage
When the target is in stop stage, iSER transport initiates RDMA disconnects. The iSER initiator may wish to establish a new connection over the still existing network portal. In this case iSER transport should not accept and resume new RDMA connections. In order to learn that, iscsi_np is added with enabled flag so the iSER transport can check when deciding weather to accept and resume a new connection request.
The iscsi_np is enabled after successful transport setup, and disabled before iscsi_np login threads are cleaned up.
Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Cc: stable@vger.kernel.org # 3.10+ Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
H A D | iscsi_target.c | diff 2363d196686e44c0158929e7cf96c8589a24a81b Wed Jun 04 03:27:52 CEST 2014 Nicholas Bellinger <nab@linux-iscsi.org> iser-target: Fix multi network portal shutdown regression
This patch fixes a iser-target specific regression introduced in v3.15-rc6 with:
commit 14f4b54fe38f3a8f8392a50b951c8aa43b63687a Author: Sagi Grimberg <sagig@mellanox.com> Date: Tue Apr 29 13:13:47 2014 +0300
Target/iscsi,iser: Avoid accepting transport connections during stop stage
where the change to set iscsi_np->enabled = false within iscsit_clear_tpg_np_login_thread() meant that a iscsi_np with two iscsi_tpg_np exports would have it's parent iscsi_np set to a disabled state, even if other iscsi_tpg_np exports still existed.
This patch changes iscsit_clear_tpg_np_login_thread() to only set iscsi_np->enabled = false when shutdown = true, and also changes iscsit_del_np() to set iscsi_np->enabled = true when iscsi_np->np_exports is non zero.
Cc: Sagi Grimberg <sagig@dev.mellanox.co.il> Cc: stable@vger.kernel.org # 3.10+ Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|
/linux/drivers/infiniband/ulp/isert/ |
H A D | ib_isert.c | diff 14f4b54fe38f3a8f8392a50b951c8aa43b63687a Tue Apr 29 12:13:47 CEST 2014 Sagi Grimberg <sagig@mellanox.com> Target/iscsi,iser: Avoid accepting transport connections during stop stage
When the target is in stop stage, iSER transport initiates RDMA disconnects. The iSER initiator may wish to establish a new connection over the still existing network portal. In this case iSER transport should not accept and resume new RDMA connections. In order to learn that, iscsi_np is added with enabled flag so the iSER transport can check when deciding weather to accept and resume a new connection request.
The iscsi_np is enabled after successful transport setup, and disabled before iscsi_np login threads are cleaned up.
Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Cc: stable@vger.kernel.org # 3.10+ Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|