aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-15scsi: zfcp: move scsi_eh & non-ERP timeout defines owned by and local to zfcp_fsf.cSteffen Maier2-8/+7
2018-11-15scsi: zfcp: drop unnecessary forward prototype for struct zfcp_reqlistSteffen Maier1-3/+1
2018-11-15scsi: zfcp: move SG table helper from aux to fc and make them staticSteffen Maier2-45/+45
2018-11-15scsi: zfcp: remove unnecessary null pointer check before mempool_destroyzhong jiang1-14/+7
2018-11-15scsi: libsas: Remove pcidev referenceJohn Garry1-1/+1
2018-11-15scsi: libsas: Drop SAS_DPRINTK() and revise logs levelsJohn Garry9-236/+207
2018-11-15scsi: libsas: Drop sas_printk()John Garry4-20/+16
2018-11-15scsi: libsas: Use pr_fmt(fmt)John Garry3-3/+15
2018-11-15scsi: libsas: Delete sas_dump.{c, h}John Garry4-94/+0
2018-11-15scsi: hisi_sas: change the time of SAS SSP connectionXiang Chen1-1/+1
2018-11-15scsi: hisi_sas: Relocate some codes to avoid an unused checkXiang Chen1-21/+23
2018-11-15scsi: hisi_sas: Add support for interrupt coalescing for v3 hwXiang Chen2-0/+102
2018-11-15scsi: hisi_sas: Add support for interrupt converge for v3 hwXiang Chen1-5/+24
2018-11-15scsi: hisi_sas: Create separate host attributes per HBAXiang Chen5-10/+18
2018-11-15scsi: wd719x: always use generic DMA APIChristoph Hellwig1-15/+17
2018-11-15scsi: wd719x: use per-command private dataChristoph Hellwig2-57/+42
2018-11-15scsi: wd719x: there should be no active SCBs on removalChristoph Hellwig1-3/+2
2018-11-15scsi: sym53c8xx: use dma_set_maskChristoph Hellwig1-2/+2
2018-11-15scsi: stex: use dma_set_mask_and_coherentChristoph Hellwig1-14/+3
2018-11-15scsi: mvumi: use dma_set_maskChristoph Hellwig1-1/+1
2018-11-15scsi: lpfc: use dma_set_mask_and_coherentChristoph Hellwig1-24/+10
2018-11-15scsi: isci: use dma_set_mask_and_coherentChristoph Hellwig1-15/+4
2018-11-15scsi: initio: use dma_set_maskChristoph Hellwig1-1/+1
2018-11-15scsi: hptiop: use dma_set_maskChristoph Hellwig1-5/+5
2018-11-15scsi: hisi_sas: use dma_set_mask_and_coherentChristoph Hellwig1-8/+5
2018-11-15scsi: esas2r: use dma_set_mask_and_coherentChristoph Hellwig1-35/+14
2018-11-15scsi: dpt_i2o: use dma_set_maskChristoph Hellwig1-6/+6
2018-11-15scsi: bfa: use dma_set_mask_and_coherentChristoph Hellwig1-11/+7
2018-11-15scsi: arcmsr: use dma_set_maskChristoph Hellwig1-4/+4
2018-11-09scsi: ufs: Add UFS platform driver for Cadence UFSJanek Kotas3-0/+158
2018-11-09scsi: ufs: set the device reference clock settingSubhash Jadavani3-0/+99
2018-11-06scsi: pmcraid: use generic DMA APIChristoph Hellwig1-43/+36
2018-11-06scsi: pmcraid: don't allocate a dma coherent buffer for sense dataChristoph Hellwig1-16/+8
2018-11-06scsi: pmcraid: simplify pmcraid_cancel_all a bitChristoph Hellwig1-7/+6
2018-11-06scsi: qla2xxx: use lower_32_bits and upper_32_bits instead of reinventing themChristoph Hellwig2-12/+4
2018-11-06scsi: qla1280: properly handle 64-bit DMAChristoph Hellwig1-4/+1
2018-11-06scsi: qla1280: use lower_32_bits and upper_32_bits instead of reinventing themChristoph Hellwig1-27/+20
2018-11-06scsi: ips: properly handle 64-bit DMAChristoph Hellwig2-7/+1
2018-11-06scsi: ips: use lower_32_bits and upper_32_bits instead of reinventing themChristoph Hellwig2-6/+3
2018-11-06scsi: qla4xxx: remvoe unnecessary condition check for mempool_destroy()Chengguang Xu1-3/+1
2018-11-06scsi: qla4xxx: remove unnecessary condition check for dma_pool_destroy()Chengguang Xu1-4/+2
2018-11-06scsi: lpfc: update driver version to 12.0.0.8James Smart1-1/+1
2018-11-06scsi: lpfc: add Trunking supportJames Smart12-0/+474
2018-11-06scsi: lpfc: Implement GID_PT on Nameserver query to support faster failoverJames Smart9-4/+275
2018-11-06scsi: lpfc: Correct loss of fc4 type on remote port address changeJames Smart2-6/+26
2018-11-06scsi: lpfc: Fix odd recovery in duplicate FLOGIs in point-to-pointJames Smart3-12/+64
2018-11-06scsi: lpfc: Correct LCB RJT handlingJames Smart1-0/+3
2018-11-06scsi: lpfc: fcoe: Fix link down issue after 1000+ link bouncesJames Smart5-10/+26
2018-11-06scsi: lpfc: Correct errors accessing fw logJames Smart1-39/+25
2018-11-06scsi: lpfc: Reset link or adapter instead of doing infinite nameserver PLOGI retryJames Smart2-1/+83