summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_lib.c
AgeCommit message (Expand)Author
2025-02-03scsi: core: Do not retry I/Os during depopulationIgor Pylypiv
2025-01-31Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig
2025-01-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-10scsi: scsi_lib: Add kernel-doc for exported functionsRandy Dunlap
2025-01-09scsi: core: Fix command pass through retry regressionMike Christie
2025-01-06block: simplify tag allocation policy selectionChristoph Hellwig
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-25Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linuxLinus Torvalds
2024-09-13blk-integrity: improved sg segment mappingKeith Busch
2024-09-13scsi: use request to get integrity segmentsKeith Busch
2024-08-29scsi: check that busses support the DMA API before setting dma parametersChristoph Hellwig
2024-06-26block: move dma_pad_mask into queue_limitsChristoph Hellwig
2024-06-19block: move the bounce flag into the features fieldChristoph Hellwig
2024-06-19block: move the add_random flag to queue_limitsChristoph Hellwig
2024-05-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds
2024-04-17block: Remove BLK_STS_ZONE_RESOURCEDamien Le Moal
2024-04-11scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig
2024-04-11scsi: core: Add a no_highmem flag to struct Scsi_HostChristoph Hellwig
2024-04-11scsi: core: Initialize scsi midlayer limits before allocating the queueChristoph Hellwig
2024-04-08scsi: core: Fix handling of SCMD_FAIL_IF_RECOVERINGBart Van Assche
2024-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-02-12scsi: core: Really include kunit tests with SCSI_LIB_KUNIT_TESTLukas Bulwahn
2024-02-05scsi: core: Move scsi_host_busy() out of host lock if it is for per-commandMing Lei
2024-01-29scsi: core: Add kunit tests for scsi_check_passthrough()Mike Christie
2024-01-29scsi: core: Have midlayer retry scsi_mode_sense() UAsMike Christie
2024-01-29scsi: core: Allow passthrough to request midlayer retriesMike Christie
2024-01-23scsi: core: Move scsi_host_busy() out of host lock for waking up EH handlerMing Lei
2023-10-24scsi: core: Clean up scsi_dev_queue_ready()Wenchao Hao
2023-10-16scsi: core: Handle depopulation and restoration in progressDouglas Gilbert
2023-10-13scsi: Fix sshdr use in scsi_test_unit_readyMike Christie
2023-09-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-08-24scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche
2023-07-24block: Improve performance for BLK_MQ_F_BLOCKING driversBart Van Assche
2023-07-24scsi: Remove a blk_mq_run_hw_queues() callBart Van Assche
2023-07-24scsi: Inline scsi_kick_queue()Bart Van Assche
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-06-16Merge patch series "scsi: fixes for targets with many LUNs, and scsi_target_b...Martin K. Petersen
2023-06-16scsi: core: Improve warning message in scsi_device_block()Martin Wilck
2023-06-16scsi: core: Replace scsi_target_block() with scsi_block_targets()Martin Wilck
2023-06-16scsi: core: Don't wait for quiesce in scsi_device_block()Martin Wilck
2023-06-16scsi: core: Don't wait for quiesce in scsi_stop_queue()Martin Wilck
2023-06-16scsi: core: Merge scsi_internal_device_block() and device_block()Martin Wilck
2023-05-31Merge patch series "ufs: Do not requeue while ungating the clock"Martin K. Petersen
2023-05-31scsi: core: Support setting BLK_MQ_F_BLOCKINGBart Van Assche
2023-05-31scsi: core: Rework scsi_host_block()Bart Van Assche
2023-05-31scsi: core: Only kick the requeue list if necessaryBart Van Assche