summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/storvsc_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-1/+0
|\
| * scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* | scsi: storvsc: Fix a race in sub-channel creation that can cause panicDexuan Cui2018-11-281-31/+30
|/
* 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/+19
| * 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/+0
* | 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-211-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-131-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-201-1/+2
|/
* scsi: storvsc: Avoid excessive host scan on controller changeLong Li2017-11-061-15/+11
* 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-301-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-121-5/+3
* scsi: storvsc: use in place iterator functionStephen Hemminger2017-06-121-29/+15
* 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-191-5/+18
| * scsi: storvsc: remove return at end of void functionMiguel Bernal Marin2017-04-131-2/+0
| * scsi: storvsc: Prefer kcalloc over kzalloc with multiplyMiguel Bernal Marin2017-04-131-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-071-10/+17
* | scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
|/
* scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-061-5/+0
* scsi: storvsc: remove bogus code to transfer struct scatterlistChristoph Hellwig2017-01-311-7/+0
* 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/+0
* 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-121-0/+2
* scsi: storvsc: fix SRB_STATUS_ABORTED handlingVitaly Kuznetsov2016-03-081-2/+3
* Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley2016-02-041-5/+11
|\
| * storvsc: Use the specified target ID in device lookupK. Y. Srinivasan2016-01-281-5/+5
| * storvsc: Install the storvsc specific timeout handler for FC devicesK. Y. Srinivasan2016-01-281-0/+6
* | storvsc: Fix typo in MODULE_PARM_DESCDan Carpenter2016-01-081-1/+1
|/
* storvsc: Tighten up the interrupt pathK. Y. Srinivasan2016-01-061-15/+8
* storvsc: Refactor the code in storvsc_channel_init()K. Y. Srinivasan2016-01-061-80/+46
* storvsc: Properly support Fibre Channel devicesK. Y. Srinivasan2016-01-061-47/+134
* storvsc: Fix a bug in the layout of the hv_fc_wwn_packetK. Y. Srinivasan2016-01-061-3/+2
* storvsc: add logging for error/warning messagesLong Li2015-12-101-1/+33
* scsi: storvsc: Fix a bug in the handling of SRB status flagsK. Y. Srinivasan2015-11-091-1/+4