summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/storvsc_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-07-201-3/+2Star
|\
| * scsi: storvsc: set virt_boundary_mask in the scsi host templateChristoph Hellwig2019-07-171-3/+2Star
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-121-0/+11
|\|
| * scsi: storvsc: Add ability to change scsi queue depthBranden Bonaby2019-06-201-0/+11
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner2019-06-051-13/+1Star
|/
* scsi: storvsc: Reduce default ring buffer size to 128 KbytesMichael Kelley2019-04-041-1/+1
* scsi: storvsc: Fix calculation of sub-channel countMichael Kelley2019-04-041-2/+11
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-1/+0Star
|\
| * scsi: flip the default on use_clusteringChristoph Hellwig2018-12-191-1/+0Star
* | scsi: storvsc: Fix a race in sub-channel creation that can cause panicDexuan Cui2018-11-291-31/+30Star
|/
* use the new async probing feature for the hyperv driversArjan van de Ven2018-07-031-0/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-101-23/+62
|\
| * scsi: storvsc: Avoid allocating memory for temp cpumasksMichael Kelley2018-05-181-31/+19Star
| * scsi: storvsc: Select channel based on available percentage of ring buffer to...Long Li2018-04-201-18/+72
| * scsi: storsvc: don't set a bounce limitChristoph Hellwig2018-04-191-3/+0Star
* | scsi: storvsc: Set up correct queue depth values for IDE devicesLong Li2018-04-201-2/+5
|/
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-03-071-1/+2
|\
| * scsi: storvsc: Spread interrupts when picking a channel for I/O requestsMichael Kelley (EOSG)2018-02-221-1/+2
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-02-231-1/+1
|\|
| * scsi: storvsc: Increase cmd_per_lun for higher speed devicesMichael Kelley (EOSG)2018-02-141-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-01-311-1/+3
|\|
| * scsi: storvsc: missing error code in storvsc_probe()Dan Carpenter2018-01-171-1/+3
* | scsi: storvsc: Fix scsi_cmd error assignments in storvsc_handle_errorCathy Avery2017-12-211-1/+2
|/
* scsi: storvsc: Avoid excessive host scan on controller changeLong Li2017-11-071-15/+11Star
* scsi: storvsc: Allow only one remove lun work item to be issued per lunCathy Avery2017-11-031-5/+21
* scsi: storvsc: fix memory leak on ring buffer busyLong Li2017-08-311-0/+2
* scsi: storvsc: use default I/O timeout handler for FC devicesLong Li2017-06-261-0/+4
* scsi: storvsc: remove unnecessary channel inbound lockStephen Hemminger2017-06-131-5/+3Star
* scsi: storvsc: use in place iterator functionStephen Hemminger2017-06-131-29/+15Star
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-05-041-8/+19
|\
| * scsi: storvsc: Add support for FC rport.Cathy Avery2017-04-201-5/+18
| * scsi: storvsc: remove return at end of void functionMiguel Bernal Marin2017-04-141-2/+0Star
| * scsi: storvsc: Prefer kcalloc over kzalloc with multiplyMiguel Bernal Marin2017-04-141-1/+1
* | Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley2017-03-121-10/+17
|\ \ | |/ |/|
| * scsi: storvsc: Workaround for virtual DVD SCSI versionStephen Hemminger2017-03-081-10/+17
* | scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
|/
* scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-071-5/+0Star
* scsi: storvsc: remove bogus code to transfer struct scatterlistChristoph Hellwig2017-02-011-7/+0Star
* scsi: storvsc: properly set residual data length on errorsLong Li2017-01-051-3/+13
* scsi: storvsc: properly handle SRB_ERROR when sense message is presentLong Li2017-01-051-0/+7
* scsi: storvsc: use tagged SRB requests if supported by the deviceLong Li2017-01-051-0/+9
* scsi: storvsc: Enable multi-queue supportK. Y. Srinivasan2017-01-051-3/+110
* scsi: storvsc: Remove the restriction on max segment sizeK. Y. Srinivasan2017-01-051-2/+0Star
* scsi: storvsc: Enable tracking of queue depthK. Y. Srinivasan2017-01-051-0/+1
* scsi: storvsc: Payload buffer incorrectly sized for 32 bit kernels.Cathy Avery2016-11-301-2/+2
* scsi: storvsc: Filter out storvsc messages CD-ROM medium not presentCathy Avery2016-07-131-0/+2
* scsi: storvsc: fix SRB_STATUS_ABORTED handlingVitaly Kuznetsov2016-03-091-2/+3
* Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley2016-02-051-5/+11
|\
| * storvsc: Use the specified target ID in device lookupK. Y. Srinivasan2016-01-291-5/+5
| * storvsc: Install the storvsc specific timeout handler for FC devicesK. Y. Srinivasan2016-01-291-0/+6