summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* ncr5380: Remove NCR5380_STATSFinn Thain2014-11-205-252/+0
* ncr5380: Fix SCSI_IRQ_NONE bugsFinn Thain2014-11-2010-48/+66
* ncr5380: Remove duplicate commentsFinn Thain2014-11-2012-195/+1
* ncr5380: Remove redundant AUTOSENSE macroFinn Thain2014-11-2014-69/+3
* ncr5380: Cleanup TAG_NEXT and TAG_NONE macrosFinn Thain2014-11-204-51/+27
* ncr5380: Remove more useless prototypesFinn Thain2014-11-207-61/+50
* ncr5380: Remove useless prototypesFinn Thain2014-11-2011-51/+11
* ncr5380: Remove unused macrosFinn Thain2014-11-2010-38/+1
* ncr5380: Fix compiler warnings and __setup optionsFinn Thain2014-11-203-3/+26
* ncr5380: Remove unused hostdata fieldsFinn Thain2014-11-205-41/+4
* ncr5380: Use printk() not pr_debug()Finn Thain2014-11-201-1/+2
* Fnic: Fnic Driver crashed with NULL pointer referenceHiral Shah2014-11-202-4/+19
* Fnic: For Standalone C series, "sending VLAN request" message seen even if th...Hiral Shah2014-11-202-1/+6
* Fnic: Improper resue of exchange IdsHiral Shah2014-11-202-1/+12
* Fnic: Memcopy only mimumum of data or trace bufferHiral Shah2014-11-202-3/+3
* Fnic: Not probing all the vNICS via fnic_probe on bootHiral Shah2014-11-202-3/+12
* bnx2fc: fix an error code in _bnx2fc_create()Dan Carpenter2014-11-121-0/+1
* bnx2fc: check IS_ERR() instead of NULLDan Carpenter2014-11-121-1/+1
* qla2xxx: remove redundant declaration in 'qla_gbl.h'Chen Gang2014-11-122-3/+1
* ipr: set coherent DMA maskAnton Blanchard2014-11-121-5/+6
* ipr: convert to generic DMA APIAnton Blanchard2014-11-122-50/+53
* vmw_pvscsi: fixup taggingHannes Reinecke2014-11-121-4/+0
* scsi_debug: error message should say scsi_host_alloc not scsi_registerFinn Thain2014-11-121-1/+1
* tmscim: remove unused SCSI_IRQ_NONE macro definitionFinn Thain2014-11-121-2/+0
* ufs: remove spurious scsi_set_tag_type callChristoph Hellwig2014-11-121-1/+0
* scsi: don't force tagged_supported in driversChristoph Hellwig2014-11-126-29/+1
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-1249-225/+105
* scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-1227-94/+76
* scsi: remove abuses of scsi_populate_tagChristoph Hellwig2014-11-1216-277/+54
* scsi: remove ordered_tag host template fieldChristoph Hellwig2014-11-121-1/+0
* scsi: remove ordered_tags scsi_device fieldChristoph Hellwig2014-11-127-55/+22
* scsi: add new scsi-command flag for tagged commandsChristoph Hellwig2014-11-123-8/+13
* scsi: provide a generic change_queue_type methodChristoph Hellwig2014-11-1215-188/+38
* scsi: handle more device handler setup/teardown in common codeChristoph Hellwig2014-11-125-166/+87
* scsi: device handlers must have attach and detach methodsChristoph Hellwig2014-11-121-12/+13
* scsi: remove struct scsi_dh_devlistChristoph Hellwig2014-11-123-6/+12
* scsi: use container_of to get at device handler private dataChristoph Hellwig2014-11-124-60/+37
* scsi_dh: get module reference outside of device handlerChristoph Hellwig2014-11-125-25/+22
* scsi_dh_hp_sw: fix return value on failed allocationChristoph Hellwig2014-11-121-1/+1
* sd: disable discard_zeroes_data for UNMAPMartin K. Petersen2014-11-121-4/+6
* scsi: return EAGAIN when resetting a device under EHChristoph Hellwig2014-11-121-1/+1
* osst: call scsi_set_medium_removal directlyChristoph Hellwig2014-11-121-7/+6
* st: call scsi_set_medium_removal directlyChristoph Hellwig2014-11-121-7/+6
* sd: fix up ->compat_ioctlChristoph Hellwig2014-11-121-20/+8
* scsi: split scsi_nonblockable_ioctlChristoph Hellwig2014-11-127-72/+47
* scsi: refactor scsi_reset_provider handlingChristoph Hellwig2014-11-123-103/+40
* scsi: add support for multiple hardware queuesBart Van Assche2014-11-121-1/+1
* scsi: ratelimit I/O error messagesHannes Reinecke2014-11-121-12/+20
* scsi: correct return values for .eh_abort_handler implementationsHannes Reinecke2014-11-126-18/+18
* scsi: document scsi_try_to_abort_cmdHannes Reinecke2014-11-121-3/+21
OpenPOWER on IntegriCloud