summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/storvsc_drv.c
AgeCommit message (Expand)Author
2011-11-11Staging: hv: Add support for >2 TB LUN in storage driver.Mike Sterling
2011-07-05Staging: hv: storvsc: Increase the timeout value in the storvsc driverK. Y. Srinivasan
2011-06-07Staging: hv: storvsc: Add a DMI signature to support auto-loadingK. Y. Srinivasan
2011-06-07Staging: hv: stor: Get rid of the unused initialization of the name fieldK. Y. Srinivasan
2011-06-07Staging: hv: stor: Rename the vriable gStorVscDeviceType in storvsc_drv.cK. Y. Srinivasan
2011-06-07Staging: hv: stor: Get rid of unnecessary DPRINTs in stor vsc_drv.cK. Y. Srinivasan
2011-06-07Staging: hv: storvsc: Cleanup some dated/unnecessary commentsK. Y. Srinivasan
2011-06-07Staging: hv: storvsc: Fix a bug in the storvsc_remove() functionK. Y. Srinivasan
2011-06-07Staging: hv: storvsc: Cleanup the module init function in storvsc_drv.cK. Y. Srinivasan
2011-06-07Staging: hv: storvsc: Cleanup the exit function in storvsc_drv.cK. Y. Srinivasan
2011-05-17Staging: hv: storvsc_drv: Cleanup storvsc_drv_exit() functionK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of storvsc_api.h to hyperv_storage.hK. Y. Srinivasan
2011-05-17Staging: hv: stor: Move the contents of vstorage.h to hyperv_storage.hK. Y. Srinivasan
2011-05-17Staging: hv: stor: Create a common header file for storage driversK. Y. Srinivasan
2011-05-17Staging: hv: vmbus_drv: Include the contents of hv_api.h in hyperv_vmbus.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of vmbus.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of logging.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of channel.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of the file version_info.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Include the newly created header file in all of the relevant hyp...K. Y. Srinivasan
2011-05-11Staging: hv: Make storvsc_drv an instance of hv_driverK. Y. Srinivasan
2011-05-11Staging: hv: Now get rid of an empty function storvsc_initialize()K. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Inline the copying of the dev_type informationK. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Move the assignment of name to the hv_driverK. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Directly assign the driver nameK. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Get rid of the unnecessary assignment of ring sizeK. Y. Srinivasan
2011-05-11Staging: hv: Use the rinbuffer size info in struct storvsc_device_infoK. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Compute max_outstanding_req_per_channel where it is...K. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Get rid of some unnecessary DPRINTsK. Y. Srinivasan
2011-05-11Staging: hv: Cleanup calls to cleanup in storvsc_drv.cK. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Simplify the code for getting the drive parametersK. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Get rid of the code initializing the dispatch tableK. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Get rid of the indirection in invoking storvsc_do_io()K. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Get rid of the indirection in invoking storvsc_dev_...K. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Get rid of the indirection in invoking storvsc_dev_...K. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Get rid of unnecessary comments/dead codeK. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Statically initialize probe/remove elements of the ...K. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Move the declaration of the driver variableK. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Rename the driver variableK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the forward declaration of storvsc_probe()K. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the forward declaration of storvsc_queuecommand()K. Y. Srinivasan
2011-05-11Staging: hv: Move the function storvsc_commmand_completion() to earlier in th...K. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Move module parameters to earlier in the fileK. Y. Srinivasan
2011-05-11Staging: hv: Move the definition of storvsc_ringbuffer_size to earlier in the...K. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the forward declaration for storvsc_host_reset_handler()K. Y. Srinivasan
2011-05-11Staging: hv: Move the definition of storvsc_host_reset() to earlier in the fileK. Y. Srinivasan
2011-05-11Staging: hv: Rename stor_vsc_initialize()K. Y. Srinivasan
2011-05-11Staging: hv: Rename the function stor_vsc_on_host_reset()K. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the forward declaration of storvsc_get_chs()K. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the forward declaration of storvsc_remove()K. Y. Srinivasan