summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_lib.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-23/+17
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds1-1/+0
2024-04-17block: Remove BLK_STS_ZONE_RESOURCEDamien Le Moal1-1/+0
2024-04-12scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig1-9/+2
2024-04-12scsi: core: Add a no_highmem flag to struct Scsi_HostChristoph Hellwig1-0/+3
2024-04-12scsi: core: Initialize scsi midlayer limits before allocating the queueChristoph Hellwig1-17/+15
2024-04-09scsi: core: Fix handling of SCMD_FAIL_IF_RECOVERINGBart Van Assche1-4/+3
2024-03-17Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-10/+114
2024-02-13scsi: core: Really include kunit tests with SCSI_LIB_KUNIT_TESTLukas Bulwahn1-1/+1
2024-02-06scsi: core: Move scsi_host_busy() out of host lock if it is for per-commandMing Lei1-1/+3
2024-01-30scsi: core: Add kunit tests for scsi_check_passthrough()Mike Christie1-0/+4
2024-01-30scsi: core: Have midlayer retry scsi_mode_sense() UAsMike Christie1-7/+15
2024-01-30scsi: core: Allow passthrough to request midlayer retriesMike Christie1-3/+95
2024-01-24scsi: core: Move scsi_host_busy() out of host lock for waking up EH handlerMing Lei1-1/+1
2023-10-25scsi: core: Clean up scsi_dev_queue_ready()Wenchao Hao1-17/+15
2023-10-17scsi: core: Handle depopulation and restoration in progressDouglas Gilbert1-0/+1
2023-10-13scsi: Fix sshdr use in scsi_test_unit_readyMike Christie1-2/+2
2023-09-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2023-08-25scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche1-1/+1
2023-07-25block: Improve performance for BLK_MQ_F_BLOCKING driversBart Van Assche1-1/+2
2023-07-25scsi: Remove a blk_mq_run_hw_queues() callBart Van Assche1-1/+1
2023-07-25scsi: Inline scsi_kick_queue()Bart Van Assche1-7/+2
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-64/+73
2023-06-16Merge patch series "scsi: fixes for targets with many LUNs, and scsi_target_b...Martin K. Petersen1-40/+40
2023-06-16scsi: core: Improve warning message in scsi_device_block()Martin Wilck1-2/+4
2023-06-16scsi: core: Replace scsi_target_block() with scsi_block_targets()Martin Wilck1-10/+16
2023-06-16scsi: core: Don't wait for quiesce in scsi_device_block()Martin Wilck1-7/+10
2023-06-16scsi: core: Don't wait for quiesce in scsi_stop_queue()Martin Wilck1-16/+16
2023-06-16scsi: core: Merge scsi_internal_device_block() and device_block()Martin Wilck1-19/+8
2023-05-31Merge patch series "ufs: Do not requeue while ungating the clock"Martin K. Petersen1-11/+16
2023-05-31scsi: core: Support setting BLK_MQ_F_BLOCKINGBart Van Assche1-7/+4
2023-05-31scsi: core: Rework scsi_host_block()Bart Van Assche1-5/+13
2023-05-31scsi: core: Only kick the requeue list if necessaryBart Van Assche1-5/+8
2023-05-23Merge patch series "Add Command Duration Limits support"Martin K. Petersen1-7/+8
2023-05-23scsi: sd: Handle read/write CDL timeout failuresNiklas Cassel1-0/+4
2023-05-23scsi: core: Support retrieving sub-pages of mode pagesDamien Le Moal1-1/+3
2023-05-23scsi: core: Rename and move get_scsi_ml_byte()Niklas Cassel1-6/+1
2023-05-17scsi: core: Decrease scsi_device's iorequest_cnt if dispatch failedWenchao Hao1-0/+2
2023-05-17scsi: Revert "scsi: core: Do not increase scsi_device's iorequest_cnt if disp...Wenchao Hao1-1/+2
2023-04-12block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICTMike Christie1-1/+1
2023-02-22scsi: core: Extend struct scsi_exec_argsBart Van Assche1-0/+1
2023-01-14scsi: core: Convert to scsi_execute_cmd()Mike Christie1-9/+17
2023-01-14scsi: core: Add struct for args to execution functionsMike Christie1-27/+25
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-22/+21
2022-11-24scsi: core: Do not increase scsi_device's iorequest_cnt if dispatch failedWenchao Hao1-2/+1
2022-11-02blk-mq: pass a tagset to blk_mq_wait_quiesce_doneChristoph Hellwig1-1/+1
2022-10-22scsi: core: Support failing requests while recoveringBart Van Assche1-3/+5
2022-10-18scsi: core: Rework scsi_single_lun_run()Bart Van Assche1-17/+15
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-19/+27
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2