Age | Commit message (Expand) | Author |
2011-04-27 | Rename task_cleanup() to conn_task_cleanup() seems a better place for | Claudio Jeker |
2011-04-27 | Add log_verbose() like all the other log.c users. | Claudio Jeker |
2011-04-27 | Start implementing the FSM. Introduce a session FSM that is run via a | Claudio Jeker |
2011-04-05 | Move session related code into session.c. | Claudio Jeker |
2011-04-05 | Log the SessionName so that it is possible to understand which session | Claudio Jeker |
2011-01-10 | Remove 2 empty lines. | Claudio Jeker |
2011-01-06 | Ugly hack, call session_schedule in the task pdu callback handler. | Claudio Jeker |
2011-01-06 | Pass the magic LUN -1 to VSCSI_REQPROBE so that all LU are probed | Claudio Jeker |
2011-01-06 | Add minimal LUN handling. Currently only single level LUN addressing is | Claudio Jeker |
2011-01-04 | Implememnt NOP-IN -> NOP-OUT handling. If the NOP-In was issued by the | Claudio Jeker |
2011-01-04 | Cleanup tasks with a NULL callback after queuing the PDU to be sent out. | Claudio Jeker |
2011-01-04 | Reset the resid before issuing the task callback so that the pdu can | Claudio Jeker |
2011-01-04 | Print itt, cmdsn and expstatsn as unsigned when printing a PDU. | Claudio Jeker |
2011-01-04 | Truncate the scsi sense data to 18 bytes if more data was supplied. | Claudio Jeker |
2011-01-04 | When translating a PDU to text strip all trailing \0 but one. | Claudio Jeker |
2011-01-04 | Log the PDU which failed because no task was found. | Claudio Jeker |
2011-01-04 | Add missing session parameter. | Claudio Jeker |
2010-09-25 | spacing, no binary changes. | Igor Sobrado |
2010-09-25 | fix typos in documentation and log_debug() function. | Igor Sobrado |
2010-09-25 | zap trailing whitespace; | Jason McIntyre |
2010-09-25 | use a consistent argument name in both synopsis and usage; argument | Igor Sobrado |
2010-09-24 | basic manpage | David Gwynne |
2010-09-24 | another useless and noisy debug message | Claudio Jeker |
2010-09-24 | Set TCP_NODELAY since we want the request to be sent ASAP. | Claudio Jeker |
2010-09-24 | Remvoe some debug messages that are not needed. | Claudio Jeker |
2010-09-24 | iSCSI Initiatior daemon using vscsi(4). | Claudio Jeker |