summaryrefslogtreecommitdiff
path: root/drivers/scsi/storvsc_drv.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-13scsi: storvsc: Fix validation for unsolicited incoming packetsAndrea Parri (Microsoft)1-9/+23
2021-09-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2021-08-12scsi: storvsc: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestMartin K. Petersen1-2/+2
2021-08-10scsi: storvsc: Log TEST_UNIT_READY errors as warningsMichael Kelley1-2/+12
2021-07-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-63/+56
2021-06-16scsi: storvsc: Correctly handle multiple flags in srb_statusMichael Kelley1-28/+33
2021-06-16scsi: storvsc: Update error loggingMichael Kelley1-9/+10
2021-06-16scsi: storvsc: Miscellaneous code cleanupsMichael Kelley1-26/+13
2021-05-14scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDsAndrea Parri (Microsoft)1-31/+63
2021-05-14Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran1-0/+10
2021-03-17scsi: storvsc: Enable scatterlist entry lengths > 4KbytesMichael Kelley1-43/+23
2021-03-05scsi: storvsc: Parameterize number hardware queuesMelanie Plageman (Microsoft)1-2/+16
2021-01-23scsi: storvsc: Return DID_ERROR for invalid commandsHannes Reinecke1-1/+1
2021-01-08scsi: storvsc: Validate length of incoming packet in storvsc_on_channel_callb...Andrea Parri (Microsoft)1-0/+6
2021-01-08scsi: storvsc: Resolve data race in storvsc_probe()Andrea Parri (Microsoft)1-20/+25
2021-01-08scsi: storvsc: Fix max_outstanding_req_per_channel for Win8 and newerAndrea Parri (Microsoft)1-2/+5
2020-12-16Merge tag 'hyperv-next-signed-20201214' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+23