aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla4xxx (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-28[SCSI] qla4xxx: Update driver version to 5.02.00-k2Vikas Chaudhary1-1/+1
2010-07-28[SCSI] iscsi_transport: added new iscsi_param to display target alias in sysfsVikas Chaudhary2-1/+9
2010-07-28[SCSI] qla4xxx: wait for device_ready before device discoveryKaren Higgins1-3/+3
2010-07-28[SCSI] qla4xxx: replace all dev_info, dev_warn, dev_err with ql4_printkVikas Chaudhary4-61/+63
2010-07-28[SCSI] qla4xxx: Added support for ISP82XXVikas Chaudhary15-357/+4600
2010-07-27[SCSI] qla4xxx: Handle one H/W Interrupt at a timeRavi Anand1-1/+1
2010-07-27[SCSI] qla4xxx: Fix the freeing of the buffer allocated for DMAPrasanna Mumbai2-21/+32
2010-07-27[SCSI] qla4xxx: correct return status in function qla4xxx_fw_readyVikas Chaudhary1-0/+1
2010-07-27[SCSI] qla4xxx: unblock iscsi session after setting ddb state online.Vikas Chaudhary1-0/+1
2010-07-27[SCSI] qla4xxx: set driver ddb state correctly in process_ddb_changedVikas Chaudhary1-1/+4
2010-05-18[SCSI] Merge scsi-misc-2.6 into scsi-rc-fixes-2.6James Bottomley9-220/+756
2010-05-02[SCSI] qla4xxx: Update driver version to 5.02.00-k1Vikas Chaudhary1-2/+1
2010-05-02[SCSI] qla4xxx: added support for abort task management commandVikas Chaudhary6-9/+124
2010-05-02[SCSI] qla4xxx: correct use of cmd->host_scribbleVikas Chaudhary3-9/+13
2010-05-02[SCSI] qla4xxx: do not retry login to CHAP auth failed targetsVikas Chaudhary3-43/+94
2010-05-02[SCSI] qla4xxx: Updated firmware ready timeout algorithmVikas Chaudhary1-9/+11
2010-05-02[SCSI] qla4xxx: Code Clean up - remove "marker_needed"Vikas Chaudhary1-2/+1
2010-05-02[SCSI] qla4xxx: set device state as per Link UP and LINK DOWNVikas Chaudhary4-7/+70
2010-05-02[SCSI] qla4xxx: added IPv6 support.Vikas Chaudhary4-142/+445
2010-04-22scsi: fix operator precedence warningRandy Dunlap1-1/+1
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-02-17[SCSI] qla4xxx: fix compile warning due to invalid extHwConfigMike Christie1-8/+6
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar1-2/+2
2009-09-05[SCSI] qla4xxx: Removed residual from overrun debug printMike Christie1-4/+4
2009-07-30[SCSI] qla4xxx: Remove hiwat code so scsi eh does not get escalated when we can make progressKaren Higgins3-85/+60
2009-07-30[SCSI] qla4xxx: Fix srb lookup in qla4xxx_eh_device_resetKaren Higgins1-3/+1
2009-07-30[SCSI] qla4xxx: Fix Driver Fault Recovery CompletionKaren Higgins1-10/+9
2009-07-30[SCSI] qla4xxx: add timeout handlerMike Christie1-0/+17
2009-07-30[SCSI] qla4xxx: Correct Extended Sense Data ErrorsKaren Higgins5-54/+122
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-01-25[SCSI] qla4xxx: do not reuse session when connecting to different target portMike Christie2-2/+9
2009-01-06trivial: Fix misspelling of "firmware" in ql4_mbx.cNick Andrew1-1/+1
2008-10-31drivers: replace NIPQUAD()Harvey Harrison1-2/+1
2008-10-13[SCSI] libiscsi: Support drivers initiating session removalMike Christie1-1/+1
2008-10-13[SCSI] iscsi class, libiscsi and qla4xxx: convert to new transport host byte valuesMike Christie1-2/+2
2008-10-13[SCSI] qla4xxx: return SCSI_MLQUEUE_TARGET_BUSY when driver has detected session errorMike Christie1-1/+1
2008-10-09block: unify request timeout handlingJens Axboe1-2/+2
2008-07-26[SCSI] qla4xxx: fix queue depth settingMike Christie1-1/+3
2008-07-12[SCSI] iscsi: remove session/conn_data_size from iscsi_transportMike Christie1-4/+3
2008-07-12[SCSI] iscsi: remove session and host binding in libiscsiMike Christie1-1/+0
2008-04-07[SCSI] qla4xxx: fix scsi command completion, lun reset and target reset codeDavid C Somayajulu5-53/+26
2008-04-07[SCSI] qla4xxx: Add target reset functionalityMike Christie4-19/+105
2008-03-05[SCSI] qla4xxx: regression - add start scan calloutMike Christie1-12/+14
2008-03-05[SCSI] qla4xxx: fix host reset dpc raceMike Christie2-5/+10
2008-02-22[SCSI] qla4xxx: fix up residual handlingDavid Somayajulu1-2/+1
2008-02-07[SCSI] qla4xxx: add async scan supportMike Christie1-1/+3
2008-02-07[SCSI] qla4xxx: fix recovery timer and session unblock raceMike Christie1-8/+11
2008-02-07[SCSI] qla4xxx: use iscsi class session state check readyMike Christie1-0/+12
2008-02-07[SCSI] qla4xxx: directly call iscsi recovery functionsMike Christie2-36/+5