summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: core: fix the dma_max_mapping_size callChristoph Hellwig2019-07-221-2/+4
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-07-201-5/+8
|\
| * scsi: core: take the DMA max mapping size into accountChristoph Hellwig2019-07-161-0/+2
| * scsi: core: add a host / host template field for the virt boundaryChristoph Hellwig2019-07-161-1/+2
| * scsi: core: Fix race on creating sense cacheMing Lei2019-07-161-3/+3
| * scsi: core: use scmd_printk() to print which command timed outMaurizio Lombardi2019-07-111-1/+1
| * Merge branch '5.3/scsi-sg' into scsi-nextMartin K. Petersen2019-06-271-9/+26
| |\
* | \ Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-111-9/+26
|\ \ \ | | |/ | |/|
| * | scsi: core: don't preallocate small SGL in case of NO_SG_CHAINMing Lei2019-06-201-1/+5
| * | scsi: core: avoid preallocating big SGL for dataMing Lei2019-06-201-6/+9
| * | scsi: core: avoid preallocating big SGL for protection informationMing Lei2019-06-201-3/+11
| * | scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei2019-06-201-4/+6
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-111-4/+0
|\ \ \ | | |/ | |/|
| * | scsi: Avoid that .queuecommand() gets called for a blocked SCSI deviceBart Van Assche2019-06-201-4/+0
| * | scsi: core: add SPDX tags to scsi midlayer files missing licensing informationChristoph Hellwig2019-05-211-0/+1
| |/
* / treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-05-081-27/+3
|\
| * scsi: core: don't hold device refcount in IO pathMing Lei2019-04-151-26/+2
| * Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen2019-04-121-3/+12
| |\
| * | scsi: core: Use HCTX_TYPE_DEFAULT for blk_mq_tag_set->mapDongli Zhang2019-03-191-1/+1
* | | scsi: core: set result when the command cannot be dispatchedJaesoo Lee2019-04-151-1/+5
| |/ |/|
* | scsi: core: Avoid that a kernel warning appears during system resumeBart Van Assche2019-03-191-2/+4
* | scsi: core: Also call destroy_rcu_head() for passthrough requestsBart Van Assche2019-03-191-1/+8
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-091-62/+5
|\
| * scsi: kill command serial numberHannes Reinecke2019-02-271-1/+0
| * scsi: core: Move resid from scsi_data_buffer to scsi_cmndBart Van Assche2019-02-121-1/+0
| * scsi: stop setting up request->specialChristoph Hellwig2019-02-051-3/+0
| * scsi: remove bidirectional command supportChristoph Hellwig2019-02-051-56/+4
| * scsi: core: Remove an atomic instruction from the hot pathBart Van Assche2019-01-221-1/+1
* | Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-1/+1
|\ \
| * | block: kill BLK_MQ_F_SG_MERGEMing Lei2019-02-151-1/+1
* | | scsi: core: Avoid that system resume triggers a kernel warningBart Van Assche2019-02-271-1/+0
* | | scsi: core: reset host byte in DID_NEXUS_FAILURE caseMartin Wilck2019-02-151-0/+1
|/ /
* / scsi: communicate max segment size to the DMA mapping codeChristoph Hellwig2019-01-221-2/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-4/+2
|\
| * scsi: remove the use_clustering flagChristoph Hellwig2018-12-181-3/+0
| * scsi: introduce a max_segment_size host_template parametersChristoph Hellwig2018-12-181-1/+2
| * scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+1
* | scsi: Do not rely on blk-mq for double completionsKeith Busch2018-11-261-1/+12
* | Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe2018-11-181-0/+7
|\ \
| * | SCSI: fix queue cleanup race before queue initialization is doneMing Lei2018-11-141-0/+8
| |/
* | scsi: return blk_status_t from device handler ->prep_fnChristoph Hellwig2018-11-091-15/+3
* | scsi: return blk_status_t from scsi_init_io and ->init_commandChristoph Hellwig2018-11-091-22/+23
* | scsi: clean up error handling in scsi_init_ioChristoph Hellwig2018-11-091-8/+7
* | scsi: push blk_status_t up into scsi_setup_{fs,scsi}_cmndChristoph Hellwig2018-11-091-21/+24
* | scsi: simplify scsi_prep_state_checkChristoph Hellwig2018-11-091-54/+48
* | blk-mq: abstract out queue mapJens Axboe2018-11-071-1/+1
* | scsi: kill off the legacy IO pathJens Axboe2018-11-071-561/+42
* | scsi: provide mq_ops->busy() hookJens Axboe2018-11-071-0/+6
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-10-251-2/+3
|\