summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-11-30scsi: ipr: Fix runaway IRQs when falling back from MSI to LSIBenjamin Herrenschmidt1-0/+1
2016-11-30scsi: dpt_i2o: double free on error pathDan Carpenter1-1/+0
2016-11-30scsi: cxlflash: Migrate scsi command pointer to AFU commandMatthew R. Ochs3-6/+7
2016-11-30scsi: cxlflash: Migrate IOARRIN specific routines to function pointersMatthew R. Ochs2-10/+14
2016-11-30scsi: cxlflash: Cleanup queuecommand()Matthew R. Ochs1-30/+20
2016-11-30scsi: cxlflash: Cleanup send_tmf()Matthew R. Ochs1-15/+7
2016-11-30scsi: cxlflash: Remove AFU command lockMatthew R. Ochs2-38/+16
2016-11-30scsi: cxlflash: Wait for active AFU commands to timeout upon tear downMatthew R. Ochs2-1/+6
2016-11-30scsi: cxlflash: Remove private command poolMatthew R. Ochs2-75/+0
2016-11-30scsi: cxlflash: Use cmd_size for private commandsMatthew R. Ochs2-54/+25
2016-11-30scsi: cxlflash: Allocate memory instead of using command pool for AFU syncMatthew R. Ochs1-13/+12
2016-11-30scsi: cxlflash: Remove unused buffer from AFU commandMatthew R. Ochs2-27/+2
2016-11-30scsi: lpfc: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder1-5/+2
2016-11-30scsi: storvsc: Payload buffer incorrectly sized for 32 bit kernels.Cathy Avery1-2/+2
2016-11-30scsi: cxgb4i: Add a missing call to neigh_releaseQuentin Lambert1-1/+1
2016-11-30scsi: cxlflash: Avoid command room violationUma Krishnan2-50/+20
2016-11-30scsi: cxlflash: Improve context_reset() logicUma Krishnan1-18/+5
2016-11-30scsi: cxlflash: Fix crash in cxlflash_restore_luntable()Uma Krishnan1-0/+6
2016-11-30scsi: cxlflash: Set sg_tablesize to 1 instead of SG_NONEUma Krishnan1-1/+1
2016-11-29scsi: ufs: fix default power mode to FAST/SLOWsubhashj@codeaurora.org1-4/+4
2016-11-29scsi: ufs: optimize system suspend handlingsubhashj@codeaurora.org1-9/+6
2016-11-29scsi: ufs: fix condition in which DME command failure msg is printed outYaniv Gardi1-5/+6
2016-11-29scsi: ufs: handle errors from PHY_ADAPTER_ERROR registerDolev Raviv2-0/+12
2016-11-29scsi: ufs: issue link starup 2 times if device isn't activesubhashj@codeaurora.org1-3/+20
2016-11-29scsi: ufs: ensure that host pa_tactivate is higher than devicesubhashj@codeaurora.org3-0/+86
2016-11-29scsi: ufs: increase the scsi query response timeoutsubhashj@codeaurora.org1-11/+2
2016-11-29scsi: ufs: fix failure to read the string descriptorsubhashj@codeaurora.org1-9/+31
2016-11-29scsi: ufs: update device descriptor maximum sizeYaniv Gardi1-1/+1
2016-11-29scsi: ufs: add index details to query error messagesYaniv Gardi1-6/+7
2016-11-29scsi: ufs: add queries retry mechanismDolev Raviv1-9/+45
2016-11-29scsi: dpt_i2o: Add a missing call to kfreeQuentin Lambert1-1/+3
2016-11-29scsi: isci: Add a missing call to pci_unmap_biosromQuentin Lambert1-0/+1
2016-11-29scsi: isci: avoid array subscript warningArnd Bergmann1-0/+3
2016-11-29scsi: hisi_sas: shift vs compare typosDan Carpenter1-6/+6
2016-11-29scsi: aic94xx: Add a missing call to kfreeQuentin Lambert1-1/+4
2016-11-29scsi: hpsa: add 'ctlr_num' sysfs attributeHannes Reinecke1-0/+13
2016-11-29scsi: hpsa: use correct DID_NO_CONNECT hostbyteHannes Reinecke1-1/+1
2016-11-29scsi: srp_transport: Move queuecommand() wait code to SCSI coreBart Van Assche2-37/+45
2016-11-25scsi: libfc: Remove an unneeded conditionDan Carpenter1-1/+0
2016-11-25scsi: ufs: Add missing UFS_MASK macro definitionSantosh Y1-0/+2
2016-11-25scsi: hisi_sas: add PHY set linkrate support for v1 and v2 hwXiang Chen4-2/+103
2016-11-25scsi: hisi_sas: use atomic64_t for hisi_sas_device.running_reqJohn Garry4-9/+10
2016-11-25scsi: hisi_sas: check SATA FIS when directly attaching SATA deviceXiang Chen1-0/+10
2016-11-25scsi: hisi_sas: modify some values in get_ata_protocol()Xiang Chen1-2/+12
2016-11-25scsi: hisi_sas: delete repeated configuration in free_device_v2_hw()Xiang Chen1-2/+0
2016-11-25scsi: hisi_sas: modify return value of hisi_sas_query_task()Xiang Chen1-0/+3
2016-11-25scsi: hisi_sas: replace WARN_ON() with dev_warn() for internal abortXiang Chen1-1/+2
2016-11-25scsi: hisi_sas: fix port form bug in hisi_sas_port_notify_formed()Xiang Chen1-1/+1
2016-11-25scsi: hisi_sas: only process broadcast change in phy_bcast_v2_hw()Xiang Chen1-1/+7
2016-11-25scsi: hisi_sas: alloc queue id of slot according to device idXiang Chen4-41/+30