aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/storvsc_drv.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-26storvsc: Set the error code correctly in failure conditionsGravatar K. Y. Srinivasan 1-3/+9
2015-08-26storvsc: Allow write_same when host is windows 10Gravatar Keith Mange 1-1/+5
2015-08-26storvsc: use storage protocol version to determine storage capabilitiesGravatar Keith Mange 1-4/+4
2015-08-26storvsc: use correct defaults for values determined by protocol negotiationGravatar Keith Mange 1-14/+19
2015-08-26storvsc: Untangle the storage protocol negotiation from the vmbus protocol ne...Gravatar Keith Mange 1-22/+86
2015-08-26storvsc: Use a single value to track protocol versionsGravatar Keith Mange 1-26/+9
2015-08-26storvsc: Rather than look for sets of specific protocol versions, make decisi...Gravatar Keith Mange 1-8/+3
2015-08-12storvsc: use shost_for_each_device() instead of open codingGravatar Vitaly Kuznetsov 1-8/+1
2015-08-12storvsc: be more picky about scmnd->sc_data_directionGravatar Vitaly Kuznetsov 1-1/+9
2015-05-11storvsc: Set the SRB flags correctly when no data transfer is neededGravatar K. Y. Srinivasan 1-2/+1
2015-04-09scsi: storvsc: Set the tablesize based on the information given by the hostGravatar K. Y. Srinivasan 1-25/+64
2015-04-09scsi: storvsc: Don't assume that the scatterlist is not chainedGravatar K. Y. Srinivasan 1-42/+57
2015-04-09scsi: storvsc: Fix a bug in copy_from_bounce_buffer()Gravatar K. Y. Srinivasan 1-7/+8
2015-04-09scsi: storvsc: Retrieve information about the capability of the targetGravatar K. Y. Srinivasan 1-0/+6
2015-04-09scsi: storvsc: Always send on the selected outgoing channelGravatar K. Y. Srinivasan 1-1/+1
2015-04-09scsi: storvsc: Size the queue depth based on the ringbuffer sizeGravatar K. Y. Srinivasan 1-11/+16
2015-04-09scsi: storvsc: Increase the ring buffer sizeGravatar K. Y. Srinivasan 1-1/+1
2015-01-09storvsc: force SPC-3 compliance on win8 and win8 r2 hostsGravatar K. Y. Srinivasan 1-0/+13
2015-01-09storvsc: fix a bug in storvsc limitsGravatar K. Y. Srinivasan 1-3/+12
2015-01-09storvsc: force discovery of LUNs that may have been removed.Gravatar K. Y. Srinivasan 1-0/+26
2015-01-09storvsc: in responce to a scan event, scan the hostGravatar K. Y. Srinivasan 1-12/+7
2015-01-09storvsc: use cmd_size to allocate per-command dataGravatar Christoph Hellwig 1-111/+8
2014-12-15storvsc: ring buffer failures may result in I/O freezeGravatar Long Li 1-4/+3
2014-11-24scsi: drop reason argument from ->change_queue_depthGravatar Christoph Hellwig 1-1/+1
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthGravatar Christoph Hellwig 1-2/+1
2014-11-12scsi: use sdev as argument for sense code printingGravatar Hannes Reinecke 1-1/+2
2014-09-22storvsc: get rid of overly verbose warning messagesGravatar K. Y. Srinivasan 1-12/+0
2014-07-25Drivers: add blist flagsGravatar K. Y. Srinivasan 1-0/+10
2014-07-25drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failureGravatar K. Y. Srinivasan 1-0/+7
2014-07-25drivers: scsi: storvsc: Set srb_flags in all casesGravatar K. Y. Srinivasan 1-7/+5
2014-07-25Drivers: scsi: storvsc: Implement a eh_timed_out handlerGravatar K. Y. Srinivasan 1-0/+12
2014-07-25Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol versionGravatar K. Y. Srinivasan 1-7/+10
2014-07-25Drivers: scsi: storvsc: Filter commands based on the storage protocol versionGravatar K. Y. Srinivasan 1-3/+13
2014-07-25Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the HostGravatar K. Y. Srinivasan 1-1/+1
2014-07-25Drivers: scsi: storvsc: Change the limits to reflect the values on the hostGravatar K. Y. Srinivasan 1-16/+31
2014-03-12[SCSI] storvsc: NULL pointer dereference fixGravatar Ales Novak 1-0/+3
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversGravatar Martin K. Petersen 1-0/+1
2013-08-02Drivers: hv: remove HV_DRV_VERSIONGravatar Olaf Hering 1-1/+0
2013-07-08[SCSI] storvsc: Increase the value of STORVSC_MAX_IO_REQUESTSGravatar K. Y. Srinivasan 1-1/+1
2013-07-08[SCSI] storvsc: Support FC devicesGravatar K. Y. Srinivasan 1-0/+6
2013-07-08[SCSI] storvsc: Implement multi-channel supportGravatar K. Y. Srinivasan 1-4/+127
2013-06-26[SCSI] storvsc: Update the storage protocol to win8 levelGravatar K. Y. Srinivasan 1-35/+168
2013-06-26[SCSI] storvsc: Increase the value of scsi timeout for storvsc devicesGravatar K. Y. Srinivasan 1-0/+7
2013-03-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 1-42/+95
2013-02-24[SCSI] storvsc: Handle dynamic resizing of the deviceGravatar K. Y. Srinivasan 1-0/+31
2013-02-24[SCSI] storvsc: Restructure error handling code on command completionGravatar K. Y. Srinivasan 1-42/+59
2013-02-24[SCSI] storvsc: avoid usage of WRITE_SAMEGravatar Olaf Hering 1-0/+4
2013-02-24[SCSI] storvsc: Initialize the sglistGravatar K. Y. Srinivasan 1-0/+1
2013-01-25Drivers: scsi: storvsc: Use the consolidated GUID definitionGravatar K. Y. Srinivasan 1-6/+6
2012-10-09[SCSI] storvsc: Account for in-transit packets in the RESET pathGravatar K. Y. Srinivasan 1-0/+5