aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/storvsc_drv.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-15scsi: storvsc: Correctly set number of hardware queues for IDE diskGravatar Long Li 1-1/+3
2019-11-21scsi: storvsc: Add the support of hibernationGravatar Dexuan Cui 1-0/+41
2019-09-23scsi: storvsc: setup 1:1 mapping between hardware queue and CPU queueGravatar Long Li 1-2/+1
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-3/+2
2019-07-16scsi: storvsc: set virt_boundary_mask in the scsi host templateGravatar Christoph Hellwig 1-3/+2
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-0/+11
2019-06-20scsi: storvsc: Add ability to change scsi queue depthGravatar Branden Bonaby 1-0/+11
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Gravatar Thomas Gleixner 1-13/+1
2019-04-03scsi: storvsc: Reduce default ring buffer size to 128 KbytesGravatar Michael Kelley 1-1/+1
2019-04-03scsi: storvsc: Fix calculation of sub-channel countGravatar Michael Kelley 1-2/+11
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+0
2018-12-18scsi: flip the default on use_clusteringGravatar Christoph Hellwig 1-1/+0
2018-11-28scsi: storvsc: Fix a race in sub-channel creation that can cause panicGravatar Dexuan Cui 1-31/+30
2018-07-03use the new async probing feature for the hyperv driversGravatar Arjan van de Ven 1-0/+3
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-23/+62
2018-05-18scsi: storvsc: Avoid allocating memory for temp cpumasksGravatar Michael Kelley 1-31/+19
2018-04-20scsi: storvsc: Select channel based on available percentage of ring buffer to...Gravatar Long Li 1-18/+72
2018-04-20scsi: storvsc: Set up correct queue depth values for IDE devicesGravatar Long Li 1-2/+5
2018-04-19scsi: storsvc: don't set a bounce limitGravatar Christoph Hellwig 1-3/+0
2018-03-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-1/+2
2018-02-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-1/+1
2018-02-21scsi: storvsc: Spread interrupts when picking a channel for I/O requestsGravatar Michael Kelley (EOSG) 1-1/+2
2018-02-13scsi: storvsc: Increase cmd_per_lun for higher speed devicesGravatar Michael Kelley (EOSG) 1-1/+1
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+3
2018-01-17scsi: storvsc: missing error code in storvsc_probe()Gravatar Dan Carpenter 1-1/+3
2017-12-20scsi: storvsc: Fix scsi_cmd error assignments in storvsc_handle_errorGravatar Cathy Avery 1-1/+2
2017-11-06scsi: storvsc: Avoid excessive host scan on controller changeGravatar Long Li 1-15/+11
2017-11-03scsi: storvsc: Allow only one remove lun work item to be issued per lunGravatar Cathy Avery 1-5/+21
2017-08-30scsi: storvsc: fix memory leak on ring buffer busyGravatar Long Li 1-0/+2
2017-06-26scsi: storvsc: use default I/O timeout handler for FC devicesGravatar Long Li 1-0/+4
2017-06-12scsi: storvsc: remove unnecessary channel inbound lockGravatar Stephen Hemminger 1-5/+3
2017-06-12scsi: storvsc: use in place iterator functionGravatar Stephen Hemminger 1-29/+15
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-8/+19
2017-04-19scsi: storvsc: Add support for FC rport.Gravatar Cathy Avery 1-5/+18
2017-04-13scsi: storvsc: remove return at end of void functionGravatar Miguel Bernal Marin 1-2/+0
2017-04-13scsi: storvsc: Prefer kcalloc over kzalloc with multiplyGravatar Miguel Bernal Marin 1-1/+1
2017-03-12Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesGravatar James Bottomley 1-10/+17
2017-03-07scsi: storvsc: Workaround for virtual DVD SCSI versionGravatar Stephen Hemminger 1-10/+17
2017-02-27scripts/spelling.txt: add "intialization" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-02-06scsi: remove eh_timed_out methods in the transport templateGravatar Christoph Hellwig 1-5/+0
2017-01-31scsi: storvsc: remove bogus code to transfer struct scatterlistGravatar Christoph Hellwig 1-7/+0
2017-01-05scsi: storvsc: properly set residual data length on errorsGravatar Long Li 1-3/+13
2017-01-05scsi: storvsc: properly handle SRB_ERROR when sense message is presentGravatar Long Li 1-0/+7
2017-01-05scsi: storvsc: use tagged SRB requests if supported by the deviceGravatar Long Li 1-0/+9
2017-01-05scsi: storvsc: Enable multi-queue supportGravatar K. Y. Srinivasan 1-3/+110
2017-01-05scsi: storvsc: Remove the restriction on max segment sizeGravatar K. Y. Srinivasan 1-2/+0
2017-01-05scsi: storvsc: Enable tracking of queue depthGravatar K. Y. Srinivasan 1-0/+1
2016-11-30scsi: storvsc: Payload buffer incorrectly sized for 32 bit kernels.Gravatar Cathy Avery 1-2/+2
2016-07-12scsi: storvsc: Filter out storvsc messages CD-ROM medium not presentGravatar Cathy Avery 1-0/+2
2016-03-08scsi: storvsc: fix SRB_STATUS_ABORTED handlingGravatar Vitaly Kuznetsov 1-2/+3