summaryrefslogtreecommitdiff
path: root/drivers/scsi/storvsc_drv.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-19scsi: storvsc: Fix scheduling while atomic on PREEMPT_RTJan Kiszka1-2/+3
2026-01-17scsi: storvsc: Process unsupported MODE_SENSE_10Long Li1-1/+2
2025-10-13Merge branch '6.18/scsi-queue' into 6.18/scsi-fixesMartin K. Petersen1-51/+45
2025-10-07scsi: storvsc: Prefer returning channel with the same CPU as on the I/O issui...Long Li1-51/+45
2025-10-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2025-09-25scsi: storvsc: Remove redundant ternary operatorsLiao Yuanhong1-2/+2
2025-08-13scsi: switch ->bios_param() to passing gendiskAl Viro1-1/+1
2025-06-10scsi: storvsc: Increase the timeouts to storvsc_timeoutDexuan Cui1-4/+6
2025-05-15Drivers: hv: Allow vmbus_sendpacket_mpb_desc() to create multiple rangesMichael Kelley1-0/+1
2025-03-11scsi: storvsc: Don't report the host packet status as the hv statusRoman Kisel1-2/+2
2025-02-04scsi: storvsc: Set correct data length for sending SCSI command without payloadLong Li1-0/+1
2025-01-11scsi: storvsc: Ratelimit warning logs to prevent VM denial of serviceEaswar Hariharan1-1/+7
2025-01-10Merge branch '6.13/scsi-fixes' into 6.14/scsi-stagingMartin K. Petersen1-1/+6
2024-12-10scsi: storvsc: Don't assume cpu_possible_mask is denseMichael Kelley1-7/+6
2024-12-04scsi: Convert SCSI drivers to .sdev_configure()Bart Van Assche1-2/+3
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche1-1/+1
2024-12-04scsi: storvsc: Do not flag MAINTENANCE_IN return of SRB_STATUS_DATA_OVERRUN a...Cathy Avery1-1/+6
2024-01-24scsi: storvsc: Fix ring buffer size calculationMichael Kelley1-5/+7
2023-08-31Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen1-4/+13
2023-08-26scsi: storvsc: Handle additional SRB status valuesMichael Kelley1-0/+7
2023-08-25scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche1-1/+1
2023-07-31scsi: storvsc: Fix handling of virtual Fibre Channel timeoutsMichael Kelley1-4/+0
2023-07-23scsi: storvsc: Limit max_sectors for virtual Fibre Channel devicesMichael Kelley1-0/+4
2023-07-11scsi: storvsc: Handle SRB status value 0x30Michael Kelley1-0/+2
2023-06-15scsi: storvsc: Always set no_report_opcodesMichael Kelley1-0/+2
2023-05-17scsi: storvsc: Don't pass unused PFNs to Hyper-V hostMichael Kelley1-4/+4
2023-03-07scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX fileMichael Kelley1-0/+16
2023-02-22Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+1
2023-01-17Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li1-3/+1
2022-12-30Merge branch '6.2/scsi-queue' into 6.2/scsi-fixesMartin K. Petersen1-0/+3
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2022-12-14scsi: storvsc: Fix swiotlb bounce buffer leak in confidential VMMichael Kelley1-0/+3
2022-11-12scsi: storvsc: Fix handling of srb_status and capacity change eventsMichael Kelley1-35/+34
2022-10-22scsi: core: Change the return type of .eh_timed_out()Bart Van Assche1-2/+2
2022-10-10Merge tag 'hyperv-next-signed-20221009' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+10
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2022-09-23scsi: storvsc: remove an extraneous "to" in a commentwangjianli1-1/+1
2022-09-23Drivers: hv: vmbus: Optimize vmbus_on_eventSaurabh Sengar1-0/+9
2022-09-07scsi: storvsc: Drop DID_TARGET_FAILURE useMike Christie1-1/+1
2022-08-12scsi: storvsc: Remove WQ_MEM_RECLAIM from storvsc_error_wqSaurabh Sengar1-1/+1
2022-06-17scsi: storvsc: Correct reporting of Hyper-V I/O size limitsSaurabh Sengar1-5/+22
2022-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2022-05-26scsi: storvsc: Removing Pre Win8 related logicSaurabh Sengar1-116/+39
2022-05-24scsi: storvsc: Fix typo in commentJulia Lawall1-1/+1
2022-05-11scsi: storvsc: Remove support for Hyper-V 2008 and 2008R2/Win7Michael Kelley1-27/+9
2022-01-10scsi: storvsc: Fix storvsc_queuecommand() memory leakJuan Vazquez1-5/+12
2022-01-05scsi: storvsc: Fix unsigned comparison to zeroYueHaibing1-4/+2
2021-12-20scsi: storvsc: Add Isolation VM support for storvsc driverTianyu Lan1-16/+21
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2021-10-17scsi: storvsc_drv: Call scsi_done() directlyBart Van Assche1-2/+2