summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_lib.c
AgeCommit message (Expand)Author
2019-07-22scsi: core: fix the dma_max_mapping_size callChristoph Hellwig
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-07-16scsi: core: take the DMA max mapping size into accountChristoph Hellwig
2019-07-16scsi: core: add a host / host template field for the virt boundaryChristoph Hellwig
2019-07-16scsi: core: Fix race on creating sense cacheMing Lei
2019-07-11scsi: core: use scmd_printk() to print which command timed outMaurizio Lombardi
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-06-27Merge branch '5.3/scsi-sg' into scsi-nextMartin K. Petersen
2019-06-20scsi: Avoid that .queuecommand() gets called for a blocked SCSI deviceBart Van Assche
2019-06-20scsi: core: don't preallocate small SGL in case of NO_SG_CHAINMing Lei
2019-06-20scsi: core: avoid preallocating big SGL for dataMing Lei
2019-06-20scsi: core: avoid preallocating big SGL for protection informationMing Lei
2019-06-20scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei
2019-05-21scsi: core: add SPDX tags to scsi midlayer files missing licensing informationChristoph Hellwig
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-04-15scsi: core: set result when the command cannot be dispatchedJaesoo Lee
2019-04-15scsi: core: don't hold device refcount in IO pathMing Lei
2019-04-12Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen
2019-03-19scsi: core: Use HCTX_TYPE_DEFAULT for blk_mq_tag_set->mapDongli Zhang
2019-03-19scsi: core: Avoid that a kernel warning appears during system resumeBart Van Assche
2019-03-19scsi: core: Also call destroy_rcu_head() for passthrough requestsBart Van Assche
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-02-27scsi: kill command serial numberHannes Reinecke
2019-02-27scsi: core: Avoid that system resume triggers a kernel warningBart Van Assche
2019-02-15scsi: core: reset host byte in DID_NEXUS_FAILURE caseMartin Wilck
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei
2019-02-12scsi: core: Move resid from scsi_data_buffer to scsi_cmndBart Van Assche
2019-02-05scsi: stop setting up request->specialChristoph Hellwig
2019-02-05scsi: remove bidirectional command supportChristoph Hellwig
2019-01-22scsi: core: Remove an atomic instruction from the hot pathBart Van Assche
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