aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libiscsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-26[SCSI] libiscsi: Added new boot entries in the session sysfsEddie Wai1-0/+18
2013-04-11[SCSI] libiscsi: avoid unnecessary multiple NULL assignmentsMasatake YAMATO1-1/+0
2013-04-11[SCSI] libiscsi: export function iscsi_switch_str_paramAdheer Chandravanshi1-1/+2
2012-02-19[SCSI] libiscsi: fix cmd timeout/completion raceMike Christie1-10/+10
2012-02-19[SCSI] libiscsi_tcp: fix max_r2t manipulationMike Christie1-1/+1
2012-02-19[SCSI] libiscsi: Added support to show targetalias in sysfsVikas Chaudhary1-0/+6
2011-10-31scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker1-0/+1
2011-08-27[SCSI] libiscsi: don't bugon when if user sets markersMike Christie1-9/+0
2011-07-25iscsi: Add Serial Number Arithmetic LT and GT into iscsi_proto.hNicholas Bellinger1-16/+0
2011-07-25iscsi: Use struct scsi_lun in iscsi structs instead of u8[8]Andy Grover1-7/+7
2011-07-25iscsi: Resolve iscsi_proto.h naming conflicts with drivers/target/iscsiNicholas Bellinger1-3/+3
2011-02-24[SCSI] libiscsi: add helper to convert addr to stringMike Christie1-3/+41
2010-12-31[SCSI] libiscsi: use bh locking instead of irq with session lockMike Christie1-8/+6
2010-12-31[SCSI] libiscsi: do not take host lock in queuecommandMike Christie1-23/+14
2010-12-31[SCSI] libiscsi: add more informative failure message during iscsi scsi ehMike Christie1-5/+5
2010-12-21[SCSI] bnx2i: Added fix for NOP-Out response panic from unsolicited NOP-InEddie Wai1-1/+2
2010-11-16SCSI host lock push-downJeff Garzik1-1/+3
2010-05-02[SCSI] libiscsi: regression: fix header digest errorsMike Christie1-1/+1
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds1-2/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-27[SCSI] libiscsi: Fix recovery slowdown regressionMike Christie1-2/+3
2010-03-03[SCSI] libiscsi: Make iscsi_eh_target_reset start with session resetJayamohan Kallickal1-4/+19
2010-02-17[SCSI] libiscsi: reset cmd timer if cmds are making progressMike Christie1-4/+49
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-7/+7
2009-12-22kfifo: cleanup namespaceStefani Seibold1-7/+7
2009-12-22kfifo: move out spinlockStefani Seibold1-1/+1
2009-12-22kfifo: move struct kfifo in placeStefani Seibold1-14/+8
2009-12-04[SCSI] libiscsi: hook into ramp up/down handlingMike Christie1-3/+12
2009-12-04[SCSI] libiscsi: add warm target reset tmf supportMike Christie1-72/+179
2009-12-04[SCSI] libiscsi: Check TMF state before sending PDUMike Christie1-12/+101
2009-12-04[SCSI] libiscsi: fix login/text checks in pdu injection codeMike Christie1-6/+15
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie1-1/+4
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