summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-12-14119-3857/+5015
|\
| * scsi: qla4xxx: switch to pci_alloc_irq_vectorsChristoph Hellwig2016-12-074-98/+37
| * scsi: hisi_sas: support deferred probe for v2 hwJohn Garry2016-12-071-0/+12
| * scsi: megaraid_sas: switch to pci_alloc_irq_vectorsHannes Reinecke2016-12-072-41/+38
| * scsi: scsi_devinfo: remove synchronous ALUA for NETAPP devicesXose Vazquez Perez2016-12-071-2/+0
| * scsi: be2iscsi: set errno on error pathPan Bian2016-12-051-1/+3
| * scsi: be2iscsi: set errno on error pathPan Bian2016-12-051-1/+3
| * scsi: hpsa: fallback to use legacy REPORT PHYS commandHannes Reinecke2016-12-051-2/+26
| * scsi: scsi_dh_alua: Fix RCU annotationsBart Van Assche2016-12-051-7/+9
| * scsi: hpsa: use %phN for short hex dumpsRasmus Villemoes2016-12-051-27/+13
| * scsi: hisi_sas: fix free'ing in probe and removeXiaofei Tan2016-12-051-9/+14
| * scsi: isci: switch to pci_alloc_irq_vectorsChristoph Hellwig2016-12-012-14/+10
| * scsi: ipr: Fix runaway IRQs when falling back from MSI to LSIBenjamin Herrenschmidt2016-11-301-0/+1
| * scsi: dpt_i2o: double free on error pathDan Carpenter2016-11-301-1/+0
| * scsi: cxlflash: Migrate scsi command pointer to AFU commandMatthew R. Ochs2016-11-303-6/+7
| * scsi: cxlflash: Migrate IOARRIN specific routines to function pointersMatthew R. Ochs2016-11-302-10/+14
| * scsi: cxlflash: Cleanup queuecommand()Matthew R. Ochs2016-11-301-30/+20
| * scsi: cxlflash: Cleanup send_tmf()Matthew R. Ochs2016-11-301-15/+7
| * scsi: cxlflash: Remove AFU command lockMatthew R. Ochs2016-11-302-38/+16
| * scsi: cxlflash: Wait for active AFU commands to timeout upon tear downMatthew R. Ochs2016-11-302-1/+6
| * scsi: cxlflash: Remove private command poolMatthew R. Ochs2016-11-302-75/+0
| * scsi: cxlflash: Use cmd_size for private commandsMatthew R. Ochs2016-11-302-54/+25
| * scsi: cxlflash: Allocate memory instead of using command pool for AFU syncMatthew R. Ochs2016-11-301-13/+12
| * scsi: cxlflash: Remove unused buffer from AFU commandMatthew R. Ochs2016-11-302-27/+2
| * scsi: lpfc: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder2016-11-301-5/+2
| * scsi: storvsc: Payload buffer incorrectly sized for 32 bit kernels.Cathy Avery2016-11-301-2/+2
| * scsi: cxgb4i: Add a missing call to neigh_releaseQuentin Lambert2016-11-301-1/+1
| * scsi: cxlflash: Avoid command room violationUma Krishnan2016-11-302-50/+20
| * scsi: cxlflash: Improve context_reset() logicUma Krishnan2016-11-301-18/+5
| * scsi: cxlflash: Fix crash in cxlflash_restore_luntable()Uma Krishnan2016-11-301-0/+6
| * scsi: cxlflash: Set sg_tablesize to 1 instead of SG_NONEUma Krishnan2016-11-301-1/+1
| * scsi: ufs: fix default power mode to FAST/SLOWsubhashj@codeaurora.org2016-11-291-4/+4
| * scsi: ufs: optimize system suspend handlingsubhashj@codeaurora.org2016-11-291-9/+6
| * scsi: ufs: fix condition in which DME command failure msg is printed outYaniv Gardi2016-11-291-5/+6
| * scsi: ufs: handle errors from PHY_ADAPTER_ERROR registerDolev Raviv2016-11-292-0/+12
| * scsi: ufs: issue link starup 2 times if device isn't activesubhashj@codeaurora.org2016-11-291-3/+20
| * scsi: ufs: ensure that host pa_tactivate is higher than devicesubhashj@codeaurora.org2016-11-293-0/+86
| * scsi: ufs: increase the scsi query response timeoutsubhashj@codeaurora.org2016-11-291-11/+2
| * scsi: ufs: fix failure to read the string descriptorsubhashj@codeaurora.org2016-11-291-9/+31
| * scsi: ufs: update device descriptor maximum sizeYaniv Gardi2016-11-291-1/+1
| * scsi: ufs: add index details to query error messagesYaniv Gardi2016-11-291-6/+7
| * scsi: ufs: add queries retry mechanismDolev Raviv2016-11-291-9/+45
| * scsi: dpt_i2o: Add a missing call to kfreeQuentin Lambert2016-11-291-1/+3
| * scsi: isci: Add a missing call to pci_unmap_biosromQuentin Lambert2016-11-291-0/+1
| * scsi: isci: avoid array subscript warningArnd Bergmann2016-11-291-0/+3
| * scsi: hisi_sas: shift vs compare typosDan Carpenter2016-11-291-6/+6
| * scsi: aic94xx: Add a missing call to kfreeQuentin Lambert2016-11-291-1/+4
| * scsi: hpsa: add 'ctlr_num' sysfs attributeHannes Reinecke2016-11-291-0/+13
| * scsi: hpsa: use correct DID_NO_CONNECT hostbyteHannes Reinecke2016-11-291-1/+1
| * scsi: srp_transport: Move queuecommand() wait code to SCSI coreBart Van Assche2016-11-292-37/+45