aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
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-15block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig2-13/+2
2018-11-14SCSI: fix queue cleanup race before queue initialization is doneMing Lei1-0/+8
2018-11-10fnic: fix fnic_scsi_host_{start,end}_tagChristoph Hellwig1-2/+2
2018-11-09scsi: return blk_status_t from device handler ->prep_fnChristoph Hellwig5-37/+24
2018-11-09scsi: return blk_status_t from scsi_init_io and ->init_commandChristoph Hellwig5-83/+75
2018-11-09scsi: clean up error handling in scsi_init_ioChristoph Hellwig1-8/+7
2018-11-09scsi: push blk_status_t up into scsi_setup_{fs,scsi}_cmndChristoph Hellwig1-21/+24
2018-11-09scsi: simplify scsi_prep_state_checkChristoph Hellwig1-54/+48
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-08scsi: ufs: Fix hynix ufs bug with quirk on hi36xx SoCWei Li3-0/+17
2018-11-08scsi: qla2xxx: Timeouts occur on surprise removal of QLogic adapterBill Kuzeja1-2/+8
2018-11-07blk-mq: abstract out queue mapJens Axboe4-5/+8
2018-11-07block: kill request ->cpu memberJens Axboe3-15/+3
2018-11-07block: remove __blk_put_request()Jens Axboe5-6/+6
2018-11-07bsg: convert to use blk-mqJens Axboe1-24/+35
2018-11-07bsg: provide bsg_remove_queue() helperJens Axboe4-14/+4
2018-11-07bsg: pass in desired timeout handlerJens Axboe4-8/+7
2018-11-07scsi: kill off the legacy IO pathJens Axboe14-650/+70
2018-11-07scsi: provide mq_ops->busy() hookJens Axboe1-0/+6
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