summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_lib.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-07scsi: core: Convert scsi_decide_disposition() to use SCSIML_STATMike Christie1-19/+5
2022-09-07scsi: core: Add error codes for internal SCSI midlayer useMike Christie1-0/+22
2022-09-01scsi: core: Fix a use-after-freeBart Van Assche1-1/+5
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche1-2/+2
2022-08-20scsi: core: Fix passthrough retry counter handlingMike Christie1-1/+2
2022-08-20Merge branch '5.20/scsi-queue' into 6.0/scsi-fixesMartin K. Petersen1-19/+25
2022-08-12scsi: core: Allow the ALUA transitioning state enough timeBrian Bunker1-19/+25
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds1-4/+0
2022-08-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+7
2022-07-19scsi: core: cap shost max_sectors according to DMA limits only onceJohn Garry1-4/+0
2022-07-14scsi/core: Use the new blk_opf_t typeBart Van Assche1-3/+3
2022-07-14scsi/core: Improve static type checkingBart Van Assche1-3/+3
2022-07-08scsi: core: Move the definition of SCSI_QUEUE_DELAYBart Van Assche1-7/+7
2022-07-06scsi: core: Remove reserved request time-out handlingJohn Garry1-8/+0
2022-06-28block: simplify disk shutdownChristoph Hellwig1-3/+3
2022-06-02scsi: core: Return BLK_STS_TRANSPORT for ALUA transitioningHannes Reinecke1-1/+1
2022-04-26scsi: core: Refine how we set tag_set NUMA nodeJohn Garry1-1/+1