summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
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-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 Hellwig49-225/+105
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig27-94/+76
2014-11-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig16-277/+54
2014-11-12scsi: remove ordered_tag host template fieldChristoph Hellwig1-1/+0
2014-11-12scsi: remove ordered_tags scsi_device fieldChristoph Hellwig7-55/+22
2014-11-12scsi: add new scsi-command flag for tagged commandsChristoph Hellwig3-8/+13
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig15-188/+38
2014-11-12scsi: handle more device handler setup/teardown in common codeChristoph Hellwig5-166/+87
2014-11-12scsi: device handlers must have attach and detach methodsChristoph Hellwig1-12/+13
2014-11-12scsi: remove struct scsi_dh_devlistChristoph Hellwig3-6/+12
2014-11-12scsi: use container_of to get at device handler private dataChristoph Hellwig4-60/+37
2014-11-12scsi_dh: get module reference outside of device handlerChristoph Hellwig5-25/+22
2014-11-12scsi_dh_hp_sw: fix return value on failed allocationChristoph Hellwig1-1/+1
2014-11-12sd: disable discard_zeroes_data for UNMAPMartin K. Petersen1-4/+6
2014-11-12scsi: return EAGAIN when resetting a device under EHChristoph Hellwig1-1/+1
2014-11-12osst: call scsi_set_medium_removal directlyChristoph Hellwig1-7/+6
2014-11-12st: call scsi_set_medium_removal directlyChristoph Hellwig1-7/+6
2014-11-12sd: fix up ->compat_ioctlChristoph Hellwig1-20/+8
2014-11-12scsi: split scsi_nonblockable_ioctlChristoph Hellwig7-72/+47
2014-11-12scsi: refactor scsi_reset_provider handlingChristoph Hellwig3-103/+40
2014-11-12scsi: add support for multiple hardware queuesBart Van Assche1-1/+1
2014-11-12scsi: ratelimit I/O error messagesHannes Reinecke1-12/+20
2014-11-12scsi: correct return values for .eh_abort_handler implementationsHannes Reinecke6-18/+18
2014-11-12scsi: document scsi_try_to_abort_cmdHannes Reinecke1-3/+21
2014-11-12scsi: use shost argument in scsi_eh_prt_fail_statsHannes Reinecke1-1/+1
2014-11-12scsi: fixup logging messages in scsi_error.cHannes Reinecke2-42/+39
2014-11-12scsi: simplify scsi_log_(send|completion)Hannes Reinecke4-43/+55