aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/storvsc_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-08scsi: storvsc: fix SRB_STATUS_ABORTED handlingVitaly Kuznetsov1-2/+3
2016-02-04Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley1-5/+11
2016-01-28storvsc: Use the specified target ID in device lookupK. Y. Srinivasan1-5/+5
2016-01-28storvsc: Install the storvsc specific timeout handler for FC devicesK. Y. Srinivasan1-0/+6
2016-01-08storvsc: Fix typo in MODULE_PARM_DESCDan Carpenter1-1/+1
2016-01-06storvsc: Tighten up the interrupt pathK. Y. Srinivasan1-15/+8
2016-01-06storvsc: Refactor the code in storvsc_channel_init()K. Y. Srinivasan1-80/+46
2016-01-06storvsc: Properly support Fibre Channel devicesK. Y. Srinivasan1-47/+134
2016-01-06storvsc: Fix a bug in the layout of the hv_fc_wwn_packetK. Y. Srinivasan1-3/+2
2015-12-10storvsc: add logging for error/warning messagesLong Li1-1/+33
2015-11-09scsi: storvsc: Fix a bug in the handling of SRB status flagsK. Y. Srinivasan1-1/+4
2015-11-09storvsc: get rid of bounce bufferVitaly Kuznetsov1-281/+5
2015-11-09storvsc: Don't set the SRB_FLAGS_QUEUE_ACTION_ENABLE flagK. Y. Srinivasan1-2/+1
2015-08-26storvsc: Set the error code correctly in failure conditionsK. Y. Srinivasan1-3/+9
2015-08-26storvsc: Allow write_same when host is windows 10Keith Mange1-1/+5
2015-08-26storvsc: use storage protocol version to determine storage capabilitiesKeith Mange1-4/+4
2015-08-26storvsc: use correct defaults for values determined by protocol negotiationKeith Mange1-14/+19
2015-08-26storvsc: Untangle the storage protocol negotiation from the vmbus protocol negotiation.Keith Mange1-22/+86
2015-08-26storvsc: Use a single value to track protocol versionsKeith Mange1-26/+9
2015-08-26storvsc: Rather than look for sets of specific protocol versions, make decisions based on ranges.Keith Mange1-8/+3
2015-08-12storvsc: use shost_for_each_device() instead of open codingVitaly Kuznetsov1-8/+1
2015-08-12storvsc: be more picky about scmnd->sc_data_directionVitaly Kuznetsov1-1/+9
2015-05-11storvsc: Set the SRB flags correctly when no data transfer is neededK. Y. Srinivasan1-2/+1
2015-04-09scsi: storvsc: Set the tablesize based on the information given by the hostK. Y. Srinivasan1-25/+64
2015-04-09scsi: storvsc: Don't assume that the scatterlist is not chainedK. Y. Srinivasan1-42/+57
2015-04-09scsi: storvsc: Fix a bug in copy_from_bounce_buffer()K. Y. Srinivasan1-7/+8
2015-04-09scsi: storvsc: Retrieve information about the capability of the targetK. Y. Srinivasan1-0/+6
2015-04-09scsi: storvsc: Always send on the selected outgoing channelK. Y. Srinivasan1-1/+1
2015-04-09scsi: storvsc: Size the queue depth based on the ringbuffer sizeK. Y. Srinivasan1-11/+16
2015-04-09scsi: storvsc: Increase the ring buffer sizeK. Y. Srinivasan1-1/+1
2015-01-09storvsc: force SPC-3 compliance on win8 and win8 r2 hostsK. Y. Srinivasan1-0/+13
2015-01-09storvsc: fix a bug in storvsc limitsK. Y. Srinivasan1-3/+12
2015-01-09storvsc: force discovery of LUNs that may have been removed.K. Y. Srinivasan1-0/+26
2015-01-09storvsc: in responce to a scan event, scan the hostK. Y. Srinivasan1-12/+7
2015-01-09storvsc: use cmd_size to allocate per-command dataChristoph Hellwig1-111/+8
2014-12-15storvsc: ring buffer failures may result in I/O freezeLong Li1-4/+3
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-1/+1
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-2/+1
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke1-1/+2
2014-09-22storvsc: get rid of overly verbose warning messagesK. Y. Srinivasan1-12/+0
2014-07-25Drivers: add blist flagsK. Y. Srinivasan1-0/+10
2014-07-25drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failureK. Y. Srinivasan1-0/+7
2014-07-25drivers: scsi: storvsc: Set srb_flags in all casesK. Y. Srinivasan1-7/+5
2014-07-25Drivers: scsi: storvsc: Implement a eh_timed_out handlerK. Y. Srinivasan1-0/+12
2014-07-25Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol versionK. Y. Srinivasan1-7/+10
2014-07-25Drivers: scsi: storvsc: Filter commands based on the storage protocol versionK. Y. Srinivasan1-3/+13
2014-07-25Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the HostK. Y. Srinivasan1-1/+1
2014-07-25Drivers: scsi: storvsc: Change the limits to reflect the values on the hostK. Y. Srinivasan1-16/+31
2014-03-12[SCSI] storvsc: NULL pointer dereference fixAles Novak1-0/+3
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen1-0/+1