summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/storvsc_drv.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: storvsc: Fix ring buffer size calculationMichael Kelley2024-01-231-5/+7
* Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen2023-08-301-4/+13
|\
| * scsi: storvsc: Handle additional SRB status valuesMichael Kelley2023-08-251-0/+7
| * scsi: storvsc: Fix handling of virtual Fibre Channel timeoutsMichael Kelley2023-07-311-4/+0
| * scsi: storvsc: Limit max_sectors for virtual Fibre Channel devicesMichael Kelley2023-07-231-0/+4
| * scsi: storvsc: Handle SRB status value 0x30Michael Kelley2023-07-111-0/+2
* | scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche2023-08-241-1/+1
|/
* scsi: storvsc: Always set no_report_opcodesMichael Kelley2023-06-141-0/+2
* scsi: storvsc: Don't pass unused PFNs to Hyper-V hostMichael Kelley2023-05-161-4/+4
* scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX fileMichael Kelley2023-03-061-0/+16
* Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-02-211-3/+1
|\
| * Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li2023-01-171-3/+1
* | Merge branch '6.2/scsi-queue' into 6.2/scsi-fixesMartin K. Petersen2022-12-301-0/+3
|\ \ | |/ |/|
| * scsi: storvsc: Fix swiotlb bounce buffer leak in confidential VMMichael Kelley2022-12-141-0/+3
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-12-141-2/+2
|\|
| * scsi: core: Change the return type of .eh_timed_out()Bart Van Assche2022-10-221-2/+2
* | scsi: storvsc: Fix handling of srb_status and capacity change eventsMichael Kelley2022-11-111-35/+34
|/
* Merge tag 'hyperv-next-signed-20221009' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-10-101-1/+10
|\
| * scsi: storvsc: remove an extraneous "to" in a commentwangjianli2022-09-231-1/+1
| * Drivers: hv: vmbus: Optimize vmbus_on_eventSaurabh Sengar2022-09-231-0/+9
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-10-071-1/+1
|\ \ | |/ |/|
| * scsi: storvsc: Drop DID_TARGET_FAILURE useMike Christie2022-09-061-1/+1
* | scsi: storvsc: Remove WQ_MEM_RECLAIM from storvsc_error_wqSaurabh Sengar2022-08-111-1/+1
|/
* scsi: storvsc: Correct reporting of Hyper-V I/O size limitsSaurabh Sengar2022-06-161-5/+22
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-06-051-1/+1
|\
| * scsi: storvsc: Fix typo in commentJulia Lawall2022-05-231-1/+1
* | scsi: storvsc: Removing Pre Win8 related logicSaurabh Sengar2022-05-261-116/+39
* | scsi: storvsc: Remove support for Hyper-V 2008 and 2008R2/Win7Michael Kelley2022-05-111-27/+9
|/
* scsi: storvsc: Fix storvsc_queuecommand() memory leakJuan Vazquez2022-01-101-5/+12
* scsi: storvsc: Fix unsigned comparison to zeroYueHaibing2022-01-051-4/+2
* scsi: storvsc: Add Isolation VM support for storvsc driverTianyu Lan2021-12-201-16/+21
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-051-2/+2
|\
| * scsi: storvsc_drv: Call scsi_done() directlyBart Van Assche2021-10-161-2/+2
* | scsi: storvsc: Fix validation for unsolicited incoming packetsAndrea Parri (Microsoft)2021-10-121-9/+23
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-021-2/+2
|\
| * scsi: storvsc: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestMartin K. Petersen2021-08-111-2/+2
* | scsi: storvsc: Log TEST_UNIT_READY errors as warningsMichael Kelley2021-08-091-2/+12
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-021-63/+56
|\
| * scsi: storvsc: Correctly handle multiple flags in srb_statusMichael Kelley2021-06-151-28/+33
| * scsi: storvsc: Update error loggingMichael Kelley2021-06-151-9/+10
| * scsi: storvsc: Miscellaneous code cleanupsMichael Kelley2021-06-151-26/+13
* | scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDsAndrea Parri (Microsoft)2021-05-141-31/+63
* | Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran2021-05-141-0/+10
|/
* scsi: storvsc: Enable scatterlist entry lengths > 4KbytesMichael Kelley2021-03-171-43/+23
* scsi: storvsc: Parameterize number hardware queuesMelanie Plageman (Microsoft)2021-03-041-2/+16
* scsi: storvsc: Return DID_ERROR for invalid commandsHannes Reinecke2021-01-221-1/+1
* scsi: storvsc: Validate length of incoming packet in storvsc_on_channel_callb...Andrea Parri (Microsoft)2021-01-071-0/+6
* scsi: storvsc: Resolve data race in storvsc_probe()Andrea Parri (Microsoft)2021-01-071-20/+25
* scsi: storvsc: Fix max_outstanding_req_per_channel for Win8 and newerAndrea Parri (Microsoft)2021-01-071-2/+5
* Merge tag 'hyperv-next-signed-20201214' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-12-161-3/+23
|\