summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/storvsc_drv.c
Commit message (Expand)AuthorAgeFilesLines
* storvsc: Set the error code correctly in failure conditionsK. Y. Srinivasan2015-08-271-3/+9
* storvsc: Allow write_same when host is windows 10Keith Mange2015-08-271-1/+5
* storvsc: use storage protocol version to determine storage capabilitiesKeith Mange2015-08-271-4/+4
* storvsc: use correct defaults for values determined by protocol negotiationKeith Mange2015-08-271-14/+19
* storvsc: Untangle the storage protocol negotiation from the vmbus protocol ne...Keith Mange2015-08-271-22/+86
* storvsc: Use a single value to track protocol versionsKeith Mange2015-08-271-26/+9Star
* storvsc: Rather than look for sets of specific protocol versions, make decisi...Keith Mange2015-08-271-8/+3Star
* storvsc: use shost_for_each_device() instead of open codingVitaly Kuznetsov2015-08-131-8/+1Star
* storvsc: be more picky about scmnd->sc_data_directionVitaly Kuznetsov2015-08-131-1/+9
* storvsc: Set the SRB flags correctly when no data transfer is neededK. Y. Srinivasan2015-05-111-2/+1Star
* scsi: storvsc: Set the tablesize based on the information given by the hostK. Y. Srinivasan2015-04-091-25/+64
* scsi: storvsc: Don't assume that the scatterlist is not chainedK. Y. Srinivasan2015-04-091-42/+57
* scsi: storvsc: Fix a bug in copy_from_bounce_buffer()K. Y. Srinivasan2015-04-091-7/+8
* scsi: storvsc: Retrieve information about the capability of the targetK. Y. Srinivasan2015-04-091-0/+6
* scsi: storvsc: Always send on the selected outgoing channelK. Y. Srinivasan2015-04-091-1/+1
* scsi: storvsc: Size the queue depth based on the ringbuffer sizeK. Y. Srinivasan2015-04-091-11/+16
* scsi: storvsc: Increase the ring buffer sizeK. Y. Srinivasan2015-04-091-1/+1
* storvsc: force SPC-3 compliance on win8 and win8 r2 hostsK. Y. Srinivasan2015-01-091-0/+13
* storvsc: fix a bug in storvsc limitsK. Y. Srinivasan2015-01-091-3/+12
* storvsc: force discovery of LUNs that may have been removed.K. Y. Srinivasan2015-01-091-0/+26
* storvsc: in responce to a scan event, scan the hostK. Y. Srinivasan2015-01-091-12/+7Star
* storvsc: use cmd_size to allocate per-command dataChristoph Hellwig2015-01-091-111/+8Star
* storvsc: ring buffer failures may result in I/O freezeLong Li2014-12-151-4/+3Star
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-1/+1
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-2/+1Star
* scsi: use sdev as argument for sense code printingHannes Reinecke2014-11-121-1/+2
* storvsc: get rid of overly verbose warning messagesK. Y. Srinivasan2014-09-221-12/+0Star
* Drivers: add blist flagsK. Y. Srinivasan2014-07-251-0/+10
* drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failureK. Y. Srinivasan2014-07-251-0/+7
* drivers: scsi: storvsc: Set srb_flags in all casesK. Y. Srinivasan2014-07-251-7/+5Star
* Drivers: scsi: storvsc: Implement a eh_timed_out handlerK. Y. Srinivasan2014-07-251-0/+12
* Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol versionK. Y. Srinivasan2014-07-251-7/+10
* Drivers: scsi: storvsc: Filter commands based on the storage protocol versionK. Y. Srinivasan2014-07-251-3/+13
* Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the HostK. Y. Srinivasan2014-07-251-1/+1
* Drivers: scsi: storvsc: Change the limits to reflect the values on the hostK. Y. Srinivasan2014-07-251-16/+31
* [SCSI] storvsc: NULL pointer dereference fixAles Novak2014-03-121-0/+3
* [SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen2013-11-291-0/+1
* Drivers: hv: remove HV_DRV_VERSIONOlaf Hering2013-08-021-1/+0Star
* [SCSI] storvsc: Increase the value of STORVSC_MAX_IO_REQUESTSK. Y. Srinivasan2013-07-081-1/+1
* [SCSI] storvsc: Support FC devicesK. Y. Srinivasan2013-07-081-0/+6
* [SCSI] storvsc: Implement multi-channel supportK. Y. Srinivasan2013-07-081-4/+127
* [SCSI] storvsc: Update the storage protocol to win8 levelK. Y. Srinivasan2013-06-271-35/+168
* [SCSI] storvsc: Increase the value of scsi timeout for storvsc devicesK. Y. Srinivasan2013-06-271-0/+7
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-03-021-42/+95
|\
| * [SCSI] storvsc: Handle dynamic resizing of the deviceK. Y. Srinivasan2013-02-241-0/+31
| * [SCSI] storvsc: Restructure error handling code on command completionK. Y. Srinivasan2013-02-241-42/+59
| * [SCSI] storvsc: avoid usage of WRITE_SAMEOlaf Hering2013-02-241-0/+4
| * [SCSI] storvsc: Initialize the sglistK. Y. Srinivasan2013-02-241-0/+1
* | Drivers: scsi: storvsc: Use the consolidated GUID definitionK. Y. Srinivasan2013-01-251-6/+6
|/
* [SCSI] storvsc: Account for in-transit packets in the RESET pathK. Y. Srinivasan2012-10-091-0/+5