summaryrefslogtreecommitdiff
path: root/drivers/scsi/storvsc_drv.c
AgeCommit message (Expand)Author
2016-04-20scsi: storvsc: fix SRB_STATUS_ABORTED handlingVitaly Kuznetsov
2015-11-09scsi: storvsc: Fix a bug in the handling of SRB status flagsK. Y. Srinivasan
2015-11-09storvsc: get rid of bounce bufferVitaly Kuznetsov
2015-11-09storvsc: Don't set the SRB_FLAGS_QUEUE_ACTION_ENABLE flagK. Y. Srinivasan
2015-08-26storvsc: Set the error code correctly in failure conditionsK. Y. Srinivasan
2015-08-26storvsc: Allow write_same when host is windows 10Keith Mange
2015-08-26storvsc: use storage protocol version to determine storage capabilitiesKeith Mange
2015-08-26storvsc: use correct defaults for values determined by protocol negotiationKeith Mange
2015-08-26storvsc: Untangle the storage protocol negotiation from the vmbus protocol ne...Keith Mange
2015-08-26storvsc: Use a single value to track protocol versionsKeith Mange
2015-08-26storvsc: Rather than look for sets of specific protocol versions, make decisi...Keith Mange
2015-08-12storvsc: use shost_for_each_device() instead of open codingVitaly Kuznetsov
2015-08-12storvsc: be more picky about scmnd->sc_data_directionVitaly Kuznetsov
2015-05-11storvsc: Set the SRB flags correctly when no data transfer is neededK. Y. Srinivasan
2015-04-09scsi: storvsc: Set the tablesize based on the information given by the hostK. Y. Srinivasan
2015-04-09scsi: storvsc: Don't assume that the scatterlist is not chainedK. Y. Srinivasan
2015-04-09scsi: storvsc: Fix a bug in copy_from_bounce_buffer()K. Y. Srinivasan
2015-04-09scsi: storvsc: Retrieve information about the capability of the targetK. Y. Srinivasan
2015-04-09scsi: storvsc: Always send on the selected outgoing channelK. Y. Srinivasan
2015-04-09scsi: storvsc: Size the queue depth based on the ringbuffer sizeK. Y. Srinivasan
2015-04-09scsi: storvsc: Increase the ring buffer sizeK. Y. Srinivasan
2015-01-09storvsc: force SPC-3 compliance on win8 and win8 r2 hostsK. Y. Srinivasan
2015-01-09storvsc: fix a bug in storvsc limitsK. Y. Srinivasan
2015-01-09storvsc: force discovery of LUNs that may have been removed.K. Y. Srinivasan
2015-01-09storvsc: in responce to a scan event, scan the hostK. Y. Srinivasan
2015-01-09storvsc: use cmd_size to allocate per-command dataChristoph Hellwig
2014-12-15storvsc: ring buffer failures may result in I/O freezeLong Li
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke
2014-09-22storvsc: get rid of overly verbose warning messagesK. Y. Srinivasan
2014-07-25Drivers: add blist flagsK. Y. Srinivasan
2014-07-25drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failureK. Y. Srinivasan
2014-07-25drivers: scsi: storvsc: Set srb_flags in all casesK. Y. Srinivasan
2014-07-25Drivers: scsi: storvsc: Implement a eh_timed_out handlerK. Y. Srinivasan
2014-07-25Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol versionK. Y. Srinivasan
2014-07-25Drivers: scsi: storvsc: Filter commands based on the storage protocol versionK. Y. Srinivasan
2014-07-25Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the HostK. Y. Srinivasan
2014-07-25Drivers: scsi: storvsc: Change the limits to reflect the values on the hostK. Y. Srinivasan
2014-03-12[SCSI] storvsc: NULL pointer dereference fixAles Novak
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen
2013-08-02Drivers: hv: remove HV_DRV_VERSIONOlaf Hering
2013-07-08[SCSI] storvsc: Increase the value of STORVSC_MAX_IO_REQUESTSK. Y. Srinivasan
2013-07-08[SCSI] storvsc: Support FC devicesK. Y. Srinivasan
2013-07-08[SCSI] storvsc: Implement multi-channel supportK. Y. Srinivasan
2013-06-26[SCSI] storvsc: Update the storage protocol to win8 levelK. Y. Srinivasan
2013-06-26[SCSI] storvsc: Increase the value of scsi timeout for storvsc devicesK. Y. Srinivasan
2013-03-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2013-02-24[SCSI] storvsc: Handle dynamic resizing of the deviceK. Y. Srinivasan
2013-02-24[SCSI] storvsc: Restructure error handling code on command completionK. Y. Srinivasan