summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_lib.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsiLinus Torvalds1-2/+1
2026-08-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+2
2026-08-13scsi: core: Protect host state changes with the host lockBart Van Assche1-2/+1
2026-08-07scsi: core: Fill in DMA padding bytes in scsi_alloc_sgtables()Petr Vaganov1-0/+2
2026-07-08Merge branch 7.2/scsi-queue into 7.2/scsi-fixesMartin K. Petersen1-8/+0
2026-06-16Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2026-06-15scsi: core: Remove export for scsi_device_from_queue()Catalin Iacob1-8/+0
2026-05-26block: switch numa_node to int in blk_mq_hw_ctx and init_requestMateusz Nowicki1-1/+1
2026-05-22scsi: core: Run queues for all non-SDEV_DEL devices from scsi_run_host_queuesDavid Jeffery1-2/+25
2026-02-28scsi: core: Add 'serial' sysfs attribute for SCSI/SATAIgor Pylypiv1-0/+47
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+6
2026-01-16scsi: core: Wake up the error handler when final completions race against eac...David Jeffery1-0/+8
2026-01-04scsi: core: Correct documentation for scsi_test_unit_ready()Miao Li1-1/+1
2025-12-16scsi: core: Introduce an enumeration type for the SCSI_MLQUEUE constantsBart Van Assche1-5/+6
2025-11-29scsi: core: Correct documentation for scsi_device_quiesce()Miao Li1-1/+1
2025-11-12scsi: core: Add scsi_{get,put}_internal_cmd() helpersHannes Reinecke1-0/+38
2025-11-12scsi: core: Introduce .queue_reserved_command()John Garry1-16/+38
2025-11-12scsi: core: Make the budget map optionalBart Van Assche1-2/+7
2025-11-12scsi: core: Support allocating reserved commandsHannes Reinecke1-1/+2
2025-09-21scsi: scsi_lib: drop nth_page() usage within SG entryDavid Hildenbrand1-2/+1
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