summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/storvsc_drv.c
AgeCommit message (Expand)Author
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
2011-05-11Staging: hv: Get rid of the forward declaration for copy_to_bounce_buffer()K. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the forward declaration of copy_from_bounce_buffer()K. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the forward declaration for create_bounce_buffer()K. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the forward declaration for do_bounce_buffer()K. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the forwrd declaration of destroy_bounce_bufferK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the forward declaration for storvsc_device_configure()K. Y. Srinivasan
2011-05-11Staging: hv: Move the function storvsc_merge_bvec() to earlier in the fileK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the forward declaration for storvsc_device_alloc()K. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Get rid of some DPRINTSK. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Get rid of some dated commentsK. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Rename variables pointing to struct hv_deviceK. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Rename the struct hv_device * element of struct hv_...K. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Rename variables pointing to struct hv_host_deviceK. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Rename struct host_device_contextK. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Rename g_driver_nameK. Y. Srinivasan
2011-05-11Staging: hv: blkvsc_drv: Get rid of the calls to storvsc_cleanupK. Y. Srinivasan
2011-05-11Staging: hv: Rename the function stor_vsc_on_io_requestK. Y. Srinivasan
2011-05-11Staging: hv: Rename the function stor_vsc_on_cleanupK. Y. Srinivasan
2011-05-11Staging: hv: Rename the function stor_vsc_on_device_removeK. Y. Srinivasan
2011-05-11Staging: hv: Rename the function stor_vsc_device_addK. Y. Srinivasan
2011-05-11Staging: hv: Change the name of struct storvsc_driver_objectK. Y. Srinivasan
2011-05-03Staging: hv: Use the remove() function in struct hv_driverK. Y. Srinivasan
2011-05-03Staging: hv: Use the probe function in struct hv_driverK. Y. Srinivasan
2011-04-26Staging: hv: Get rid of the references to the priv element of struct hv_drive...K. Y. Srinivasan
2011-04-25Staging: hv: Cleanup storvsc_remove()K. Y. Srinivasan
2011-04-20Staging: hv: Zero out the request structure on allocationK. Y. Srinivasan
2011-04-04Staging: hv: Rename struct storvsc_request_extensionK. Y. Srinivasan
2011-04-04Staging: hv: Move the data_buffer field from struct hv_storvsc_requestK. Y. Srinivasan
2011-04-04Staging: hv: Get rid of the status field from struct hv_storvsc_requestK. Y. Srinivasan