summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* merged wrong patch. fix compile leakmnc2006-08-221-0/+1
* update header size during reloginmnc2006-08-221-0/+1
* fix hdr digest resend. Do not readd the digest size on resendsmnc2006-08-221-1/+1
* rm duplicated tfms and preallocate themmnc2006-08-222-72/+38
* fix several bugs in padding and digest xmitmnc2006-08-223-420/+286
* update versionsmnc2006-08-161-1/+1
* A couple targets like string bean and MDS, send r2ts with a data len greater ...mnc2006-08-161-3/+14
* add refcouting around ctask usage in main IO pathmnc2006-08-162-9/+51
* iSCSI RFC states that the first burst length must be smaller than the max bur...mnc2006-08-164-34/+27
* making a release. bump versionmnc2006-07-241-1/+1
* add transport class versionmnc2006-07-212-5/+6
* fix str leaksmnc2006-07-211-0/+3
* bump versionmnc2006-07-131-1/+1
* send iscsi_err values from complete_pdu and iscsi data recv should pass that ...mnc2006-07-132-10/+19
* from tabs got added in the merging. this just removes themmnc2006-07-131-2/+2
* use login buf for default recv bufmnc2006-07-134-60/+38
* use GFP_ATOMIC for the error pathmnc2006-07-111-5/+5
* fix logout bugs due to iscsi_conn_teardown iscsi_tcp_release_conn odering and...mnc2006-07-111-6/+1
* update versionmnc2006-07-111-1/+1
* add support for 2.6.18 in makefilemnc2006-07-111-0/+4
* update versionsmnc2006-07-111-1/+1
* mike was on crack and his machine was haunted so we did not catch this refere...mnc2006-07-101-1/+2
* This patch adds or modifies the transport class functions used to notify user...mnc2006-07-102-82/+230
* qla4xxx has a fw session id that corrresponds nicely to the target nr so for ...mnc2006-07-103-11/+12
* qla4xxx is initialized in two steps like other HW drivers so this breaks up t...mnc2006-07-102-29/+76
* I do not remember what I was thinking when we added the channel as a argument...mnc2006-07-103-8/+5
* iscsi_tcp and iser cannot be rmmod from the kernel when sessions are running ...mnc2006-07-102-9/+9
* Convert iscsi_tcp to new lib functions.mnc2006-07-101-128/+24
* Reduce duplication in the software iscsi_transport modules by adding a libisc...mnc2006-07-104-187/+246
* Add target discovery event. We may have a setup where the iscsi traffic is on...mnc2006-07-102-0/+20
* rm term and suspend callbacks. The LLDs should just call the libiscsi helper ...mnc2006-07-103-52/+32
* if session recovery cleans up a mtask while abort() is waiting for it to comp...mnc2006-07-101-1/+1
* update versionmnc2006-07-091-1/+1
* if tmf times out, but command completed while tmf is in flight drop session s...mnc2006-07-092-24/+46
* if we detect a error in the hdr processing fail immediately. This should fix ...mnc2006-07-071-1/+3
* When we get a r2t we push the ctask on the xmitqueue and we put a r2t on the ...mnc2006-06-303-74/+61
* from Hannes: cleanupmnc2006-06-172-4/+7
* rm old compat patches and update README and makefile. If we have time in the ...mnc2006-06-131-17/+6
* from erezz@voltaire.com: must call terminate conn after flushing commands bec...mnc2006-06-081-1/+2
* stop sending -EXYZ values to conn failure. We should be sending iscsi_if erro...mnc2006-05-311-3/+3
* bump version 1.0-595mnc2006-05-301-1/+1
* handle writepsace race. If sendmsg/page fails becuase there is no writespace ...mnc2006-05-303-91/+124
* I must have been looking at the code while high or cross eyed. Don't know whe...mnc2006-05-281-3/+1
* for some reason this is more clear to me.mnc2006-05-271-3/+2
* found by dave: we always return null and this causes the list and queues to b...mnc2006-05-271-1/+2
* since tcp uses the xmitqueue to queue up data we now have to producers and ne...mnc2006-05-271-1/+4
* from davidw@netapp.com: need some locking around the list access.mnc2006-05-271-0/+6
* rm STOP_CONN_SUSPEND usage from iscsi_tcpmnc2006-05-201-21/+19
* fix term state. when closing the session we do not want to queue any more com...mnc2006-05-202-41/+13
* we should be retring commands when we are in recovery. My fingers jsut got co...mnc2006-05-201-1/+1