aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/storvsc_drv.c
AgeCommit message (Expand)Author
2019-04-03scsi: storvsc: Reduce default ring buffer size to 128 KbytesMichael Kelley
2019-04-03scsi: storvsc: Fix calculation of sub-channel countMichael Kelley
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig
2018-11-28scsi: storvsc: Fix a race in sub-channel creation that can cause panicDexuan Cui
2018-07-03use the new async probing feature for the hyperv driversArjan van de Ven
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-05-18scsi: storvsc: Avoid allocating memory for temp cpumasksMichael Kelley
2018-04-20scsi: storvsc: Select channel based on available percentage of ring buffer to...Long Li
2018-04-20scsi: storvsc: Set up correct queue depth values for IDE devicesLong Li
2018-04-19scsi: storsvc: don't set a bounce limitChristoph Hellwig
2018-03-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2018-02-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2018-02-21scsi: storvsc: Spread interrupts when picking a channel for I/O requestsMichael Kelley (EOSG)
2018-02-13scsi: storvsc: Increase cmd_per_lun for higher speed devicesMichael Kelley (EOSG)
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-01-17scsi: storvsc: missing error code in storvsc_probe()Dan Carpenter
2017-12-20scsi: storvsc: Fix scsi_cmd error assignments in storvsc_handle_errorCathy Avery
2017-11-06scsi: storvsc: Avoid excessive host scan on controller changeLong Li
2017-11-03scsi: storvsc: Allow only one remove lun work item to be issued per lunCathy Avery
2017-08-30scsi: storvsc: fix memory leak on ring buffer busyLong Li
2017-06-26scsi: storvsc: use default I/O timeout handler for FC devicesLong Li
2017-06-12scsi: storvsc: remove unnecessary channel inbound lockStephen Hemminger
2017-06-12scsi: storvsc: use in place iterator functionStephen Hemminger
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-04-19scsi: storvsc: Add support for FC rport.Cathy Avery
2017-04-13scsi: storvsc: remove return at end of void functionMiguel Bernal Marin
2017-04-13scsi: storvsc: Prefer kcalloc over kzalloc with multiplyMiguel Bernal Marin
2017-03-12Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley
2017-03-07scsi: storvsc: Workaround for virtual DVD SCSI versionStephen Hemminger
2017-02-27scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig
2017-01-31scsi: storvsc: remove bogus code to transfer struct scatterlistChristoph Hellwig
2017-01-05scsi: storvsc: properly set residual data length on errorsLong Li
2017-01-05scsi: storvsc: properly handle SRB_ERROR when sense message is presentLong Li
2017-01-05scsi: storvsc: use tagged SRB requests if supported by the deviceLong Li
2017-01-05scsi: storvsc: Enable multi-queue supportK. Y. Srinivasan
2017-01-05scsi: storvsc: Remove the restriction on max segment sizeK. Y. Srinivasan
2017-01-05scsi: storvsc: Enable tracking of queue depthK. Y. Srinivasan
2016-11-30scsi: storvsc: Payload buffer incorrectly sized for 32 bit kernels.Cathy Avery
2016-07-12scsi: storvsc: Filter out storvsc messages CD-ROM medium not presentCathy Avery
2016-03-08scsi: storvsc: fix SRB_STATUS_ABORTED handlingVitaly Kuznetsov
2016-02-04Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley
2016-01-28storvsc: Use the specified target ID in device lookupK. Y. Srinivasan
2016-01-28storvsc: Install the storvsc specific timeout handler for FC devicesK. Y. Srinivasan
2016-01-08storvsc: Fix typo in MODULE_PARM_DESCDan Carpenter
2016-01-06storvsc: Tighten up the interrupt pathK. Y. Srinivasan
2016-01-06storvsc: Refactor the code in storvsc_channel_init()K. Y. Srinivasan
2016-01-06storvsc: Properly support Fibre Channel devicesK. Y. Srinivasan
2016-01-06storvsc: Fix a bug in the layout of the hv_fc_wwn_packetK. Y. Srinivasan