aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-08scsi: core: Use scsi_cmd_priv() instead of open-coding itBart Van Assche1-1/+1
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds1-5/+1
2025-05-07block: remove the q argument from blk_rq_map_kernChristoph Hellwig1-2/+1
2025-05-05scsi: remove the no_highmem flag in the hostChristoph Hellwig1-3/+0
2025-04-21scsi: core: Clear flags for scsi_cmnd that did not completeAnastasia Kovaleva1-1/+5
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta1-1/+1
2025-02-20scsi: core: Clear driver private data when retrying requestYe Bin1-7/+7
2025-02-03scsi: core: Do not retry I/Os during depopulationIgor Pylypiv1-2/+7
2025-01-31Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds1-2/+3
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig1-2/+3
2025-01-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+18
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds1-3/+2
2025-01-10scsi: scsi_lib: Add kernel-doc for exported functionsRandy Dunlap1-3/+18
2025-01-09scsi: core: Fix command pass through retry regressionMike Christie1-0/+3
2025-01-06block: simplify tag allocation policy selectionChristoph Hellwig1-2/+2
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig1-1/+0
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-25Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linuxLinus Torvalds1-9/+3
2024-09-13blk-integrity: improved sg segment mappingKeith Busch1-8/+3
2024-09-13scsi: use request to get integrity segmentsKeith Busch1-2/+1
2024-08-29scsi: check that busses support the DMA API before setting dma parametersChristoph Hellwig1-2/+9
2024-06-26block: move dma_pad_mask into queue_limitsChristoph Hellwig1-2/+2
2024-06-19block: move the bounce flag into the features fieldChristoph Hellwig1-1/+1
2024-06-19block: move the add_random flag to queue_limitsChristoph Hellwig1-2/+1
2024-05-14Merge 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-11scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig1-9/+2
2024-04-11scsi: core: Add a no_highmem flag to struct Scsi_HostChristoph Hellwig1-0/+3
2024-04-11scsi: core: Initialize scsi midlayer limits before allocating the queueChristoph Hellwig1-17/+15
2024-04-08scsi: core: Fix handling of SCMD_FAIL_IF_RECOVERINGBart Van Assche1-4/+3
2024-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-10/+114
2024-02-12scsi: core: Really include kunit tests with SCSI_LIB_KUNIT_TESTLukas Bulwahn1-1/+1
2024-02-05scsi: core: Move scsi_host_busy() out of host lock if it is for per-commandMing Lei1-1/+3
2024-01-29scsi: core: Add kunit tests for scsi_check_passthrough()Mike Christie1-0/+4
2024-01-29scsi: core: Have midlayer retry scsi_mode_sense() UAsMike Christie1-7/+15
2024-01-29scsi: core: Allow passthrough to request midlayer retriesMike Christie1-3/+95
2024-01-23scsi: core: Move scsi_host_busy() out of host lock for waking up EH handlerMing Lei1-1/+1
2023-10-24scsi: core: Clean up scsi_dev_queue_ready()Wenchao Hao1-17/+15
2023-10-16scsi: 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-24scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche1-1/+1
2023-07-24block: Improve performance for BLK_MQ_F_BLOCKING driversBart Van Assche1-1/+2
2023-07-24scsi: Remove a blk_mq_run_hw_queues() callBart Van Assche1-1/+1
2023-07-24scsi: 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_block rework"Martin K. Petersen1-40/+40
2023-06-16scsi: core: Improve warning message in scsi_device_block()Martin Wilck1-2/+4