aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libiscsi.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] iscsi: return data transfer residual for data-out commandsTony Battersby2007-11-141-3/+0
* [SCSI] libiscsi: sync up iscsi and scsi eh's access to the connectionMike Christie2007-08-151-11/+43
* [SCSI] libiscsi: fix null ptr regression when aborting a command with data to...Mike Christie2007-08-151-2/+9
* [SCSI] libiscsi: fix cmd seqeunce number checkingMike Christie2007-07-271-21/+25
* [SCSI] libiscsi: make sure session is not blocked when removing hostMike Christie2007-07-271-0/+1
* [SCSI] iscsi_tcp: convert to use the data buffer accessorsFUJITA Tomonori2007-06-171-10/+10
* [SCSI] iscsi class, iscsi_tcp, iser, qla4xxx: add netdevname sysfs attrMike Christie2007-06-021-0/+11
* [SCSI] libiscsi: make can_queue configurableMike Christie2007-06-021-1/+27
* [SCSI] libiscsi: fix iscsi cmdsn allocationMike Christie2007-06-021-258/+233
* [SCSI] iscsi tcp: fix iscsi xmit state machineMike Christie2007-06-011-1/+1
* [SCSI] iscsi class, iscsi_tcp, ib_iser: add sysfs chap fileMike Christie2007-06-011-0/+40
* [SCSI] iscsi: Some fixes in preparation for bidirectional support - total_lengthMike Christie2007-06-011-5/+4
* [SCSI] iscsi: Some fixes in preparation for bidirectional support - exp_datasnMike Christie2007-06-011-2/+3
* [SCSI] iscsi class, qla4xxx, iscsi_tcp, ib_iser: export/set initiator nameMike Christie2007-06-011-0/+12
* [SCSI] libiscsi, iscsi_tcp, ib_iser : add sw iscsi host get/set params helpersMike Christie2007-06-011-0/+40
* [SCSI] libiscsi: use get_unalignedMike Christie2007-03-111-2/+3
* [SCSI] iscsi: rename DEFAULT_MAX_RECV_DATA_SEGMENT_LENGTHMike Christie2007-03-111-1/+1
* [SCSI] libiscsi: clear mtaskMike Christie2007-03-111-11/+8
* [SCSI] libiscsi: flush work before freeing connectionMike Christie2007-03-111-0/+3
* [PATCH] iscsi endianness annotationsAl Viro2007-02-091-21/+19
* [SCSI] libiscsi: fix senselen calculationMike Christie2007-01-061-3/+3
* WorkStruct: make allyesconfigDavid Howells2006-11-221-3/+4
* [SCSI] iscsi: add newlines to debug messagesPete Wyckoff2006-11-101-4/+5
* [SCSI] libiscsi: fix logout pdu processingMike Christie2006-10-251-2/+23
* [SCSI] libiscsi: fix aen supportMike Christie2006-10-251-2/+2
* [SCSI] libiscsi: fix missed iscsi_task_put in xmit error pathMike Christie2006-10-251-2/+0
* [SCSI] libiscsi: fix oops in connection create failure pathMike Christie2006-10-251-30/+8
* [SCSI] libiscsi: don't call into lld to cleanup taskMike Christie2006-09-021-5/+4
* [SCSI] libiscsi: check that command ptr is set before accessing itMike Christie2006-09-021-5/+22
* [SCSI] libiscsi: only check burst lengths when sending unsol dataMike Christie2006-09-021-1/+2
* [SCSI] iscsi_tcp: fix padding, data digests, and IO at weird offsetsMike Christie2006-09-021-6/+31
* [SCSI] add refcouting around ctask usage in main IO patchMike Christie2006-09-021-9/+50
* [SCSI] libiscsi, iscsi_tcp, iscsi_iser: check that burst lengths are valid.Mike Christie2006-09-021-8/+17
* [SCSI] iscsi bugfixes: fix mem leaks in libiscsiMike Christie2006-07-281-0/+3
* [SCSI] iscsi bugfixes: pass errors from complete_pdu to callerMike Christie2006-07-281-9/+18
* [SCSI] iscsi bugfixes: reduce memory allocationsMike Christie2006-07-281-3/+7
* [SCSI] iscsi bugfixes: fix oops when removing sessionMike Christie2006-07-281-1/+2
* [SCSI] iscsi bugfixes: fix oops when iser is flushing ioMike Christie2006-07-281-9/+3
* [SCSI] iscsi bugfixes: fix abort handlingMike Christie2006-07-281-25/+46
* [SCSI] iscsi bugfixes: fix r2t handlingMike Christie2006-07-281-52/+38
* [SCSI] iscsi: pass target nr to session creationMike Christie2006-06-291-1/+1
* [SCSI] iscsi: rm channel usage from iscsiMike Christie2006-06-291-1/+1
* [SCSI] iscsi: fix session refcoutingMike Christie2006-06-291-1/+7
* [SCSI] iscsi: fixup set/get param functionsMike Christie2006-06-291-0/+179
* [SCSI] iscsi: fix writepsace raceMike Christie2006-06-051-12/+19
* [SCSI] iscsi: return task found during searchMike Christie2006-06-051-1/+1
* [SCSI] iscsi: fix run list corruptionMike Christie2006-06-051-0/+6
* [SCSI] iscsi: don't switch states when just cleaning upMike Christie2006-06-051-41/+14
* [SCSI] iscsi: fix command requeues during iscsi recoveryMike Christie2006-05-201-39/+48
* [SCSI] iscsi: only preallocate login bufferMike Christie2006-05-201-16/+10