summaryrefslogtreecommitdiff
path: root/kernel/libiscsi.h
Commit message (Expand)AuthorAgeFilesLines
* iscsi mod: sync up kernel modules with 2.6.29Mike Christie2009-01-211-11/+44
* Sync kernel modules to scsi-misc for 2.6.27.Mike Christie2008-06-131-56/+54
* iscsi class/if kernel: add ifacename attrMike Christie2008-04-201-0/+1
* Sync up with 2.6.25Mike Christie2008-03-151-2/+0
* The session age mask is only 4 bits, but session->age is 32. WhenMike Christie2008-02-211-2/+0
* iscsi class: fix iscsi conn attr counterMike Christie2007-12-141-0/+7
* sync with linux-2.6-iscsi for 2.6.25Mike Christie2007-12-121-0/+19
* sync with upstreamMike Christie2007-09-291-7/+40
* mv nop handling to kernelMike Christie2007-08-271-0/+8
* Do not block the session on logoutMike Christie2007-08-161-0/+2
* add device reset support and fix some scsi eh bugs.Mike Christie2007-08-141-10/+22
* fix cmd seqeunce number checkingMike Christie2007-07-261-0/+3
* Support bind by hw address or netdev (ip address is temp disabled because tar...mnc2007-05-301-1/+2
* use local buffer for address valuemnc2007-05-071-0/+8
* make can_queue and cmd_per_lun settable in node dbmnc2007-04-241-4/+3
* the cmsdn handling does not look quite right compared to the RFC, so this use...mnc2007-04-241-2/+1
* the r2t and queue command handling could cause a nop to sit in the mgmt fifo ...mnc2007-04-241-1/+2
* we cannot allocate cmdsn from the queuecommand and mgmttask init context then...mnc2007-04-241-7/+0
* - Remove shadow of request length from struct iscsi_cmd_task. - change all us...mnc2007-04-241-11/+10
* from boaz: This patch fixes handling of expected datasn/r2tsn as received fro...mnc2007-04-241-1/+0
* again with the root boot stuff :) For root boot, the user may not be using a ...mnc2007-04-241-0/+4
* For now we are not going to be able to settle on a way to force each iscsi st...mnc2007-04-241-0/+1
* export session's or hba's hw address from kernelmnc2007-04-241-1/+12
* from Boaz: add compat patches for 2.6.16 to 2.6.19. And modify Makefile so pa...mnc2007-03-011-2/+4
* from Boaz: roll back kernel module to r751 whereso that we have one source tr...mnc2007-03-011-0/+309
* 2.6.20 adds several compat problems due to kernel API changes. This ci moves ...mnc2007-01-081-309/+0
* used patm's script to cleanup trailing whitespacemnc2006-11-261-1/+1
* fix connection creation unwindmnc2006-10-051-3/+0
* add refcouting around ctask usage in main IO pathmnc2006-08-161-0/+1
* iSCSI RFC states that the first burst length must be smaller than the max bur...mnc2006-08-161-2/+3
* use login buf for default recv bufmnc2006-07-131-0/+8
* Reduce duplication in the software iscsi_transport modules by adding a libisc...mnc2006-07-101-2/+13
* if tmf times out, but command completed while tmf is in flight drop session s...mnc2006-07-091-0/+1
* When we get a r2t we push the ctask on the xmitqueue and we put a r2t on the ...mnc2006-06-301-1/+9
* fix term state. when closing the session we do not want to queue any more com...mnc2006-05-201-1/+0
* block session then flush queues, and do not start recovery from the eh host r...mnc2006-05-181-3/+0
* from ogerlitz@voltaire.com: This patch aligns all the printk messagesmnc2006-04-271-1/+1
* add libiscsi filesmnc2006-04-021-0/+286