summaryrefslogtreecommitdiff
path: root/kernel/libiscsi.c
Commit message (Expand)AuthorAgeFilesLines
* Sync up with 2.6.25Mike Christie2008-03-151-5/+4
* The session age mask is only 4 bits, but session->age is 32. WhenMike Christie2008-02-211-10/+4
* iscsi class: fix iscsi conn attr counterMike Christie2007-12-141-33/+43
* libiscsi: fix setting of nop timerMike Christie2007-12-141-6/+3
* sync with linux-2.6-iscsi for 2.6.25Mike Christie2007-12-121-19/+28
* sync with upstream 2.6.24Mike Christie2007-10-291-1/+0
* libiscsi: set tmf timeouts to some safe defaultMike Christie2007-10-161-0/+2
* sync with upstreamMike Christie2007-09-291-71/+117
* clear conn->ctask when completing commandsMike Christie2007-09-271-1/+4
* do not immediately fail on logoutMike Christie2007-09-131-8/+6
* mv nop handling to kernelMike Christie2007-08-271-66/+265
* fix shutdownMike Christie2007-08-271-2/+2
* Do not return from eh functions if in the middle logging out.Mike Christie2007-08-231-7/+15
* fix tmf mtask leakMike Christie2007-08-161-0/+1
* grab eh_mutex during host resetMike Christie2007-08-161-2/+5
* Do not block the session on logoutMike Christie2007-08-161-65/+72
* Fix locking bug in eh abortMike Christie2007-08-151-0/+1
* must check leadconn under session lockMike Christie2007-08-151-3/+2
* add device reset support and fix some scsi eh bugs.Mike Christie2007-08-141-206/+304
* must release session lock on early stop conn exitMike Christie2007-08-131-1/+3
* fix DefaultTime2Wait handling and fix libiscsi null ptr ref.Mike Christie2007-08-131-0/+8
* fix eh_abort ctask accessMike Christie2007-08-021-7/+6
* fix cmd seqeunce number checkingMike Christie2007-07-261-21/+25
* libiscsi: make sure session is not blocked when removing hoMike Christie2007-07-261-0/+1
* Support bind by hw address or netdev (ip address is temp disabled because tar...mnc2007-05-301-0/+11
* make can_queue and cmd_per_lun settable in node dbmnc2007-04-241-1/+27
* the cmsdn handling does not look quite right compared to the RFC, so this use...mnc2007-04-241-53/+56
* the r2t and queue command handling could cause a nop to sit in the mgmt fifo ...mnc2007-04-241-7/+17
* regression from previous patchmnc2007-04-241-22/+35
* we cannot allocate cmdsn from the queuecommand and mgmttask init context then...mnc2007-04-241-207/+156
* clean up state machine bugs where we partially send a digest but then recalcu...mnc2007-04-241-1/+1
* - Remove shadow of request length from struct iscsi_cmd_task. - change all us...mnc2007-04-241-5/+4
* from boaz: This patch fixes handling of expected datasn/r2tsn as received fro...mnc2007-04-241-2/+3
* again with the root boot stuff :) For root boot, the user may not be using a ...mnc2007-04-241-0/+40
* For now we are not going to be able to settle on a way to force each iscsi st...mnc2007-04-241-0/+12
* export session's or hba's hw address from kernelmnc2007-04-241-0/+40
* from Boaz: add compat patches for 2.6.16 to 2.6.19. And modify Makefile so pa...mnc2007-03-011-39/+39
* from Boaz: roll back kernel module to r751 whereso that we have one source tr...mnc2007-03-011-0/+1995
* 2.6.20 adds several compat problems due to kernel API changes. This ci moves ...mnc2007-01-081-1995/+0
* we overflow the senselen int when we swap it around and we swap it around on ...mnc2006-12-171-3/+3
* used patm's script to cleanup trailing whitespacemnc2006-11-261-1/+1
* Some messages from debug_scsi do not have trailing newlines, making console m...mnc2006-11-061-4/+5
* add support for logout and session/connection dropped aensmnc2006-10-311-2/+2
* fix shutdown. This fixes the problem where iscsid had 256 hardcoded in the de...mnc2006-10-311-2/+23
* fix connection creation unwindmnc2006-10-051-30/+8
* from bhalevy@gmail.com: It looks like change 652 to libiscsi.c added some dea...mnc2006-10-041-2/+0
* revert part of refcount patch. We do not need to cleanup the task in the main...mnc2006-08-261-5/+4
* when the scsi eh sends a tur, if the session is transitionion then we could r...mnc2006-08-261-5/+22
* only check burst lengths if immediate data is yes or if initial r2t is nomnc2006-08-241-1/+2
* fix several bugs in padding and digest xmitmnc2006-08-221-6/+31