summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-48/+101
2020-12-07scsi: core: Fix race between handling STS_RESOURCE and completionMing Lei1-2/+1
2020-11-16scsi: core: Replace while-loop by for-loop in scsi_vpd_lun_id()Martin Wilck1-5/+4
2020-11-16scsi: core: Fix VPD LUN ID designator prioritiesMartin Wilck1-40/+86
2020-11-10scsi: core: Return BLK_STS_AGAIN for ALUA transitioningHannes Reinecke1-0/+3
2020-11-10scsi: scsi_dh_alua: Return BLK_STS_AGAIN for ALUA transitioning stateHannes Reinecke1-0/+5
2020-10-26scsi: doc: Fix some kernel-doc markupsMauro Carvalho Chehab1-3/+3
2020-10-24Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+9
2020-10-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-73/+35
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-14/+63
2020-10-13scsi: handle zone resources errorsDamien Le Moal1-0/+9
2020-10-08scsi: core: Set sc_data_direction to DMA_NONE for no-transfer commandsChristoph Hellwig1-1/+4
2020-10-07scsi: core: Only start the request just before dispatchingChristoph Hellwig1-3/+1
2020-10-07scsi: core: Remove scsi_setup_cmnd() and scsi_setup_fs_cmnd()Christoph Hellwig1-33/+18
2020-10-07scsi: core: Clean up allocation and freeing of sgtablesChristoph Hellwig1-14/+8
2020-10-07scsi: core: Rename scsi_mq_prep_fn() to scsi_prepare_cmd()Christoph Hellwig1-2/+2
2020-10-07scsi: core: Rename scsi_prep_state_check() to scsi_device_state_check()Christoph Hellwig1-2/+2
2020-10-07scsi: core: Use rq_dma_dir in scsi_setup_cmnd()Christoph Hellwig1-6/+1
2020-10-07scsi: core: Move command size detection out of the fast pathChristoph Hellwig1-2/+2
2020-10-07scsi: core: Remove scsi_init_cmd_errhChristoph Hellwig1-16/+4
2020-10-07scsi: core: Don't export scsi_device_from_queue()Christoph Hellwig1-1/+0
2020-10-06scsi: Add host and host template flag 'host_tagset'Hannes Reinecke1-0/+2
2020-10-02scsi: core: Add limitless cmd retry supportMike Christie1-10/+19
2020-09-15scsi: core: Only re-run queue in scsi_end_request() if device queue is busyMing Lei1-4/+44
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 i...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