| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
This makes the one failure callback a lot simpler.
|
| |
|
|
| |
this removes the session_schedule() in the task_pdu_cb().
|
| |
|
|
| |
this function since it does connections scheduling.
|
| |
|
|
|
|
|
|
|
| |
callback and implement some of the connection FSM actions. Implement
logouts so that discovery sessions do a nice login -> query -> logout.
Fix the task scheduling especially for immediate and connection specific
tasks. The session will now only schedule tasks to a session that is
in LOGGED_IN state.
looks good dlg@
|
| |
|
|
|
|
|
| |
Without this accessing both LU on my iscsi target will lock up
because tasks a queued but no longer scheduled.
We need a better task scheduler but this allows me to run iogen on both
partitions without locking up.
|
| |
|
|
|
|
| |
target (itt = 0xffffffff) send back an immediate NOP-Out reusing the
NOP-In PDU. This makes my iscsi target happy.
Also plug a mem leak on error path which was found by Igor Zinovik.
|
| |
|
|
| |
Should help identify the messages that are issued by the target (e.g. NOP).
|
| | |
|
| |
|
|
| |
ok claudio@
|
|
|
Currently implements the absolute minimum of the protocol to make
it work against targets. Many things still in flux but we're annoyed
to work outside of the tree. Commited from a source tree on an iSCSI
disk served via iscsid but it is not yet production ready.
OK dlg@, matthew@, deraadt@
|