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