index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-15
scsi: libsas: Remove pcidev reference
John Garry
1
-1
/
+1
2018-11-15
scsi: libsas: Drop SAS_DPRINTK() and revise logs levels
John Garry
9
-236
/
+207
2018-11-15
scsi: libsas: Drop sas_printk()
John Garry
4
-20
/
+16
2018-11-15
scsi: libsas: Use pr_fmt(fmt)
John Garry
3
-3
/
+15
2018-11-15
scsi: libsas: Delete sas_dump.{c, h}
John Garry
4
-94
/
+0
2018-11-15
scsi: hisi_sas: change the time of SAS SSP connection
Xiang Chen
1
-1
/
+1
2018-11-15
scsi: hisi_sas: Relocate some codes to avoid an unused check
Xiang Chen
1
-21
/
+23
2018-11-15
scsi: hisi_sas: Add support for interrupt coalescing for v3 hw
Xiang Chen
2
-0
/
+102
2018-11-15
scsi: hisi_sas: Add support for interrupt converge for v3 hw
Xiang Chen
1
-5
/
+24
2018-11-15
scsi: hisi_sas: Create separate host attributes per HBA
Xiang Chen
5
-10
/
+18
2018-11-15
scsi: wd719x: always use generic DMA API
Christoph Hellwig
1
-15
/
+17
2018-11-15
scsi: wd719x: use per-command private data
Christoph Hellwig
2
-57
/
+42
2018-11-15
scsi: wd719x: there should be no active SCBs on removal
Christoph Hellwig
1
-3
/
+2
2018-11-15
scsi: sym53c8xx: use dma_set_mask
Christoph Hellwig
1
-2
/
+2
2018-11-15
scsi: stex: use dma_set_mask_and_coherent
Christoph Hellwig
1
-14
/
+3
2018-11-15
scsi: mvumi: use dma_set_mask
Christoph Hellwig
1
-1
/
+1
2018-11-15
scsi: lpfc: use dma_set_mask_and_coherent
Christoph Hellwig
1
-24
/
+10
2018-11-15
scsi: isci: use dma_set_mask_and_coherent
Christoph Hellwig
1
-15
/
+4
2018-11-15
scsi: initio: use dma_set_mask
Christoph Hellwig
1
-1
/
+1
2018-11-15
scsi: hptiop: use dma_set_mask
Christoph Hellwig
1
-5
/
+5
2018-11-15
scsi: hisi_sas: use dma_set_mask_and_coherent
Christoph Hellwig
1
-8
/
+5
2018-11-15
scsi: esas2r: use dma_set_mask_and_coherent
Christoph Hellwig
1
-35
/
+14
2018-11-15
scsi: dpt_i2o: use dma_set_mask
Christoph Hellwig
1
-6
/
+6
2018-11-15
scsi: bfa: use dma_set_mask_and_coherent
Christoph Hellwig
1
-11
/
+7
2018-11-15
scsi: arcmsr: use dma_set_mask
Christoph Hellwig
1
-4
/
+4
2018-11-15
block: don't hold the queue_lock over blk_abort_request
Christoph Hellwig
2
-13
/
+2
2018-11-14
SCSI: fix queue cleanup race before queue initialization is done
Ming Lei
1
-0
/
+8
2018-11-10
fnic: fix fnic_scsi_host_{start,end}_tag
Christoph Hellwig
1
-2
/
+2
2018-11-09
scsi: return blk_status_t from device handler ->prep_fn
Christoph Hellwig
5
-37
/
+24
2018-11-09
scsi: return blk_status_t from scsi_init_io and ->init_command
Christoph Hellwig
5
-83
/
+75
2018-11-09
scsi: clean up error handling in scsi_init_io
Christoph Hellwig
1
-8
/
+7
2018-11-09
scsi: push blk_status_t up into scsi_setup_{fs,scsi}_cmnd
Christoph Hellwig
1
-21
/
+24
2018-11-09
scsi: simplify scsi_prep_state_check
Christoph Hellwig
1
-54
/
+48
2018-11-09
scsi: ufs: Add UFS platform driver for Cadence UFS
Janek Kotas
3
-0
/
+158
2018-11-09
scsi: ufs: set the device reference clock setting
Subhash Jadavani
3
-0
/
+99
2018-11-08
scsi: ufs: Fix hynix ufs bug with quirk on hi36xx SoC
Wei Li
3
-0
/
+17
2018-11-08
scsi: qla2xxx: Timeouts occur on surprise removal of QLogic adapter
Bill Kuzeja
1
-2
/
+8
2018-11-07
blk-mq: abstract out queue map
Jens Axboe
4
-5
/
+8
2018-11-07
block: kill request ->cpu member
Jens Axboe
3
-15
/
+3
2018-11-07
block: remove __blk_put_request()
Jens Axboe
5
-6
/
+6
2018-11-07
bsg: convert to use blk-mq
Jens Axboe
1
-24
/
+35
2018-11-07
bsg: provide bsg_remove_queue() helper
Jens Axboe
4
-14
/
+4
2018-11-07
bsg: pass in desired timeout handler
Jens Axboe
4
-8
/
+7
2018-11-07
scsi: kill off the legacy IO path
Jens Axboe
14
-650
/
+70
2018-11-07
scsi: provide mq_ops->busy() hook
Jens Axboe
1
-0
/
+6
2018-11-06
scsi: pmcraid: use generic DMA API
Christoph Hellwig
1
-43
/
+36
2018-11-06
scsi: pmcraid: don't allocate a dma coherent buffer for sense data
Christoph Hellwig
1
-16
/
+8
2018-11-06
scsi: pmcraid: simplify pmcraid_cancel_all a bit
Christoph Hellwig
1
-7
/
+6
2018-11-06
scsi: qla2xxx: use lower_32_bits and upper_32_bits instead of reinventing them
Christoph Hellwig
2
-12
/
+4
2018-11-06
scsi: qla1280: properly handle 64-bit DMA
Christoph Hellwig
1
-4
/
+1
[prev]
[next]