summaryrefslogtreecommitdiff
path: root/drivers/scsi/storvsc_drv.c
AgeCommit message (Expand)Author
2024-01-23scsi: storvsc: Fix ring buffer size calculationMichael Kelley
2023-08-30Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen
2023-08-25scsi: storvsc: Handle additional SRB status valuesMichael Kelley
2023-08-24scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche
2023-07-31scsi: storvsc: Fix handling of virtual Fibre Channel timeoutsMichael Kelley
2023-07-23scsi: storvsc: Limit max_sectors for virtual Fibre Channel devicesMichael Kelley
2023-07-11scsi: storvsc: Handle SRB status value 0x30Michael Kelley
2023-06-14scsi: storvsc: Always set no_report_opcodesMichael Kelley
2023-05-16scsi: storvsc: Don't pass unused PFNs to Hyper-V hostMichael Kelley
2023-03-06scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX fileMichael Kelley
2023-02-21Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-01-17Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li
2022-12-30Merge branch '6.2/scsi-queue' into 6.2/scsi-fixesMartin K. Petersen
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-12-14scsi: storvsc: Fix swiotlb bounce buffer leak in confidential VMMichael Kelley
2022-11-11scsi: storvsc: Fix handling of srb_status and capacity change eventsMichael Kelley
2022-10-22scsi: core: Change the return type of .eh_timed_out()Bart Van Assche
2022-10-10Merge tag 'hyperv-next-signed-20221009' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-09-23scsi: storvsc: remove an extraneous "to" in a commentwangjianli
2022-09-23Drivers: hv: vmbus: Optimize vmbus_on_eventSaurabh Sengar
2022-09-06scsi: storvsc: Drop DID_TARGET_FAILURE useMike Christie
2022-08-11scsi: storvsc: Remove WQ_MEM_RECLAIM from storvsc_error_wqSaurabh Sengar
2022-06-16scsi: storvsc: Correct reporting of Hyper-V I/O size limitsSaurabh Sengar
2022-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-05-26scsi: storvsc: Removing Pre Win8 related logicSaurabh Sengar
2022-05-23scsi: storvsc: Fix typo in commentJulia Lawall
2022-05-11scsi: storvsc: Remove support for Hyper-V 2008 and 2008R2/Win7Michael Kelley
2022-01-10scsi: storvsc: Fix storvsc_queuecommand() memory leakJuan Vazquez
2022-01-05scsi: storvsc: Fix unsigned comparison to zeroYueHaibing
2021-12-20scsi: storvsc: Add Isolation VM support for storvsc driverTianyu Lan
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-10-16scsi: storvsc_drv: Call scsi_done() directlyBart Van Assche
2021-10-12scsi: storvsc: Fix validation for unsolicited incoming packetsAndrea Parri (Microsoft)
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-08-11scsi: storvsc: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestMartin K. Petersen
2021-08-09scsi: storvsc: Log TEST_UNIT_READY errors as warningsMichael Kelley
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-06-15scsi: storvsc: Correctly handle multiple flags in srb_statusMichael Kelley
2021-06-15scsi: storvsc: Update error loggingMichael Kelley
2021-06-15scsi: storvsc: Miscellaneous code cleanupsMichael Kelley
2021-05-14scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDsAndrea Parri (Microsoft)
2021-05-14Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran
2021-03-17scsi: storvsc: Enable scatterlist entry lengths > 4KbytesMichael Kelley
2021-03-04scsi: storvsc: Parameterize number hardware queuesMelanie Plageman (Microsoft)
2021-01-22scsi: storvsc: Return DID_ERROR for invalid commandsHannes Reinecke
2021-01-07scsi: storvsc: Validate length of incoming packet in storvsc_on_channel_callb...Andrea Parri (Microsoft)
2021-01-07scsi: storvsc: Resolve data race in storvsc_probe()Andrea Parri (Microsoft)
2021-01-07scsi: storvsc: Fix max_outstanding_req_per_channel for Win8 and newerAndrea Parri (Microsoft)
2020-12-16Merge tag 'hyperv-next-signed-20201214' of git://git.kernel.org/pub/scm/linux...Linus Torvalds