index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
storvsc_drv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-13
storvsc: use shost_for_each_device() instead of open coding
Vitaly Kuznetsov
1
-8
/
+1
2015-08-13
storvsc: be more picky about scmnd->sc_data_direction
Vitaly Kuznetsov
1
-1
/
+9
2015-05-11
storvsc: Set the SRB flags correctly when no data transfer is needed
K. Y. Srinivasan
1
-2
/
+1
2015-04-09
scsi: storvsc: Set the tablesize based on the information given by the host
K. Y. Srinivasan
1
-25
/
+64
2015-04-09
scsi: storvsc: Don't assume that the scatterlist is not chained
K. Y. Srinivasan
1
-42
/
+57
2015-04-09
scsi: storvsc: Fix a bug in copy_from_bounce_buffer()
K. Y. Srinivasan
1
-7
/
+8
2015-04-09
scsi: storvsc: Retrieve information about the capability of the target
K. Y. Srinivasan
1
-0
/
+6
2015-04-09
scsi: storvsc: Always send on the selected outgoing channel
K. Y. Srinivasan
1
-1
/
+1
2015-04-09
scsi: storvsc: Size the queue depth based on the ringbuffer size
K. Y. Srinivasan
1
-11
/
+16
2015-04-09
scsi: storvsc: Increase the ring buffer size
K. Y. Srinivasan
1
-1
/
+1
2015-01-09
storvsc: force SPC-3 compliance on win8 and win8 r2 hosts
K. Y. Srinivasan
1
-0
/
+13
2015-01-09
storvsc: fix a bug in storvsc limits
K. Y. Srinivasan
1
-3
/
+12
2015-01-09
storvsc: force discovery of LUNs that may have been removed.
K. Y. Srinivasan
1
-0
/
+26
2015-01-09
storvsc: in responce to a scan event, scan the host
K. Y. Srinivasan
1
-12
/
+7
2015-01-09
storvsc: use cmd_size to allocate per-command data
Christoph Hellwig
1
-111
/
+8
2014-12-15
storvsc: ring buffer failures may result in I/O freeze
Long Li
1
-4
/
+3
2014-11-24
scsi: drop reason argument from ->change_queue_depth
Christoph Hellwig
1
-1
/
+1
2014-11-12
scsi: don't set tagging state from scsi_adjust_queue_depth
Christoph Hellwig
1
-2
/
+1
2014-11-12
scsi: use sdev as argument for sense code printing
Hannes Reinecke
1
-1
/
+2
2014-09-22
storvsc: get rid of overly verbose warning messages
K. Y. Srinivasan
1
-12
/
+0
2014-07-26
Drivers: add blist flags
K. Y. Srinivasan
1
-0
/
+10
2014-07-26
drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failure
K. Y. Srinivasan
1
-0
/
+7
2014-07-26
drivers: scsi: storvsc: Set srb_flags in all cases
K. Y. Srinivasan
1
-7
/
+5
2014-07-26
Drivers: scsi: storvsc: Implement a eh_timed_out handler
K. Y. Srinivasan
1
-0
/
+12
2014-07-26
Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol version
K. Y. Srinivasan
1
-7
/
+10
2014-07-26
Drivers: scsi: storvsc: Filter commands based on the storage protocol version
K. Y. Srinivasan
1
-3
/
+13
2014-07-26
Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the Host
K. Y. Srinivasan
1
-1
/
+1
2014-07-26
Drivers: scsi: storvsc: Change the limits to reflect the values on the host
K. Y. Srinivasan
1
-16
/
+31
2014-03-12
[SCSI] storvsc: NULL pointer dereference fix
Ales Novak
1
-0
/
+3
2013-11-29
[SCSI] Disable WRITE SAME for RAID and virtual host adapter drivers
Martin K. Petersen
1
-0
/
+1
2013-08-02
Drivers: hv: remove HV_DRV_VERSION
Olaf Hering
1
-1
/
+0
2013-07-08
[SCSI] storvsc: Increase the value of STORVSC_MAX_IO_REQUESTS
K. Y. Srinivasan
1
-1
/
+1
2013-07-08
[SCSI] storvsc: Support FC devices
K. Y. Srinivasan
1
-0
/
+6
2013-07-08
[SCSI] storvsc: Implement multi-channel support
K. Y. Srinivasan
1
-4
/
+127
2013-06-27
[SCSI] storvsc: Update the storage protocol to win8 level
K. Y. Srinivasan
1
-35
/
+168
2013-06-27
[SCSI] storvsc: Increase the value of scsi timeout for storvsc devices
K. Y. Srinivasan
1
-0
/
+7
2013-03-02
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
1
-42
/
+95
2013-02-24
[SCSI] storvsc: Handle dynamic resizing of the device
K. Y. Srinivasan
1
-0
/
+31
2013-02-24
[SCSI] storvsc: Restructure error handling code on command completion
K. Y. Srinivasan
1
-42
/
+59
2013-02-24
[SCSI] storvsc: avoid usage of WRITE_SAME
Olaf Hering
1
-0
/
+4
2013-02-24
[SCSI] storvsc: Initialize the sglist
K. Y. Srinivasan
1
-0
/
+1
2013-01-25
Drivers: scsi: storvsc: Use the consolidated GUID definition
K. Y. Srinivasan
1
-6
/
+6
2012-10-09
[SCSI] storvsc: Account for in-transit packets in the RESET path
K. Y. Srinivasan
1
-0
/
+5
2012-04-25
[SCSI] storvsc: Properly handle errors from the host
K. Y. Srinivasan
1
-5
/
+15
2012-03-21
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
Linus Torvalds
1
-26
/
+26
2012-02-13
Staging: hv: storvsc: Move the storage driver out of the staging area
K. Y. Srinivasan
1
-0
/
+1548