aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-22scsi: core: Remove an atomic instruction from the hot pathBart Van Assche1-1/+1
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
2018-05-28scsi: core: sanitize++ in progressDouglas Gilbert1-0/+4
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig1-1/+1
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-1/+1
2018-05-07scsi: reduce use of block bounce buffersChristoph Hellwig1-22/+2
2018-04-09scsi: core: Make scsi_result_to_blk_status() recognize CONDITION METBart Van Assche1-0/+9
2018-04-09scsi: core: Rename __scsi_error_from_host_byte() into scsi_result_to_blk_status()Bart Van Assche1-9/+9
2018-04-09Revert "scsi: core: return BLK_STS_OK for DID_OK in __scsi_error_from_host_byte()"Bart Van Assche1-2/+0
2018-04-05Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+25
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2018-04-03Merge branch 'fixes' into miscJames Bottomley1-0/+4
2018-03-13bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig1-2/+2
2018-03-12scsi: core: Make SCSI Status CONDITION MET equivalent to GOODDouglas Gilbert1-0/+11
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-1/+1