summaryrefslogtreecommitdiff
path: root/drivers/scsi/libiscsi.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker2011-10-311-0/+1
* [SCSI] libiscsi: don't bugon when if user sets markersMike Christie2011-08-271-9/+0
* iscsi: Add Serial Number Arithmetic LT and GT into iscsi_proto.hNicholas Bellinger2011-07-251-16/+0
* iscsi: Use struct scsi_lun in iscsi structs instead of u8[8]Andy Grover2011-07-251-7/+7
* iscsi: Resolve iscsi_proto.h naming conflicts with drivers/target/iscsiNicholas Bellinger2011-07-251-3/+3
* [SCSI] libiscsi: add helper to convert addr to stringMike Christie2011-02-241-3/+41
* [SCSI] libiscsi: use bh locking instead of irq with session lockMike Christie2010-12-311-8/+6
* [SCSI] libiscsi: do not take host lock in queuecommandMike Christie2010-12-311-23/+14
* [SCSI] libiscsi: add more informative failure message during iscsi scsi ehMike Christie2010-12-311-5/+5
* [SCSI] bnx2i: Added fix for NOP-Out response panic from unsolicited NOP-InEddie Wai2010-12-211-1/+2
* SCSI host lock push-downJeff Garzik2010-11-161-1/+3
* [SCSI] libiscsi: regression: fix header digest errorsMike Christie2010-05-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2010-04-051-2/+3
|\
| * [SCSI] libiscsi: Fix recovery slowdown regressionMike Christie2010-03-271-2/+3
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* [SCSI] libiscsi: Make iscsi_eh_target_reset start with session resetJayamohan Kallickal2010-03-031-4/+19
* [SCSI] libiscsi: reset cmd timer if cmds are making progressMike Christie2010-02-171-4/+49
* kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold2009-12-221-7/+7
* kfifo: cleanup namespaceStefani Seibold2009-12-221-7/+7
* kfifo: move out spinlockStefani Seibold2009-12-221-1/+1
* kfifo: move struct kfifo in placeStefani Seibold2009-12-221-14/+8
* [SCSI] libiscsi: hook into ramp up/down handlingMike Christie2009-12-041-3/+12
* [SCSI] libiscsi: add warm target reset tmf supportMike Christie2009-12-041-72/+179
* [SCSI] libiscsi: Check TMF state before sending PDUMike Christie2009-12-041-12/+101
* [SCSI] libiscsi: fix login/text checks in pdu injection codeMike Christie2009-12-041-6/+15
* [SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie2009-12-041-1/+4
* [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