aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla4xxx (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-03drivers/scsi/: Spelling fixesJoe Perches2-2/+2
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley1-1/+0
2008-01-28[ETH]: Combine format_addr() with print_mac().Michael Chan1-13/+1
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori1-7/+4
2008-01-11[SCSI] libiscsi: fix shutdownMike Christie2-6/+5
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-19Change struct marker usersMathieu Desnoyers2-2/+2
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-1/+1
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori1-0/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1