aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-38/+24
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-14/+6
2020-07-24scsi: core: Add missing scsi_device_put() in scsi_host_block()Ye Bin1-1/+3
2020-07-20scsi: core: Run queue in case of I/O resource contention failureMing Lei1-5/+11
2020-06-30blk-mq: pass request queue into get/put budget callbackMing Lei1-5/+3
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig1-9/+3
2020-06-19scsi: core: Fix formatting errors in scsi_lib.cBean Huo1-22/+21
2020-06-19scsi: core: Remove scsi_sdb_cacheBean Huo1-15/+0
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-125/+105
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-32/+55
2020-05-19scsi: core: Refactor scsi_mq_setup_tags functionYe Bin1-11/+12
2020-05-19scsi: core: Fix incorrect usage of shost_for_each_deviceYe Bin1-1/+3
2020-05-12block: Introduce REQ_OP_ZONE_APPENDKeith Busch1-0/+1
2020-04-29scsi: core: free sgtables in case command setup failsJohannes Thumshirn1-5/+11
2020-04-27scsi: core: doc: Change function comments to kernel-doc styleAndré Almeida1-107/+62
2020-04-24scsi: core: Avoid calling synchronize_rcu() for each device in scsi_host_block()Ming Lei1-1/+17
2020-04-22block: move dma_pad handling from blk_rq_map_sg into the callersChristoph Hellwig1-1/+9
2020-04-22block: move dma drain handling to scsiChristoph Hellwig1-5/+34
2020-04-22scsi: merge scsi_init_sgtable into scsi_init_ioChristoph Hellwig1-28/+18
2020-04-21scsi: core: Allow the state change from SDEV_QUIESCE to SDEV_BLOCKDexuan Cui1-0/+1
2020-04-20Revert "scsi: core: run queue if SCSI device queue isn't ready and queue is idle"Douglas Anderson1-6/+1
2020-03-11scsi: core: avoid repetitive logging of device offline messagesEwan D. Milne1-2/+6
2020-02-28scsi: core: Introduce {init,exit}_cmd_priv()Bart Van Assche1-6/+23
2020-02-28scsi: core: Remove cmd_list functionalityHannes Reinecke1-31/+0
2020-02-28scsi: core: add scsi_host_(block,unblock) helper functionHannes Reinecke1-0/+30
2019-12-19scsi: core: Adjust DBD setting in MODE SENSE for caching mode page per LLDCan Guo1-0/+2
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