summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: core: Extend struct scsi_exec_argsBart Van Assche2023-02-211-0/+1
* scsi: core: Convert to scsi_execute_cmd()Mike Christie2023-01-131-9/+17
* scsi: core: Add struct for args to execution functionsMike Christie2023-01-131-27/+25
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-12-141-22/+21
|\
| * scsi: core: Do not increase scsi_device's iorequest_cnt if dispatch failedWenchao Hao2022-11-241-2/+1
| * scsi: core: Support failing requests while recoveringBart Van Assche2022-10-221-3/+5
| * scsi: core: Rework scsi_single_lun_run()Bart Van Assche2022-10-181-17/+15
* | blk-mq: pass a tagset to blk_mq_wait_quiesce_doneChristoph Hellwig2022-11-021-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-10-071-19/+27
|\
| * scsi: core: Convert scsi_decide_disposition() to use SCSIML_STATMike Christie2022-09-061-19/+5
| * scsi: core: Add error codes for internal SCSI midlayer useMike Christie2022-09-061-0/+22
* | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-2/+2
|\ \
| * | block: Change the return type of blk_mq_map_queues() into voidBart Van Assche2022-08-221-2/+2
| |/
* | scsi: core: Fix a use-after-freeBart Van Assche2022-09-011-1/+5
* | scsi: core: Fix passthrough retry counter handlingMike Christie2022-08-191-1/+2
* | Merge branch '5.20/scsi-queue' into 6.0/scsi-fixesMartin K. Petersen2022-08-191-19/+25
|\ \ | |/ |/|
| * scsi: core: Allow the ALUA transitioning state enough timeBrian Bunker2022-08-111-19/+25
* | Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds2022-08-061-4/+0
|\ \
| * | scsi: core: cap shost max_sectors according to DMA limits only onceJohn Garry2022-07-191-4/+0
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-08-041-7/+7
|\ \ \ | | |/ | |/|
| * | scsi: core: Move the definition of SCSI_QUEUE_DELAYBart Van Assche2022-07-071-7/+7
| |/
* | scsi/core: Use the new blk_opf_t typeBart Van Assche2022-07-141-3/+3
* | scsi/core: Improve static type checkingBart Van Assche2022-07-141-3/+3
* | scsi: core: Remove reserved request time-out handlingJohn Garry2022-07-061-8/+0
* | block: simplify disk shutdownChristoph Hellwig2022-06-281-3/+3
|/
* scsi: core: Return BLK_STS_TRANSPORT for ALUA transitioningHannes Reinecke2022-06-011-1/+1
* scsi: core: Refine how we set tag_set NUMA nodeJohn Garry2022-04-261-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-241-72/+67
|\
| * scsi: core: Remove struct scsi_requestChristoph Hellwig2022-03-011-5/+1
| * scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig2022-03-011-11/+4
| * scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...Christoph Hellwig2022-03-011-3/+3
| * scsi: core: Remove the sense and sense_len fields from struct scsi_requestChristoph Hellwig2022-03-011-11/+7
| * scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig2022-03-011-11/+8
| * scsi: core: Don't memset() the entire scsi_cmnd in scsi_init_command()Christoph Hellwig2022-03-011-32/+28
| * scsi: core: Add scsi_done_direct() for immediate completionSebastian Andrzej Siewior2022-02-071-2/+19
* | scsi: use BLK_STS_OFFLINE for not fully online devicesSong Liu2022-02-031-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-01-221-5/+3
|\
| * scsi: core: Fix scsi_mode_select() interfaceDamien Le Moal2022-01-051-5/+3
* | block: remove the gendisk argument to blk_execute_rqChristoph Hellwig2021-11-291-1/+1
* | block: remove the ->rq_disk field in struct requestChristoph Hellwig2021-11-291-1/+2
* | block: move blk_rq_err_bytes to scsiChristoph Hellwig2021-11-291-1/+41
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-121-2/+1
|\
| * scsi: core: Remove command size deduction from scsi_setup_scsi_cmnd()Tadeusz Struk2021-11-041-2/+0
| * scsi: core: Avoid leaving shost->last_reset with stale value if EH does not runEwan D. Milne2021-11-031-0/+1
* | Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-091-22/+40
|\ \
| * | scsi: make sure that request queue queiesce and unquiesce balancedMing Lei2021-11-091-9/+28
| * | scsi: avoid to quiesce sdev->request_queue two timesMing Lei2021-11-091-15/+14
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-051-22/+42
|\ \ \ | | |/ | |/|
| * | scsi: core: Call scsi_done directlyBart Van Assche2021-10-161-2/+1
| * | scsi: core: Rename scsi_mq_done() into scsi_done() and export itBart Van Assche2021-10-161-2/+3