summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: pmcraid: fix lock imbalance in pmcraid_reset_reload()Christoph Hellwig2017-04-241-31/+28
* scsi: sas: move scsi_remove_host call into sas_remove_hostJohannes Thumshirn2017-04-217-8/+6
* scsi: BusLogic: fix incorrect spelling of adatper_reset_reqColin Ian King2017-04-212-4/+12
* scsi: bfa: use designated initializersKees Cook2017-04-211-10/+21
* scsi: aic7xxx: fix order of arguments in function prototypeColin Ian King2017-04-201-2/+2
* scsi: bfa: remove bfa_module_s madnessChristoph Hellwig2017-04-205-298/+108
* scsi: qedi: qedf: Use designated initializersKees Cook2017-04-202-2/+2
* scsi: storvsc: Add support for FC rport.Cathy Avery2017-04-201-5/+18
* scsi: scsi_transport_fc: Add dummy initiator role to rportCathy Avery2017-04-201-4/+6
* scsi: virtio_scsi: Always try to read VPD pagesDavid Gibson2017-04-201-0/+24
* scsi: lpfc: fix potential buffer overflow.Maurizio Lombardi2017-04-191-2/+2
* scsi: cxgb4i: update module descriptionVarun Prakash2017-04-191-1/+1
* scsi: fc: remove redundant check of an unsigned long being less than zeroColin Ian King2017-04-191-1/+1
* scsi: ibmvfc: don't check for failure from mempool_alloc()NeilBrown2017-04-191-6/+0
* scsi: storvsc: remove return at end of void functionMiguel Bernal Marin2017-04-141-2/+0
* scsi: storvsc: Prefer kcalloc over kzalloc with multiplyMiguel Bernal Marin2017-04-141-1/+1
* scsi: cxlflash: Introduce hardware queue steeringMatthew R. Ochs2017-04-142-6/+126
* scsi: cxlflash: Add hardware queues attributeMatthew R. Ochs2017-04-142-16/+106
* scsi: cxlflash: Support multiple hardware queuesUma Krishnan2017-04-143-164/+309
* scsi: cxlflash: Improve asynchronous interrupt processingMatthew R. Ochs2017-04-141-52/+42
* scsi: cxlflash: Fix warnings/errorsMatthew R. Ochs2017-04-144-50/+57
* scsi: cxlflash: Fix power-of-two validationsMatthew R. Ochs2017-04-142-6/+2
* scsi: cxlflash: Remove unnecessary DMA mappingMatthew R. Ochs2017-04-141-13/+2
* scsi: cxlflash: Fence EEH during probeMatthew R. Ochs2017-04-143-7/+28
* scsi: cxlflash: Support up to 4 portsMatthew R. Ochs2017-04-142-4/+80
* scsi: cxlflash: SISlite updates to support 4 portsMatthew R. Ochs2017-04-143-57/+141
* scsi: cxlflash: Hide FC internals behind common access routineMatthew R. Ochs2017-04-143-41/+61
* scsi: cxlflash: Remove port configuration assumptionsMatthew R. Ochs2017-04-147-45/+72
* scsi: cxlflash: Support dynamic number of FC portsMatthew R. Ochs2017-04-145-32/+51
* scsi: cxlflash: Update sysfs helper routines to pass config structureMatthew R. Ochs2017-04-141-12/+12
* scsi: cxlflash: Implement IRQ polling for RRQ processingMatthew R. Ochs2017-04-142-4/+127
* scsi: cxlflash: Serialize RRQ access and support offlevel processingMatthew R. Ochs2017-04-142-7/+37
* scsi: cxlflash: Separate RRQ processing from the RRQ interrupt handlerMatthew R. Ochs2017-04-141-6/+21
* scsi: snic: fix spelling mistake: "Cann't" -> "Cannot"Colin Ian King2017-04-141-1/+1
* scsi: hisi_sas: controller reset for multi-bits ECC and AXI fatal errorsXiang Chen2017-04-121-37/+56
* scsi: hisi_sas: fix NULL deference when TMF timeoutsJohn Garry2017-04-121-27/+33
* scsi: hisi_sas: add v2 hw internal abort timeout workaroundJohn Garry2017-04-123-10/+55
* scsi: hisi_sas: workaround SoC about abort timeout bugXiaofei Tan2017-04-121-1/+126
* scsi: hisi_sas: workaround a SoC SATA IO processing bugXiaofei Tan2017-04-122-13/+72
* scsi: hisi_sas: workaround STP link SoC bugXiaofei Tan2017-04-122-1/+60
* scsi: libfc: directly call ELS request handlersJohannes Thumshirn2017-04-121-11/+9
* scsi: sg: close race condition in sg_remove_sfp_usercontext()Hannes Reinecke2017-04-121-2/+10
* scsi: sg: use standard lists for sg_requestsHannes Reinecke2017-04-121-86/+61
* scsi: sg: check for valid direction before starting the requestJohannes Thumshirn2017-04-121-12/+34
* scsi: sg: protect accesses to 'reserved' page arrayHannes Reinecke2017-04-121-20/+25
* scsi: sg: remove 'save_scat_len'Hannes Reinecke2017-04-121-2/+0
* scsi: sg: disable SET_FORCE_LOW_DMAHannes Reinecke2017-04-121-21/+9
* scsi: qla2xxx: remove some redundant pointer assignmentsColin Ian King2017-04-121-6/+0
* scsi: qla4xxx: drop redundant init_completionNicholas Mc Guire2017-04-061-1/+0
* scsi: make asynchronous aborts mandatoryHannes Reinecke2017-04-063-77/+9