summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libiscsi.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] libiscsi: iscsi_session_setup to allow for private spaceJayamohan Kallickal2009-10-021-2/+4
* [SCSI] libiscsi, bnx2i: make bound ep check commonMike Christie2009-09-121-0/+33
* [SCSI] libiscsi: add completion function for drivers that do not need pdu pro...Mike Christie2009-09-121-5/+33
* [SCSI] libiscsi, iscsi_tcp: check suspend bit before each call to xmit_taskMike Christie2009-09-051-9/+10
* [SCSI] libiscsi: handle immediate command rejectionsMike Christie2009-09-051-19/+87
* [SCSI] libiscsi: don't increment cmdsn if cmd is not sentMike Christie2009-09-051-2/+3
* [SCSI] libiscsi: disable bh in and abort handler.Mike Christie2009-07-301-2/+2
* libiscsi: add conn and scsi eh log debug flagsErez Zilber2009-06-211-44/+65
* libiscsi: don't run scsi eh if iscsi task is making progressMike Christie2009-06-211-13/+49
* [SCSI] libiscsi: add debug printks for iscsi command completion pathMike Christie2009-05-231-1/+10
* [SCSI] libiscsi: add task aborted stateMike Christie2009-05-231-25/+35
* [SCSI] libiscsi: check if iscsi host has work queue before queueing workMike Christie2009-05-231-10/+11
* [SCSI] libiscsi: don't let io sit in queue when session has failedMike Christie2009-05-231-9/+6
* [SCSI] libiscsi: handle cleanup task racesMike Christie2009-05-231-109/+116
* [SCSI] libiscsi: fix iscsi transport checks to account for slower linksMike Christie2009-05-231-9/+29
* [SCSI] libiscsi: fix nop response/reply and session cleanup raceMike Christie2009-05-231-3/+8
* [SCSI] libiscsi: have iscsi_data_in_rsp call iscsi_update_cmdsnMike Christie2009-05-231-0/+1
* [SCSI] libiscsi: export iscsi_itt_to_task for bnx2iMike Christie2009-05-231-1/+2
* [SCSI] libiscsi: handle param allocation failuresMike Christie2009-05-231-75/+33
* [SCSI] libiscsi: check of LLD has a alloc pdu callout.Mike Christie2009-05-231-7/+12
* [SCSI] cxgb3i, iser, iscsi_tcp: set target can queueMike Christie2009-04-271-0/+10
* [SCSI] libiscsi: fix iscsi pool error pathJean Delvare2009-04-031-1/+3
* [SCSI] libiscsi: fix possbile null ptr session command cleanupMike Christie2009-03-131-2/+5
* [SCSI] libiscsi: pass session failure a session structMike Christie2009-03-131-3/+2
* [SCSI] iscsi lib: remove qdepth param from iscsi host allocationMike Christie2009-03-131-7/+4
* [SCSI] iscsi lib: have lib create work queue for transmitting IOMike Christie2009-03-131-9/+36
* [SCSI] libiscsi: don't cap queue depth in iscsi modulesMike Christie2009-03-131-8/+1
* [SCSI] libiscsi: replace scsi_debug logging with session/conn loggingMike Christie2009-03-131-61/+103
* [SCSI] libiscsi: fix iscsi pool error pathJean Delvare2009-03-131-3/+2
* [SCSI] libiscsi: Fix scsi command timeout oops in iscsi_eh_timed_outMike Christie2009-02-101-1/+2
* [SCSI] libiscsi: fix iscsi pool leakMike Christie2009-01-251-0/+1
* [SCSI] libiscsi: handle init task failures.Mike Christie2008-12-291-2/+2
* [SCSI] libiscsi: pass opcode into alloc_pdu calloutMike Christie2008-12-291-7/+7
* [SCSI] libiscsi: allow drivers to modify the itt sent to the targetMike Christie2008-12-291-13/+34
* [SCSI] libiscsi: change login data buffer allocationMike Christie2008-12-291-2/+4
* [SCSI] libiscsi: prepare libiscsi for new offload engines by modifying unsol ...Mike Christie2008-12-291-61/+122
* [SCSI] libiscsi REGRESSION: fix passthrough support with older iscsi toolsMike Christie2008-12-031-6/+5
* libiscsi: fix locking in iscsi_eh_device_resetMike Christie2008-10-131-7/+2
* libiscsi: check reason why we are stopping iscsi session to determine error v...Mike Christie2008-10-131-1/+1
* [SCSI] libiscsi: rename host reset to target resetMike Christie2008-10-131-5/+5
* [SCSI] libiscsi: Support drivers initiating session removalMike Christie2008-10-131-8/+99
* [SCSI] libiscsi: fix data corruption when target has to resend data-in packetsMike Christie2008-10-131-6/+35
* [SCSI] iscsi class, libiscsi and qla4xxx: convert to new transport host byte ...Mike Christie2008-10-131-3/+5
* [SCSI] libiscsi: Use SCSI_MLQUEUE_TARGET_BUSYMike Christie2008-10-131-5/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-10-101-1/+1
|\
| * [SCSI] libiscsi: return error passed in during iscsi recoveryMike Christie2008-10-031-1/+1
* | block: unify request timeout handlingJens Axboe2008-10-091-8/+9
|/
* [SCSI] libiscsi, iscsi_tcp, ib_iser: fix setting of can_queue with old tools.Mike Christie2008-07-121-0/+6
* [SCSI] scsi: use get_unaligned_* helpersHarvey Harrison2008-07-121-1/+1
* [SCSI] libiscsi, iser, tcp: remove recv_lockMike Christie2008-07-121-66/+86