kernel-fxtec-pro1x/drivers/infiniband/ulp/iser
Mike Christie b40977d95f [SCSI] iser: fix handling of scsi cmnds during recovery.
After the stop_conn callback has returned the LLD should not
touch the scsi cmds. iscsi_tcp and libiscsi use the
conn->recv_lock and suspend_rx field to halt recv path
processing, but iser does not have any protection.

This patch modifies iser so that userspace can just
call the ep_disconnect callback, which will halt
all recv IO, before calling the stop_conn callback so
we do not have to worry about the conn->recv_lock and
suspend rx field. iser just needs to stop the send side
from accessing the ib conn.

Fixup to handle when the ep poll fails and ep disconnect
is called from Erez.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
2008-07-12 08:22:17 -05:00
..
iscsi_iser.c [SCSI] iser: fix handling of scsi cmnds during recovery. 2008-07-12 08:22:17 -05:00
iscsi_iser.h [SCSI] iser: fix handling of scsi cmnds during recovery. 2008-07-12 08:22:17 -05:00
iser_initiator.c IB/iser: Don't change itt endianness 2008-04-16 21:09:35 -07:00
iser_memory.c IB/iser: Count FMR alignment violations per session 2008-04-29 13:46:52 -07:00
iser_verbs.c [SCSI] iser: fix handling of scsi cmnds during recovery. 2008-07-12 08:22:17 -05:00
Kconfig IB/iser: update URLs of iSER docs 2008-01-25 14:15:32 -08:00
Makefile IB/iser: iSER Kconfig and Makefile 2006-06-22 07:51:14 -07:00