summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c
AgeCommit message (Expand)Author
2019-01-22scsi: communicate max segment size to the DMA mapping codeChristoph Hellwig
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig
2018-12-18scsi: introduce a max_segment_size host_template parametersChristoph Hellwig
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig
2018-11-26scsi: Do not rely on blk-mq for double completionsKeith Busch
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe
2018-11-14SCSI: fix queue cleanup race before queue initialization is doneMing Lei
2018-11-09scsi: return blk_status_t from device handler ->prep_fnChristoph Hellwig
2018-11-09scsi: return blk_status_t from scsi_init_io and ->init_commandChristoph Hellwig
2018-11-09scsi: clean up error handling in scsi_init_ioChristoph Hellwig
2018-11-09scsi: push blk_status_t up into scsi_setup_{fs,scsi}_cmndChristoph Hellwig
2018-11-09scsi: simplify scsi_prep_state_checkChristoph Hellwig
2018-11-07blk-mq: abstract out queue mapJens Axboe
2018-11-07scsi: kill off the legacy IO pathJens Axboe
2018-11-07scsi: provide mq_ops->busy() hookJens Axboe
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-10-15scsi: core: Allow state transitions from OFFLINE to BLOCKEDHannes Reinecke
2018-09-26block, scsi: Change the preempt-only flag into a counterBart Van Assche
2018-09-17scsi: core: remove unnecessary unlikely()Igor Stoppa
2018-08-27Revert "scsi: core: avoid host-wide host_busy counter for scsi_mq"Ming Lei
2018-08-27Revert "scsi: core: fix scsi_host_queue_ready"Ming Lei
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-08-08scsi: core: use blk_mq_run_hw_queues in scsi_kick_queueJianchao Wang
2018-08-02scsi: Check sense buffer size at build timeKees Cook
2018-07-02scsi: core: fix scsi_host_queue_readyMing Lei
2018-06-26scsi: core: avoid host-wide host_busy counter for scsi_mqMing Lei
2018-06-26scsi: core: check for equality of result byte valuesJohannes Thumshirn
2018-06-26scsi: core: scsi_io_completion convert BUGs to WARNsDouglas Gilbert
2018-06-26scsi: core: scsi_io_completion hints on fastpathDouglas Gilbert
2018-06-26scsi: core: add scsi_io_completion_reprep helperDouglas Gilbert
2018-06-26scsi: core: add scsi_io_completion_action helperDouglas Gilbert
2018-06-26scsi: core: add scsi_io_completion_nz_result functionDouglas Gilbert
2018-06-26scsi: core: scsi_io_completion: rename variablesDouglas Gilbert
2018-06-26scsi: core: scsi_io_completion: comment on end_request returnDouglas Gilbert
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-05-28scsi: core: sanitize++ in progressDouglas Gilbert
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig
2018-05-07scsi: reduce use of block bounce buffersChristoph Hellwig
2018-04-09scsi: core: Make scsi_result_to_blk_status() recognize CONDITION METBart Van Assche
2018-04-09scsi: core: Rename __scsi_error_from_host_byte() into scsi_result_to_blk_stat...Bart Van Assche
2018-04-09Revert "scsi: core: return BLK_STS_OK for DID_OK in __scsi_error_from_host_by...Bart Van Assche
2018-04-05Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-04-03Merge branch 'fixes' into miscJames Bottomley
2018-03-13bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig
2018-03-12scsi: core: Make SCSI Status CONDITION MET equivalent to GOODDouglas Gilbert
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche