summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/storvsc.c
AgeCommit message (Expand)Author
2011-08-29Staging: hv: storvsc: Include storvsc.c in storvsc_drv.cK. Y. Srinivasan
2011-08-29Staging: hv: storvsc: Get rid of the reference counting in struct storvsc_deviceK. Y. Srinivasan
2011-08-29Staging: hv: storvsc: Get rid of final_release_stor_device() by inlining codeK. Y. Srinivasan
2011-08-29Staging: hv: storvsc: Get rid of release_stor_device() by inlining the codeK. Y. Srinivasan
2011-08-29Staging: hv: storvsc: Introduce state to manage the lifecycle of stor deviceK. Y. Srinivasan
2011-08-29Staging: hv: storvsc: Cleanup alloc_stor_device()K. Y. Srinivasan
2011-08-29Staging: hv: storvsc: Rename get_stor_device()K. Y. Srinivasan
2011-08-29Staging: hv: storvsc: Rename must_get_stor_device()K. Y. Srinivasan
2011-08-29Staging: hv: storvsc: Do not aquire an unnecessary reference on stor_deviceK. Y. Srinivasan
2011-08-29Staging: hv: storvsc: Inline free_stor_device()K. Y. Srinivasan
2011-08-25Staging: hv: storvsc: Fix/cleanup some dated comments in storvsc.cK. Y. Srinivasan
2011-08-25Storage: hv: storvsc: Get rid of some unnecessary DPRINTs from storvsc.cK. Y. Srinivasan
2011-08-25Staging: hv: storvsc: Cleanup error handling in storvsc_do_io()K. Y. Srinivasan
2011-08-25Staging: hv: storvsc: Cleanup error handling in storvsc_connect_to_vsp()K. Y. Srinivasan
2011-08-25Staging: hv: storvsc: Cleanup error handling in storvsc_channel_init()K. Y. Srinivasan
2011-08-25Staging: hv: storvsc: Cleanup error handling in storvsc_dev_add()K. Y. Srinivasan
2011-07-05Staging: hv: storvsc: Increase the timeout value in the storvsc driverK. 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 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 vmbus_packet_format.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: Use the rinbuffer size info in struct storvsc_device_infoK. 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: 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
2011-05-11Staging: hv: Rename the function stor_vsc_get_major_info()K. 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-04-26Staging: hv: Get rid of the references to the priv element of struct hv_drive...K. Y. Srinivasan
2011-04-25Staging: hv: Get rid of IDE details from blkvsc_drv.cK. Y. Srinivasan
2011-04-25Staging: hv: Introduce a function to map channel properties onto block device...K. Y. Srinivasan
2011-04-20Staging: hv: Properly capture the error stateK. 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
2011-04-04Staging: hv: Move on_io_completion() from struct hv_storvsc_requestK. Y. Srinivasan