summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-20dmx3191d: Use NO_IRQFinn Thain1-17/+8
2014-11-20ncr5380: Drop legacy scsi.h includeFinn Thain14-111/+105
2014-11-20ncr5380: Remove *_RELEASE macrosFinn Thain17-69/+0
2014-11-20ncr5380: Remove pointless compiler command line override macrosFinn Thain6-58/+20
2014-11-20ncr5380: Move static PDMA spin counters to host dataFinn Thain5-27/+26
2014-11-20ncr5380: Cleanup host info() methodsFinn Thain21-320/+134
2014-11-20ncr5380: Remove NCR5380_STATSFinn Thain5-252/+0
2014-11-20ncr5380: Fix SCSI_IRQ_NONE bugsFinn Thain10-48/+66
2014-11-20ncr5380: Remove duplicate commentsFinn Thain12-195/+1
2014-11-20ncr5380: Remove redundant AUTOSENSE macroFinn Thain14-69/+3
2014-11-20ncr5380: Cleanup TAG_NEXT and TAG_NONE macrosFinn Thain4-51/+27
2014-11-20ncr5380: Remove more useless prototypesFinn Thain7-61/+50
2014-11-20ncr5380: Remove useless prototypesFinn Thain11-51/+11
2014-11-20ncr5380: Remove unused macrosFinn Thain10-38/+1
2014-11-20ncr5380: Fix compiler warnings and __setup optionsFinn Thain3-3/+26
2014-11-20ncr5380: Remove unused hostdata fieldsFinn Thain5-41/+4
2014-11-20ncr5380: Use printk() not pr_debug()Finn Thain1-1/+2
2014-11-20Fnic: Fnic Driver crashed with NULL pointer referenceHiral Shah2-4/+19
2014-11-20Fnic: For Standalone C series, "sending VLAN request" message seen even if th...Hiral Shah2-1/+6
2014-11-20Fnic: Improper resue of exchange IdsHiral Shah2-1/+12
2014-11-20Fnic: Memcopy only mimumum of data or trace bufferHiral Shah2-3/+3
2014-11-20Fnic: Not probing all the vNICS via fnic_probe on bootHiral Shah2-3/+12
2014-11-12bnx2fc: fix an error code in _bnx2fc_create()Dan Carpenter1-0/+1
2014-11-12bnx2fc: check IS_ERR() instead of NULLDan Carpenter1-1/+1
2014-11-12IB/srp: Fix a race condition triggered by destroying a queue pairBart Van Assche2-9/+52
2014-11-12IB/srp: Add multichannel supportBart Van Assche3-81/+235
2014-11-12IB/srp: Use block layer tagsBart Van Assche2-24/+27
2014-11-12IB/srp: Separate target and channel variablesBart Van Assche2-335/+403
2014-11-12IB/srp: Introduce two new srp_target_port member variablesBart Van Assche2-17/+26
2014-11-12IB/srp: Avoid that I/O hangs due to a cable pull during LUN scanningBart Van Assche2-9/+52
2014-11-12IB/srp: Remove stale connection retry mechanismBart Van Assche1-13/+3
2014-11-12IB/srp: Move ib_destroy_cm_id() call into srp_free_ch_ib()Bart Van Assche1-5/+6
2014-11-12qla2xxx: remove redundant declaration in 'qla_gbl.h'Chen Gang2-3/+1
2014-11-12ipr: set coherent DMA maskAnton Blanchard1-5/+6
2014-11-12ipr: convert to generic DMA APIAnton Blanchard2-50/+53
2014-11-12vmw_pvscsi: fixup taggingHannes Reinecke1-4/+0
2014-11-12scsi_debug: error message should say scsi_host_alloc not scsi_registerFinn Thain1-1/+1
2014-11-12tmscim: remove unused SCSI_IRQ_NONE macro definitionFinn Thain1-2/+0
2014-11-12ufs: remove spurious scsi_set_tag_type callChristoph Hellwig1-1/+0
2014-11-12scsi: don't force tagged_supported in driversChristoph Hellwig6-29/+1
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig57-260/+120
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig33-168/+86
2014-11-12scsi: remove use_blk_tcq Scsi_Host fieldChristoph Hellwig1-1/+0
2014-11-12mptfusion: don't change queue type in ->change_queue_depthChristoph Hellwig1-6/+1
2014-11-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig19-311/+56
2014-11-12scsi: remove ordered_tag host template fieldChristoph Hellwig3-12/+0
2014-11-12scsi: remove ordered_tags scsi_device fieldChristoph Hellwig11-81/+25
2014-11-12scsi: add new scsi-command flag for tagged commandsChristoph Hellwig9-20/+22
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig19-228/+42
2014-11-12scsi: handle more device handler setup/teardown in common codeChristoph Hellwig6-167/+88