aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/storvsc_drv.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-23scsi: storvsc: Fix ring buffer size calculationGravatar Michael Kelley 1-5/+7
2023-08-30Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingGravatar Martin K. Petersen 1-4/+13
2023-08-25scsi: storvsc: Handle additional SRB status valuesGravatar Michael Kelley 1-0/+7
2023-08-24scsi: core: Improve type safety of scsi_rescan_device()Gravatar Bart Van Assche 1-1/+1
2023-07-31scsi: storvsc: Fix handling of virtual Fibre Channel timeoutsGravatar Michael Kelley 1-4/+0
2023-07-23scsi: storvsc: Limit max_sectors for virtual Fibre Channel devicesGravatar Michael Kelley 1-0/+4
2023-07-11scsi: storvsc: Handle SRB status value 0x30Gravatar Michael Kelley 1-0/+2
2023-06-14scsi: storvsc: Always set no_report_opcodesGravatar Michael Kelley 1-0/+2
2023-05-16scsi: storvsc: Don't pass unused PFNs to Hyper-V hostGravatar Michael Kelley 1-4/+4
2023-03-06scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX fileGravatar Michael Kelley 1-0/+16
2023-02-21Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-3/+1
2023-01-17Drivers: hv: Make remove callback of hyperv driver void returnedGravatar Dawei Li 1-3/+1
2022-12-30Merge branch '6.2/scsi-queue' into 6.2/scsi-fixesGravatar Martin K. Petersen 1-0/+3
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-2/+2
2022-12-14scsi: storvsc: Fix swiotlb bounce buffer leak in confidential VMGravatar Michael Kelley 1-0/+3
2022-11-11scsi: storvsc: Fix handling of srb_status and capacity change eventsGravatar Michael Kelley 1-35/+34
2022-10-22scsi: core: Change the return type of .eh_timed_out()Gravatar Bart Van Assche 1-2/+2
2022-10-10Merge tag 'hyperv-next-signed-20221009' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-1/+10
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+1
2022-09-23scsi: storvsc: remove an extraneous "to" in a commentGravatar wangjianli 1-1/+1
2022-09-23Drivers: hv: vmbus: Optimize vmbus_on_eventGravatar Saurabh Sengar 1-0/+9
2022-09-06scsi: storvsc: Drop DID_TARGET_FAILURE useGravatar Mike Christie 1-1/+1
2022-08-11scsi: storvsc: Remove WQ_MEM_RECLAIM from storvsc_error_wqGravatar Saurabh Sengar 1-1/+1
2022-06-16scsi: storvsc: Correct reporting of Hyper-V I/O size limitsGravatar Saurabh Sengar 1-5/+22
2022-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+1
2022-05-26scsi: storvsc: Removing Pre Win8 related logicGravatar Saurabh Sengar 1-116/+39
2022-05-23scsi: storvsc: Fix typo in commentGravatar Julia Lawall 1-1/+1
2022-05-11scsi: storvsc: Remove support for Hyper-V 2008 and 2008R2/Win7Gravatar Michael Kelley 1-27/+9
2022-01-10scsi: storvsc: Fix storvsc_queuecommand() memory leakGravatar Juan Vazquez 1-5/+12
2022-01-05scsi: storvsc: Fix unsigned comparison to zeroGravatar YueHaibing 1-4/+2
2021-12-20scsi: storvsc: Add Isolation VM support for storvsc driverGravatar Tianyu Lan 1-16/+21
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-2/+2
2021-10-16scsi: storvsc_drv: Call scsi_done() directlyGravatar Bart Van Assche 1-2/+2
2021-10-12scsi: storvsc: Fix validation for unsolicited incoming packetsGravatar Andrea Parri (Microsoft) 1-9/+23
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-2/+2
2021-08-11scsi: storvsc: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestGravatar Martin K. Petersen 1-2/+2
2021-08-09scsi: storvsc: Log TEST_UNIT_READY errors as warningsGravatar Michael Kelley 1-2/+12
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-63/+56
2021-06-15scsi: storvsc: Correctly handle multiple flags in srb_statusGravatar Michael Kelley 1-28/+33
2021-06-15scsi: storvsc: Update error loggingGravatar Michael Kelley 1-9/+10
2021-06-15scsi: storvsc: Miscellaneous code cleanupsGravatar Michael Kelley 1-26/+13
2021-05-14scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDsGravatar Andrea Parri (Microsoft) 1-31/+63
2021-05-14Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferGravatar Andres Beltran 1-0/+10
2021-03-17scsi: storvsc: Enable scatterlist entry lengths > 4KbytesGravatar Michael Kelley 1-43/+23
2021-03-04scsi: storvsc: Parameterize number hardware queuesGravatar Melanie Plageman (Microsoft) 1-2/+16
2021-01-22scsi: storvsc: Return DID_ERROR for invalid commandsGravatar Hannes Reinecke 1-1/+1
2021-01-07scsi: storvsc: Validate length of incoming packet in storvsc_on_channel_callb...Gravatar Andrea Parri (Microsoft) 1-0/+6
2021-01-07scsi: storvsc: Resolve data race in storvsc_probe()Gravatar Andrea Parri (Microsoft) 1-20/+25
2021-01-07scsi: storvsc: Fix max_outstanding_req_per_channel for Win8 and newerGravatar Andrea Parri (Microsoft) 1-2/+5
2020-12-16Merge tag 'hyperv-next-signed-20201214' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-3/+23