aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c
AgeCommit message (Expand)Author
2024-02-05scsi: core: Move scsi_host_busy() out of host lock if it is for per-commandMing Lei
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
2023-05-22Merge patch series "Add Command Duration Limits support"Martin K. Petersen
2023-05-22scsi: sd: Handle read/write CDL timeout failuresNiklas Cassel
2023-05-22scsi: core: Support retrieving sub-pages of mode pagesDamien Le Moal
2023-05-22scsi: core: Rename and move get_scsi_ml_byte()Niklas Cassel
2023-05-16scsi: core: Decrease scsi_device's iorequest_cnt if dispatch failedWenchao Hao
2023-05-16scsi: Revert "scsi: core: Do not increase scsi_device's iorequest_cnt if disp...Wenchao Hao
2023-04-11block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICTMike Christie
2023-02-21scsi: core: Extend struct scsi_exec_argsBart Van Assche
2023-01-13scsi: core: Convert to scsi_execute_cmd()Mike Christie
2023-01-13scsi: core: Add struct for args to execution functionsMike Christie
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-11-24scsi: core: Do not increase scsi_device's iorequest_cnt if dispatch failedWenchao Hao
2022-11-02blk-mq: pass a tagset to blk_mq_wait_quiesce_doneChristoph Hellwig
2022-10-22scsi: core: Support failing requests while recoveringBart Van Assche
2022-10-18scsi: core: Rework scsi_single_lun_run()Bart Van Assche
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-06scsi: core: Convert scsi_decide_disposition() to use SCSIML_STATMike Christie
2022-09-06scsi: core: Add error codes for internal SCSI midlayer useMike Christie
2022-09-01scsi: core: Fix a use-after-freeBart Van Assche
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche
2022-08-19scsi: core: Fix passthrough retry counter handlingMike Christie
2022-08-19Merge branch '5.20/scsi-queue' into 6.0/scsi-fixesMartin K. Petersen
2022-08-11scsi: core: Allow the ALUA transitioning state enough timeBrian Bunker
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-07-19scsi: core: cap shost max_sectors according to DMA limits only onceJohn Garry
2022-07-14scsi/core: Use the new blk_opf_t typeBart Van Assche
2022-07-14scsi/core: Improve static type checkingBart Van Assche