aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/storvsc_drv.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-23scsi: storvsc: Fix ring buffer size calculationMichael Kelley1-5/+7
2023-08-30Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen1-4/+13
2023-08-25scsi: storvsc: Handle additional SRB status valuesMichael Kelley1-0/+7
2023-08-24scsi: 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-14scsi: storvsc: Always set no_report_opcodesMichael Kelley1-0/+2
2023-05-16scsi: storvsc: Don't pass unused PFNs to Hyper-V hostMichael Kelley1-4/+4
2023-03-06scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX fileMichael Kelley1-0/+16
2023-02-21Merge 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-11scsi: 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-06scsi: storvsc: Drop DID_TARGET_FAILURE useMike Christie1-1/+1
2022-08-11scsi: storvsc: Remove WQ_MEM_RECLAIM from storvsc_error_wqSaurabh Sengar1-1/+1
2022-06-16scsi: 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-23scsi: 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-16scsi: storvsc_drv: Call scsi_done() directlyBart Van Assche1-2/+2
2021-10-12scsi: storvsc: Fix validation for unsolicited incoming packetsAndrea Parri (Microsoft)1-9/+23
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2021-08-11scsi: storvsc: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestMartin K. Petersen1-2/+2
2021-08-09scsi: storvsc: Log TEST_UNIT_READY errors as warningsMichael Kelley1-2/+12
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-63/+56
2021-06-15scsi: storvsc: Correctly handle multiple flags in srb_statusMichael Kelley1-28/+33
2021-06-15scsi: storvsc: Update error loggingMichael Kelley1-9/+10
2021-06-15scsi: 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-04scsi: storvsc: Parameterize number hardware queuesMelanie Plageman (Microsoft)1-2/+16
2021-01-22scsi: storvsc: Return DID_ERROR for invalid commandsHannes Reinecke1-1/+1
2021-01-07scsi: storvsc: Validate length of incoming packet in storvsc_on_channel_callb...Andrea Parri (Microsoft)1-0/+6
2021-01-07scsi: storvsc: Resolve data race in storvsc_probe()Andrea Parri (Microsoft)1-20/+25
2021-01-07scsi: 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
2020-12-11Revert "scsi: storvsc: Validate length of incoming packet in storvsc_on_chann...Andrea Parri (Microsoft)1-5/+0
2020-11-30scsi: storvsc: Validate length of incoming packet in storvsc_on_channel_callb...Andrea Parri (Microsoft)1-0/+5
2020-11-30scsi: storvsc: Fix error return in storvsc_probe()Jing Xiangfeng1-1/+3
2020-11-17scsi: storvsc: Use vmbus_requestor to generate transaction IDs for VMBus hard...Andres Beltran1-3/+23
2020-09-28scsi: storvsc: Support PAGE_SIZE larger than 4KBoqun Feng1-7/+49
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+12
2020-07-08scsi: storvsc: Add validation for untrusted Hyper-V valuesAndres Beltran1-0/+11
2020-06-26scsi: storvsc: Fix spelling mistakeFlavio Suligoi1-1/+1
2020-06-20scsi: storvsc: Introduce the per-storvsc_device spinlockAndrea Parri (Microsoft)1-5/+11
2020-06-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+0
2020-06-09scsi: storvsc: Remove memset before memory freeing in storvsc_suspend()Denis Efremov1-3/+0
2020-05-20scsi: storvsc: Re-init stor_chns when a channel interrupt is re-assignedAndrea Parri (Microsoft)1-8/+88
2020-01-15scsi: storvsc: Correctly set number of hardware queues for IDE diskLong Li1-1/+3
2019-11-21scsi: storvsc: Add the support of hibernationDexuan Cui1-0/+41
2019-09-23scsi: storvsc: setup 1:1 mapping between hardware queue and CPU queueLong Li1-2/+1
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-3/+2
2019-07-16scsi: storvsc: set virt_boundary_mask in the scsi host templateChristoph Hellwig1-3/+2
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+11
2019-06-20scsi: storvsc: Add ability to change scsi queue depthBranden Bonaby1-0/+11
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner1-13/+1
2019-04-03scsi: storvsc: Reduce default ring buffer size to 128 KbytesMichael Kelley1-1/+1
2019-04-03scsi: storvsc: Fix calculation of sub-channel countMichael Kelley1-2/+11
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-11-28scsi: storvsc: Fix a race in sub-channel creation that can cause panicDexuan Cui1-31/+30
2018-07-03use the new async probing feature for the hyperv driversArjan van de Ven1-0/+3
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-23/+62
2018-05-18scsi: storvsc: Avoid allocating memory for temp cpumasksMichael Kelley1-31/+19
2018-04-20scsi: storvsc: Select channel based on available percentage of ring buffer to...Long Li1-18/+72
2018-04-20scsi: storvsc: Set up correct queue depth values for IDE devicesLong Li1-2/+5
2018-04-19scsi: storsvc: don't set a bounce limitChristoph Hellwig1-3/+0
2018-03-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+2
2018-02-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1
2018-02-21scsi: storvsc: Spread interrupts when picking a channel for I/O requestsMichael Kelley (EOSG)1-1/+2
2018-02-13scsi: storvsc: Increase cmd_per_lun for higher speed devicesMichael Kelley (EOSG)1-1/+1
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+3
2018-01-17scsi: storvsc: missing error code in storvsc_probe()Dan Carpenter1-1/+3
2017-12-20scsi: storvsc: Fix scsi_cmd error assignments in storvsc_handle_errorCathy Avery1-1/+2
2017-11-06scsi: storvsc: Avoid excessive host scan on controller changeLong Li1-15/+11
2017-11-03scsi: storvsc: Allow only one remove lun work item to be issued per lunCathy Avery1-5/+21
2017-08-30scsi: storvsc: fix memory leak on ring buffer busyLong Li1-0/+2
2017-06-26scsi: storvsc: use default I/O timeout handler for FC devicesLong Li1-0/+4
2017-06-12scsi: storvsc: remove unnecessary channel inbound lockStephen Hemminger1-5/+3
2017-06-12scsi: storvsc: use in place iterator functionStephen Hemminger1-29/+15
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+19
2017-04-19scsi: storvsc: Add support for FC rport.Cathy Avery1-5/+18
2017-04-13scsi: storvsc: remove return at end of void functionMiguel Bernal Marin1-2/+0
2017-04-13scsi: storvsc: Prefer kcalloc over kzalloc with multiplyMiguel Bernal Marin1-1/+1
2017-03-12Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley1-10/+17
2017-03-07scsi: storvsc: Workaround for virtual DVD SCSI versionStephen Hemminger1-10/+17
2017-02-27scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig1-5/+0
2017-01-31scsi: storvsc: remove bogus code to transfer struct scatterlistChristoph Hellwig1-7/+0
2017-01-05scsi: storvsc: properly set residual data length on errorsLong Li1-3/+13
2017-01-05scsi: storvsc: properly handle SRB_ERROR when sense message is presentLong Li1-0/+7
2017-01-05scsi: storvsc: use tagged SRB requests if supported by the deviceLong Li1-0/+9
2017-01-05scsi: storvsc: Enable multi-queue supportK. Y. Srinivasan1-3/+110
2017-01-05scsi: storvsc: Remove the restriction on max segment sizeK. Y. Srinivasan1-2/+0
2017-01-05scsi: storvsc: Enable tracking of queue depthK. Y. Srinivasan1-0/+1
2016-11-30scsi: storvsc: Payload buffer incorrectly sized for 32 bit kernels.Cathy Avery1-2/+2
2016-07-12scsi: storvsc: Filter out storvsc messages CD-ROM medium not presentCathy Avery1-0/+2
2016-03-08scsi: storvsc: fix SRB_STATUS_ABORTED handlingVitaly Kuznetsov1-2/+3
2016-02-04Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley1-5/+11
2016-01-28storvsc: Use the specified target ID in device lookupK. Y. Srinivasan1-5/+5
2016-01-28storvsc: Install the storvsc specific timeout handler for FC devicesK. Y. Srinivasan1-0/+6
2016-01-08storvsc: Fix typo in MODULE_PARM_DESCDan Carpenter1-1/+1
2016-01-06storvsc: Tighten up the interrupt pathK. Y. Srinivasan1-15/+8
2016-01-06storvsc: Refactor the code in storvsc_channel_init()K. Y. Srinivasan1-80/+46
2016-01-06storvsc: Properly support Fibre Channel devicesK. Y. Srinivasan1-47/+134
2016-01-06storvsc: Fix a bug in the layout of the hv_fc_wwn_packetK. Y. Srinivasan1-3/+2
2015-12-10storvsc: add logging for error/warning messagesLong Li1-1/+33
2015-11-09scsi: storvsc: Fix a bug in the handling of SRB status flagsK. Y. Srinivasan1-1/+4
2015-11-09storvsc: get rid of bounce bufferVitaly Kuznetsov1-281/+5
2015-11-09storvsc: Don't set the SRB_FLAGS_QUEUE_ACTION_ENABLE flagK. Y. Srinivasan1-2/+1
2015-08-26storvsc: Set the error code correctly in failure conditionsK. Y. Srinivasan1-3/+9
2015-08-26storvsc: Allow write_same when host is windows 10Keith Mange1-1/+5
2015-08-26storvsc: use storage protocol version to determine storage capabilitiesKeith Mange1-4/+4
2015-08-26storvsc: use correct defaults for values determined by protocol negotiationKeith Mange1-14/+19
2015-08-26storvsc: Untangle the storage protocol negotiation from the vmbus protocol ne...Keith Mange1-22/+86
2015-08-26storvsc: Use a single value to track protocol versionsKeith Mange1-26/+9
2015-08-26storvsc: Rather than look for sets of specific protocol versions, make decisi...Keith Mange1-8/+3
2015-08-12storvsc: use shost_for_each_device() instead of open codingVitaly Kuznetsov1-8/+1
2015-08-12storvsc: be more picky about scmnd->sc_data_directionVitaly Kuznetsov1-1/+9
2015-05-11storvsc: Set the SRB flags correctly when no data transfer is neededK. Y. Srinivasan1-2/+1
2015-04-09scsi: storvsc: Set the tablesize based on the information given by the hostK. Y. Srinivasan1-25/+64
2015-04-09scsi: storvsc: Don't assume that the scatterlist is not chainedK. Y. Srinivasan1-42/+57
2015-04-09scsi: storvsc: Fix a bug in copy_from_bounce_buffer()K. Y. Srinivasan1-7/+8
2015-04-09scsi: storvsc: Retrieve information about the capability of the targetK. Y. Srinivasan1-0/+6
2015-04-09scsi: storvsc: Always send on the selected outgoing channelK. Y. Srinivasan1-1/+1
2015-04-09scsi: storvsc: Size the queue depth based on the ringbuffer sizeK. Y. Srinivasan1-11/+16
2015-04-09scsi: storvsc: Increase the ring buffer sizeK. Y. Srinivasan1-1/+1
2015-01-09storvsc: force SPC-3 compliance on win8 and win8 r2 hostsK. Y. Srinivasan1-0/+13
2015-01-09storvsc: fix a bug in storvsc limitsK. Y. Srinivasan1-3/+12
2015-01-09storvsc: force discovery of LUNs that may have been removed.K. Y. Srinivasan1-0/+26
2015-01-09storvsc: in responce to a scan event, scan the hostK. Y. Srinivasan1-12/+7
2015-01-09storvsc: use cmd_size to allocate per-command dataChristoph Hellwig1-111/+8
2014-12-15storvsc: ring buffer failures may result in I/O freezeLong Li1-4/+3
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-1/+1
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-2/+1
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke1-1/+2
2014-09-22storvsc: get rid of overly verbose warning messagesK. Y. Srinivasan1-12/+0
2014-07-25Drivers: add blist flagsK. Y. Srinivasan1-0/+10
2014-07-25drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failureK. Y. Srinivasan1-0/+7
2014-07-25drivers: scsi: storvsc: Set srb_flags in all casesK. Y. Srinivasan1-7/+5
2014-07-25Drivers: scsi: storvsc: Implement a eh_timed_out handlerK. Y. Srinivasan1-0/+12
2014-07-25Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol versionK. Y. Srinivasan1-7/+10
2014-07-25Drivers: scsi: storvsc: Filter commands based on the storage protocol versionK. Y. Srinivasan1-3/+13
2014-07-25Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the HostK. Y. Srinivasan1-1/+1
2014-07-25Drivers: scsi: storvsc: Change the limits to reflect the values on the hostK. Y. Srinivasan1-16/+31
2014-03-12[SCSI] storvsc: NULL pointer dereference fixAles Novak1-0/+3
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen1-0/+1
2013-08-02Drivers: hv: remove HV_DRV_VERSIONOlaf Hering1-1/+0
2013-07-08[SCSI] storvsc: Increase the value of STORVSC_MAX_IO_REQUESTSK. Y. Srinivasan1-1/+1
2013-07-08[SCSI] storvsc: Support FC devicesK. Y. Srinivasan1-0/+6
2013-07-08[SCSI] storvsc: Implement multi-channel supportK. Y. Srinivasan1-4/+127
2013-06-26[SCSI] storvsc: Update the storage protocol to win8 levelK. Y. Srinivasan1-35/+168
2013-06-26[SCSI] storvsc: Increase the value of scsi timeout for storvsc devicesK. Y. Srinivasan1-0/+7
2013-03-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-42/+95
2013-02-24[SCSI] storvsc: Handle dynamic resizing of the deviceK. Y. Srinivasan1-0/+31
2013-02-24[SCSI] storvsc: Restructure error handling code on command completionK. Y. Srinivasan1-42/+59
2013-02-24[SCSI] storvsc: avoid usage of WRITE_SAMEOlaf Hering1-0/+4
2013-02-24[SCSI] storvsc: Initialize the sglistK. Y. Srinivasan1-0/+1
2013-01-25Drivers: scsi: storvsc: Use the consolidated GUID definitionK. Y. Srinivasan1-6/+6
2012-10-09[SCSI] storvsc: Account for in-transit packets in the RESET pathK. Y. Srinivasan1-0/+5
2012-04-25[SCSI] storvsc: Properly handle errors from the hostK. Y. Srinivasan1-5/+15
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-26/+26
2012-02-13Staging: hv: storvsc: Move the storage driver out of the staging areaK. Y. Srinivasan1-0/+1548