aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-04-21scsi: BusLogic: fix incorrect spelling of adatper_reset_reqColin Ian King2-4/+12
2017-04-21scsi: bfa: use designated initializersKees Cook1-10/+21
2017-04-19scsi: aic7xxx: fix order of arguments in function prototypeColin Ian King1-2/+2
2017-04-19scsi: bfa: remove bfa_module_s madnessChristoph Hellwig5-298/+108
2017-04-19scsi: qedi: qedf: Use designated initializersKees Cook2-2/+2
2017-04-19scsi: storvsc: Add support for FC rport.Cathy Avery1-5/+18
2017-04-19scsi: scsi_transport_fc: Add dummy initiator role to rportCathy Avery2-4/+7
2017-04-19scsi: virtio_scsi: Always try to read VPD pagesDavid Gibson1-0/+24
2017-04-18scsi: lpfc: fix potential buffer overflow.Maurizio Lombardi1-2/+2
2017-04-18scsi: cxgb4i: update module descriptionVarun Prakash1-1/+1
2017-04-18scsi: fc: remove redundant check of an unsigned long being less than zeroColin Ian King1-1/+1
2017-04-18scsi: ibmvfc: don't check for failure from mempool_alloc()NeilBrown1-6/+0
2017-04-13scsi: storvsc: remove return at end of void functionMiguel Bernal Marin1-2/+0
2017-04-13scsi: storvsc: Prefer kcalloc over kzalloc with multiplyMiguel Bernal Marin1-1/+1
2017-04-13scsi: cxlflash: Introduce hardware queue steeringMatthew R. Ochs2-6/+126
2017-04-13scsi: cxlflash: Add hardware queues attributeMatthew R. Ochs2-16/+106
2017-04-13scsi: cxlflash: Support multiple hardware queuesUma Krishnan3-164/+309
2017-04-13scsi: cxlflash: Improve asynchronous interrupt processingMatthew R. Ochs1-52/+42
2017-04-13scsi: cxlflash: Fix warnings/errorsMatthew R. Ochs4-50/+57
2017-04-13scsi: cxlflash: Fix power-of-two validationsMatthew R. Ochs2-6/+2
2017-04-13scsi: cxlflash: Remove unnecessary DMA mappingMatthew R. Ochs1-13/+2
2017-04-13scsi: cxlflash: Fence EEH during probeMatthew R. Ochs3-7/+28
2017-04-13scsi: cxlflash: Support up to 4 portsMatthew R. Ochs2-4/+80
2017-04-13scsi: cxlflash: SISlite updates to support 4 portsMatthew R. Ochs3-57/+141
2017-04-13scsi: cxlflash: Hide FC internals behind common access routineMatthew R. Ochs3-41/+61
2017-04-13scsi: cxlflash: Remove port configuration assumptionsMatthew R. Ochs8-45/+77
2017-04-13scsi: cxlflash: Support dynamic number of FC portsMatthew R. Ochs5-32/+51
2017-04-13scsi: cxlflash: Update sysfs helper routines to pass config structureMatthew R. Ochs1-12/+12
2017-04-13scsi: cxlflash: Implement IRQ polling for RRQ processingMatthew R. Ochs2-4/+127
2017-04-13scsi: cxlflash: Serialize RRQ access and support offlevel processingMatthew R. Ochs2-7/+37
2017-04-13scsi: cxlflash: Separate RRQ processing from the RRQ interrupt handlerMatthew R. Ochs1-6/+21
2017-04-13scsi: snic: fix spelling mistake: "Cann't" -> "Cannot"Colin Ian King1-1/+1
2017-04-11scsi: hisi_sas: controller reset for multi-bits ECC and AXI fatal errorsXiang Chen1-37/+56
2017-04-11scsi: hisi_sas: fix NULL deference when TMF timeoutsJohn Garry1-27/+33
2017-04-11scsi: hisi_sas: add v2 hw internal abort timeout workaroundJohn Garry3-10/+55
2017-04-11scsi: hisi_sas: workaround SoC about abort timeout bugXiaofei Tan1-1/+126
2017-04-11scsi: hisi_sas: workaround a SoC SATA IO processing bugXiaofei Tan2-13/+72
2017-04-11scsi: hisi_sas: workaround STP link SoC bugXiaofei Tan2-1/+60
2017-04-11scsi: libfc: directly call ELS request handlersJohannes Thumshirn1-11/+9
2017-04-11scsi: sg: close race condition in sg_remove_sfp_usercontext()Hannes Reinecke1-2/+10
2017-04-11scsi: sg: use standard lists for sg_requestsHannes Reinecke1-86/+61
2017-04-11scsi: sg: check for valid direction before starting the requestJohannes Thumshirn1-12/+34
2017-04-11scsi: sg: protect accesses to 'reserved' page arrayHannes Reinecke1-20/+25
2017-04-11scsi: sg: remove 'save_scat_len'Hannes Reinecke1-2/+0
2017-04-11scsi: sg: disable SET_FORCE_LOW_DMAHannes Reinecke2-22/+9
2017-04-11scsi: qla2xxx: remove some redundant pointer assignmentsColin Ian King1-6/+0
2017-04-06scsi: qla4xxx: drop redundant init_completionNicholas Mc Guire1-1/+0
2017-04-06scsi: make asynchronous aborts mandatoryHannes Reinecke5-94/+15
2017-04-06scsi: make scsi_eh_scmd_add() always succeedHannes Reinecke3-31/+16
2017-04-06scsi: make eh_eflags persistentHannes Reinecke4-11/+10