| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: cxlflash: Migrate scsi command pointer to AFU command | Matthew R. Ochs | 2016-11-30 | 3 | -6/+7 |
* | scsi: cxlflash: Migrate IOARRIN specific routines to function pointers | Matthew R. Ochs | 2016-11-30 | 2 | -10/+14 |
* | scsi: cxlflash: Cleanup queuecommand() | Matthew R. Ochs | 2016-11-30 | 1 | -30/+20 |
* | scsi: cxlflash: Cleanup send_tmf() | Matthew R. Ochs | 2016-11-30 | 1 | -15/+7 |
* | scsi: cxlflash: Remove AFU command lock | Matthew R. Ochs | 2016-11-30 | 2 | -38/+16 |
* | scsi: cxlflash: Wait for active AFU commands to timeout upon tear down | Matthew R. Ochs | 2016-11-30 | 2 | -1/+6 |
* | scsi: cxlflash: Remove private command pool | Matthew R. Ochs | 2016-11-30 | 2 | -75/+0 |
* | scsi: cxlflash: Use cmd_size for private commands | Matthew R. Ochs | 2016-11-30 | 2 | -54/+25 |
* | scsi: cxlflash: Allocate memory instead of using command pool for AFU sync | Matthew R. Ochs | 2016-11-30 | 1 | -13/+12 |
* | scsi: cxlflash: Remove unused buffer from AFU command | Matthew R. Ochs | 2016-11-30 | 2 | -27/+2 |
* | scsi: lpfc: Replace pci_pool_alloc by pci_pool_zalloc | Souptick Joarder | 2016-11-30 | 1 | -5/+2 |
* | scsi: storvsc: Payload buffer incorrectly sized for 32 bit kernels. | Cathy Avery | 2016-11-30 | 1 | -2/+2 |
* | scsi: cxgb4i: Add a missing call to neigh_release | Quentin Lambert | 2016-11-30 | 1 | -1/+1 |
* | scsi: cxlflash: Avoid command room violation | Uma Krishnan | 2016-11-30 | 2 | -50/+20 |
* | scsi: cxlflash: Improve context_reset() logic | Uma Krishnan | 2016-11-30 | 1 | -18/+5 |
* | scsi: cxlflash: Fix crash in cxlflash_restore_luntable() | Uma Krishnan | 2016-11-30 | 1 | -0/+6 |
* | scsi: cxlflash: Set sg_tablesize to 1 instead of SG_NONE | Uma Krishnan | 2016-11-30 | 1 | -1/+1 |
* | scsi: ufs: fix default power mode to FAST/SLOW | subhashj@codeaurora.org | 2016-11-29 | 1 | -4/+4 |
* | scsi: ufs: optimize system suspend handling | subhashj@codeaurora.org | 2016-11-29 | 1 | -9/+6 |
* | scsi: ufs: fix condition in which DME command failure msg is printed out | Yaniv Gardi | 2016-11-29 | 1 | -5/+6 |
* | scsi: ufs: handle errors from PHY_ADAPTER_ERROR register | Dolev Raviv | 2016-11-29 | 2 | -0/+12 |
* | scsi: ufs: issue link starup 2 times if device isn't active | subhashj@codeaurora.org | 2016-11-29 | 1 | -3/+20 |
* | scsi: ufs: ensure that host pa_tactivate is higher than device | subhashj@codeaurora.org | 2016-11-29 | 3 | -0/+86 |
* | scsi: ufs: increase the scsi query response timeout | subhashj@codeaurora.org | 2016-11-29 | 1 | -11/+2 |
* | scsi: ufs: fix failure to read the string descriptor | subhashj@codeaurora.org | 2016-11-29 | 1 | -9/+31 |
* | scsi: ufs: update device descriptor maximum size | Yaniv Gardi | 2016-11-29 | 1 | -1/+1 |
* | scsi: ufs: add index details to query error messages | Yaniv Gardi | 2016-11-29 | 1 | -6/+7 |
* | scsi: ufs: add queries retry mechanism | Dolev Raviv | 2016-11-29 | 1 | -9/+45 |
* | scsi: dpt_i2o: Add a missing call to kfree | Quentin Lambert | 2016-11-29 | 1 | -1/+3 |
* | scsi: isci: Add a missing call to pci_unmap_biosrom | Quentin Lambert | 2016-11-29 | 1 | -0/+1 |
* | scsi: isci: avoid array subscript warning | Arnd Bergmann | 2016-11-29 | 1 | -0/+3 |
* | scsi: hisi_sas: shift vs compare typos | Dan Carpenter | 2016-11-29 | 1 | -6/+6 |
* | scsi: aic94xx: Add a missing call to kfree | Quentin Lambert | 2016-11-29 | 1 | -1/+4 |
* | scsi: hpsa: add 'ctlr_num' sysfs attribute | Hannes Reinecke | 2016-11-29 | 1 | -0/+13 |
* | scsi: hpsa: use correct DID_NO_CONNECT hostbyte | Hannes Reinecke | 2016-11-29 | 1 | -1/+1 |
* | scsi: srp_transport: Move queuecommand() wait code to SCSI core | Bart Van Assche | 2016-11-29 | 2 | -37/+45 |
* | scsi: libfc: Remove an unneeded condition | Dan Carpenter | 2016-11-25 | 1 | -1/+0 |
* | scsi: ufs: Add missing UFS_MASK macro definition | Santosh Y | 2016-11-25 | 1 | -0/+2 |
* | scsi: hisi_sas: add PHY set linkrate support for v1 and v2 hw | Xiang Chen | 2016-11-25 | 4 | -2/+103 |
* | scsi: hisi_sas: use atomic64_t for hisi_sas_device.running_req | John Garry | 2016-11-25 | 4 | -9/+10 |
* | scsi: hisi_sas: check SATA FIS when directly attaching SATA device | Xiang Chen | 2016-11-25 | 1 | -0/+10 |
* | scsi: hisi_sas: modify some values in get_ata_protocol() | Xiang Chen | 2016-11-25 | 1 | -2/+12 |
* | scsi: hisi_sas: delete repeated configuration in free_device_v2_hw() | Xiang Chen | 2016-11-25 | 1 | -2/+0 |
* | scsi: hisi_sas: modify return value of hisi_sas_query_task() | Xiang Chen | 2016-11-25 | 1 | -0/+3 |
* | scsi: hisi_sas: replace WARN_ON() with dev_warn() for internal abort | Xiang Chen | 2016-11-25 | 1 | -1/+2 |
* | scsi: hisi_sas: fix port form bug in hisi_sas_port_notify_formed() | Xiang Chen | 2016-11-25 | 1 | -1/+1 |
* | scsi: hisi_sas: only process broadcast change in phy_bcast_v2_hw() | Xiang Chen | 2016-11-25 | 1 | -1/+7 |
* | scsi: hisi_sas: alloc queue id of slot according to device id | Xiang Chen | 2016-11-25 | 4 | -41/+30 |
* | scsi: hisi_sas: add v2 hw support for ECC and AXI bus fatal error | Xiang Chen | 2016-11-25 | 1 | -5/+420 |
* | scsi: pmcraid: Add missing resource releases | Quentin Lambert | 2016-11-22 | 1 | -3/+7 |