summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla4xxx: fix spelling mistake: "Tempalate" -> "Template"Colin Ian King2017-04-271-1/+1
* scsi: stex: make S6flag staticColin Ian King2017-04-271-1/+1
* scsi: mac_esp: fix to pass correct device identity to free_irq()Wei Yongjun2017-04-271-1/+1
* scsi: aacraid: pci_alloc_consistent() failures on ARM64Mahesh Rajashekhara2017-04-276-31/+35
* scsi: ufs: make ufshcd_get_lists_status() register operation obviousTomohiro Kusumi2017-04-272-10/+5
* scsi: ufs: use MASK_EE_STATUSTomohiro Kusumi2017-04-271-2/+2
* scsi: mac_esp: Replace bogus memory barrier with spinlockFinn Thain2017-04-251-10/+23
* scsi: fcoe: make fcoe_e_d_tov and fcoe_r_a_tov staticColin Ian King2017-04-251-2/+2
* scsi: sd_zbc: Do not write lock zones for resetDamien Le Moal2017-04-251-26/+16
* scsi: sd_zbc: Remove superfluous assignmentsBart Van Assche2017-04-251-3/+1
* scsi: sd: sd_zbc: Rename sd_zbc_setup_write_cmndDamien Le Moal2017-04-253-15/+11
* scsi: Improve scsi_get_sense_info_fldDamien Le Moal2017-04-252-25/+17
* scsi: sd: Cleanup sd_done sense data handlingChristoph Hellwig2017-04-251-10/+9
* scsi: sd: Improve sd_completed_bytesDamien Le Moal2017-04-252-24/+32
* scsi: sd: Fix function descriptionsDamien Le Moal2017-04-251-15/+14
* scsi: mpt3sas: remove redundant wmbSinan Kaya2017-04-251-2/+0
* scsi: mpt: Move scsi_remove_host() out of mptscsih_remove_host()Hannes Reinecke2017-04-253-4/+15
* scsi: sg: reset 'res_in_use' after unlinking reserved arrayHannes Reinecke2017-04-251-0/+2
* scsi: mvumi: remove code handling zero scsi_sg_count(scmd) caseAlexey Khoroshilov2017-04-251-59/+26
* scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency"Colin Ian King2017-04-251-1/+1
* scsi: pmcraid: use normal copy_from_userArnd Bergmann2017-04-251-33/+7
* scsi: pmcraid: fix minor sparse warningsArnd Bergmann2017-04-251-3/+3
* scsi: pmcraid: fix endianess sparse annotationsArnd Bergmann2017-04-252-52/+51
* scsi: pmcraid: use __iomem pointers for ioctl argumentArnd Bergmann2017-04-251-28/+16
* 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-202-4/+7
* 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