summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: core: Clean up scsi_dev_queue_ready()Wenchao Hao2023-10-241-17/+15
* scsi: core: Handle depopulation and restoration in progressDouglas Gilbert2023-10-161-0/+1
* scsi: Fix sshdr use in scsi_test_unit_readyMike Christie2023-10-131-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-09-091-1/+1
|\
| * scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche2023-08-241-1/+1
* | block: Improve performance for BLK_MQ_F_BLOCKING driversBart Van Assche2023-07-241-1/+2
* | scsi: Remove a blk_mq_run_hw_queues() callBart Van Assche2023-07-241-1/+1
* | scsi: Inline scsi_kick_queue()Bart Van Assche2023-07-241-7/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-06-301-64/+73
|\
| * Merge patch series "scsi: fixes for targets with many LUNs, and scsi_target_b...Martin K. Petersen2023-06-161-40/+40
| |\
| | * scsi: core: Improve warning message in scsi_device_block()Martin Wilck2023-06-161-2/+4
| | * scsi: core: Replace scsi_target_block() with scsi_block_targets()Martin Wilck2023-06-161-10/+16
| | * scsi: core: Don't wait for quiesce in scsi_device_block()Martin Wilck2023-06-161-7/+10
| | * scsi: core: Don't wait for quiesce in scsi_stop_queue()Martin Wilck2023-06-161-16/+16
| | * scsi: core: Merge scsi_internal_device_block() and device_block()Martin Wilck2023-06-161-19/+8
| * | Merge patch series "ufs: Do not requeue while ungating the clock"Martin K. Petersen2023-05-311-11/+16
| |\ \
| | * | scsi: core: Support setting BLK_MQ_F_BLOCKINGBart Van Assche2023-05-311-7/+4
| | * | scsi: core: Rework scsi_host_block()Bart Van Assche2023-05-311-5/+13
| | |/
| * | scsi: core: Only kick the requeue list if necessaryBart Van Assche2023-05-311-5/+8
| * | Merge patch series "Add Command Duration Limits support"Martin K. Petersen2023-05-221-7/+8
| |\ \
| | * | scsi: sd: Handle read/write CDL timeout failuresNiklas Cassel2023-05-221-0/+4
| | * | scsi: core: Support retrieving sub-pages of mode pagesDamien Le Moal2023-05-221-1/+3
| | * | scsi: core: Rename and move get_scsi_ml_byte()Niklas Cassel2023-05-221-6/+1
| | |/
| * / block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICTMike Christie2023-04-111-1/+1
| |/
* | scsi: core: Decrease scsi_device's iorequest_cnt if dispatch failedWenchao Hao2023-05-161-0/+2
* | scsi: Revert "scsi: core: Do not increase scsi_device's iorequest_cnt if disp...Wenchao Hao2023-05-161-1/+2
|/
* 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