aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-23/+22
2019-11-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+2
2019-11-06scsi: core: Handle drivers which set sg_tablesize to zeroMichael Schmitz1-1/+2
2019-11-01scsi: core: avoid host-wide host_busy counter for scsi_mqMing Lei1-23/+22
2019-09-23scsi: core: fix dh and multipathing for SCSI hosts without request batchingSteffen Maier1-1/+2
2019-09-23scsi: core: fix missing .cleanup_rq for SCSI hosts without request batchingSteffen Maier1-0/+1
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+48
2019-08-07scsi: core: Complain if scsi_target_block() failsBart Van Assche1-1/+6
2019-08-07scsi: core: Make scsi_internal_device_unblock_nowait() reject invalid new_stateBart Van Assche1-0/+8
2019-08-04scsi: implement .cleanup_rq callbackMing Lei1-0/+13
2019-07-22scsi: core: fix the dma_max_mapping_size callChristoph Hellwig1-2/+4
2019-07-22scsi: core: add support for request batchingPaolo Bonzini1-3/+34
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+8
2019-07-16scsi: core: take the DMA max mapping size into accountChristoph Hellwig1-0/+2
2019-07-16scsi: core: add a host / host template field for the virt boundaryChristoph Hellwig1-1/+2
2019-07-16scsi: core: Fix race on creating sense cacheMing Lei1-3/+3
2019-07-11scsi: core: use scmd_printk() to print which command timed outMaurizio Lombardi1-1/+1
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-9/+26
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+0
2019-06-27Merge branch '5.3/scsi-sg' into scsi-nextMartin K. Petersen1-9/+26
2019-06-20scsi: Avoid that .queuecommand() gets called for a blocked SCSI deviceBart Van Assche1-4/+0
2019-06-20scsi: core: don't preallocate small SGL in case of NO_SG_CHAINMing Lei1-1/+5
2019-06-20scsi: core: avoid preallocating big SGL for dataMing Lei1-6/+9
2019-06-20scsi: core: avoid preallocating big SGL for protection informationMing Lei1-3/+11
2019-06-20scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei1-4/+6
2019-05-21scsi: core: add SPDX tags to scsi midlayer files missing licensing informationChristoph Hellwig1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-27/+3
2019-04-15scsi: core: set result when the command cannot be dispatchedJaesoo Lee1-1/+5
2019-04-15scsi: core: don't hold device refcount in IO pathMing Lei1-26/+2
2019-04-12Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen1-3/+12
2019-03-19scsi: core: Use HCTX_TYPE_DEFAULT for blk_mq_tag_set->mapDongli Zhang1-1/+1
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