aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/storvsc_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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_callback()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/kernel/git/hyperv/linuxLinus Torvalds1-3/+23
2020-12-11Revert "scsi: storvsc: Validate length of incoming packet in storvsc_on_channel_callback()"Andrea Parri (Microsoft)1-5/+0
2020-11-30scsi: storvsc: Validate length of incoming packet in storvsc_on_channel_callback()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 hardeningAndres 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/scsiLinus 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 writeLong 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/scsiLinus Torvalds1-1/+2
2018-02-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2018-02-21scsi: storvsc: Spread interrupts when picking a channel for I/O requestsMichael Kelley (EOSG)1-1/+2