aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-15scsi: core: set result when the command cannot be dispatchedJaesoo Lee1-1/+5
2019-03-19scsi: core: Avoid that a kernel warning appears during system resumeBart Van Assche1-2/+4
2019-03-19scsi: core: Also call destroy_rcu_head() for passthrough requestsBart Van Assche1-1/+8
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-62/+5
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2019-02-27scsi: kill command serial numberHannes Reinecke1-1/+0
2019-02-27scsi: core: Avoid that system resume triggers a kernel warningBart Van Assche1-1/+0
2019-02-15scsi: core: reset host byte in DID_NEXUS_FAILURE caseMartin Wilck1-0/+1
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei1-1/+1
2019-02-12scsi: core: Move resid from scsi_data_buffer to scsi_cmndBart Van Assche1-1/+0
2019-02-05scsi: stop setting up request->specialChristoph Hellwig1-3/+0
2019-02-05scsi: remove bidirectional command supportChristoph Hellwig1-56/+4
2019-01-22scsi: core: Remove an atomic instruction from the hot pathBart Van Assche1-1/+1
2019-01-22scsi: communicate max segment size to the DMA mapping codeChristoph Hellwig1-2/+2
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+2
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig1-3/+0
2018-12-18scsi: introduce a max_segment_size host_template parametersChristoph Hellwig1-1/+2
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+1
2018-11-26scsi: Do not rely on blk-mq for double completionsKeith Busch1-1/+12
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe1-0/+7
2018-11-14SCSI: fix queue cleanup race before queue initialization is doneMing Lei1-0/+8
2018-11-09scsi: return blk_status_t from device handler ->prep_fnChristoph Hellwig1-15/+3
2018-11-09scsi: return blk_status_t from scsi_init_io and ->init_commandChristoph Hellwig1-22/+23
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-07blk-mq: abstract out queue mapJens Axboe1-1/+1
2018-11-07scsi: kill off the legacy IO pathJens Axboe1-561/+42
2018-11-07scsi: provide mq_ops->busy() hookJens Axboe1-0/+6
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+3
2018-10-15scsi: core: Allow state transitions from OFFLINE to BLOCKEDHannes Reinecke1-0/+1
2018-09-26block, scsi: Change the preempt-only flag into a counterBart Van Assche1-4/+7
2018-09-17scsi: core: remove unnecessary unlikely()Igor Stoppa1-2/+2
2018-08-27Revert "scsi: core: avoid host-wide host_busy counter for scsi_mq"Ming Lei1-17/+6
2018-08-27Revert "scsi: core: fix scsi_host_queue_ready"Ming Lei1-1/+1
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-172/+233
2018-08-08scsi: core: use blk_mq_run_hw_queues in scsi_kick_queueJianchao Wang1-1/+1
2018-08-02scsi: Check sense buffer size at build timeKees Cook1-3/+3
2018-07-02scsi: core: fix scsi_host_queue_readyMing Lei1-1/+1
2018-06-26scsi: core: avoid host-wide host_busy counter for scsi_mqMing Lei1-6/+17
2018-06-26scsi: core: check for equality of result byte valuesJohannes Thumshirn1-2/+2
2018-06-26scsi: core: scsi_io_completion convert BUGs to WARNsDouglas Gilbert1-3/+12
2018-06-26scsi: core: scsi_io_completion hints on fastpathDouglas Gilbert1-9/+9
2018-06-26scsi: core: add scsi_io_completion_reprep helperDouglas Gilbert1-23/+18
2018-06-26scsi: core: add scsi_io_completion_action helperDouglas Gilbert1-154/+175
2018-06-26scsi: core: add scsi_io_completion_nz_result functionDouglas Gilbert1-57/+75
2018-06-26scsi: core: scsi_io_completion: rename variablesDouglas Gilbert1-33/+39
2018-06-26scsi: core: scsi_io_completion: comment on end_request returnDouglas Gilbert1-0/+1
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+4
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-22/+2