summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-11Staging: hv: Make rndis_filte_device_add() non staticK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of netvsc_cleanup()K. Y. Srinivasan
2011-05-11Staging: hv: Make netvsc_device_remove non staticK. Y. Srinivasan
2011-05-11Staging: hv: Make the function netvsc_device_add() non staticK. 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: storvsc: Get rid of some unnecessary DPRINTSK. Y. Srinivasan
2011-05-11Staging: hv: storvsc: Get rid of/change some dated commentsK. Y. Srinivasan
2011-05-11Staging: hv: Rename stor_vsc_connect_to_vspK. Y. Srinivasan
2011-05-11Staging: hv: Rename stor_vsc_on_channel_callbackK. Y. Srinivasan
2011-05-11Staging: hv: Rename stor_vsc_on_receiveK. Y. Srinivasan
2011-05-11Staging: hv: Rename stor_vsc_on_io_completionK. Y. Srinivasan
2011-05-11Staging: hv: Rename stor_vsc_channel_init()K. Y. Srinivasan
2011-05-11Staging: hv: Cleanup blkvsc_shutdown()K. Y. Srinivasan
2011-05-11Staging: hv: Cleanup blkvsc_remove()K. Y. Srinivasan
2011-05-11Staging: hv: Use the newly introduced I/O drain synch methodK. Y. Srinivasan
2011-05-11Staging: hv: Introduce a function to wait to drain outgoing I/OK. Y. Srinivasan