aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/storvsc_drv.c
Commit message (Expand)AuthorAgeFilesLines
...
* Staging: hv: storvsc_drv: Get rid of some DPRINTSK. Y. Srinivasan2011-05-111-59/+6
* Staging: hv: storvsc_drv: Get rid of some dated commentsK. Y. Srinivasan2011-05-111-3/+0
* Staging: hv: storvsc_drv: Rename variables pointing to struct hv_deviceK. Y. Srinivasan2011-05-111-8/+7
* Staging: hv: storvsc_drv: Rename the struct hv_device * element of struct hv_...K. Y. Srinivasan2011-05-111-4/+4
* Staging: hv: storvsc_drv: Rename variables pointing to struct hv_host_deviceK. Y. Srinivasan2011-05-111-25/+25
* Staging: hv: storvsc_drv: Rename struct host_device_contextK. Y. Srinivasan2011-05-111-13/+14
* Staging: hv: storvsc_drv: Rename g_driver_nameK. Y. Srinivasan2011-05-111-2/+2
* Staging: hv: blkvsc_drv: Get rid of the calls to storvsc_cleanupK. Y. Srinivasan2011-05-111-1/+0
* Staging: hv: Rename the function stor_vsc_on_io_requestK. Y. Srinivasan2011-05-111-1/+1
* Staging: hv: Rename the function stor_vsc_on_cleanupK. Y. Srinivasan2011-05-111-1/+1
* Staging: hv: Rename the function stor_vsc_on_device_removeK. Y. Srinivasan2011-05-111-1/+1
* Staging: hv: Rename the function stor_vsc_device_addK. Y. Srinivasan2011-05-111-1/+1
* Staging: hv: Change the name of struct storvsc_driver_objectK. Y. Srinivasan2011-05-111-7/+7
* Staging: hv: Use the remove() function in struct hv_driverK. Y. Srinivasan2011-05-031-7/+6
* Staging: hv: Use the probe function in struct hv_driverK. Y. Srinivasan2011-05-031-12/+11
* Staging: hv: Get rid of the references to the priv element of struct hv_drive...K. Y. Srinivasan2011-04-261-11/+6
* Staging: hv: Cleanup storvsc_remove()K. Y. Srinivasan2011-04-251-12/+2
* Staging: hv: Zero out the request structure on allocationK. Y. Srinivasan2011-04-201-1/+1
* Staging: hv: Rename struct storvsc_request_extensionK. Y. Srinivasan2011-04-041-16/+15
* Staging: hv: Move the data_buffer field from struct hv_storvsc_requestK. Y. Srinivasan2011-04-041-6/+7
* Staging: hv: Get rid of the status field from struct hv_storvsc_requestK. Y. Srinivasan2011-04-041-2/+4
* Staging: hv: Move on_io_completion() from struct hv_storvsc_requestK. Y. Srinivasan2011-04-041-1/+1
* Staging: hv: Move the context field from struct hv_storvsc_requestK. Y. Srinivasan2011-04-041-2/+2
* Staging: hv: Move sense_buffer fieldK. Y. Srinivasan2011-04-041-1/+1
* Staging: hv: Get rid of sense_buffer_size from struct hv_storvsc_requestK. Y. Srinivasan2011-04-041-2/+1
* Staging: hv: Get rid of cdb from struct hv_storvsc_requestK. Y. Srinivasan2011-04-041-1/+2
* Staging: hv: Get rid of the cdb_len from struct hv_storvsc_requestK. Y. Srinivasan2011-04-041-1/+1
* Staging: hv: Get rid of lun_id from struct hv_storvsc_requestK. Y. Srinivasan2011-04-041-1/+1
* Staging: hv: Get rid of the target_id from struct hv_storvsc_requestK. Y. Srinivasan2011-04-041-1/+1
* Staging: hv: Get rid of the bus field from struct hv_storvsc_requestK. Y. Srinivasan2011-04-041-1/+1
* Staging: hv: Get rid of the host field from struct hv_storvsc_requestK. Y. Srinivasan2011-04-041-1/+1
* Staging: hv: Get rid of the type field from struct hv_storvsc_requestK. Y. Srinivasan2011-04-041-3/+5
* Staging: hv: Use struct completion in struct storvsc_request_extensionK. Y. Srinivasan2011-04-041-6/+4
* Staging: hv: Add a function to map a hv_driver pointer to storvsc driverK. Y. Srinivasan2011-04-041-1/+1
* Staging: hv: Get rid of request_ext_size from struct storvsc_driver_objectK. Y. Srinivasan2011-04-041-8/+3
* Staging: hv: Embed struct storvsc_request_extension into hv_storvsc_requestK. Y. Srinivasan2011-04-041-6/+0
* Staging: hv: Make the function stor_vsc_on_host_reset() staticK. Y. Srinivasan2011-04-041-1/+1
* Staging: hv: Move the definition of the function stor_vsc_on_host_reset()K. Y. Srinivasan2011-04-041-0/+59
* Staging: hv: Cleanup the initialization of storvsc driverK. Y. Srinivasan2011-04-041-3/+3
* Staging: hv: Make the function stor_vsc_initialize() staticK. Y. Srinivasan2011-04-041-1/+1
* Staging: hv: Move the definition of stor_vsc_initialize()K. Y. Srinivasan2011-04-041-0/+63
* Staging: hv: Remove the vm_device structureK. Y. Srinivasan2011-03-071-13/+11
* Staging: hv: Eliminate storvsc_driver_context structureK. Y. Srinivasan2011-03-071-20/+8
* Staging: hv: Eliminate driver_context structureK. Y. Srinivasan2011-03-071-22/+19
* Staging: hv: Change the signature for vmbus_child_driver_unregisterK. Y. Srinivasan2011-03-071-1/+1
* Staging: hv: Change the signature for vmbus_child_driver_registerK. Y. Srinivasan2011-03-071-1/+1
* Staging: hv: Use generic device_driver remove functionK. Y. Srinivasan2011-03-071-1/+1
* Staging: hv: Use generic device_driver probe functionK. Y. Srinivasan2011-03-071-1/+1
* Staging: hv: Remove osd layerK. Y. Srinivasan2011-02-181-1/+1
* staging: hv: Convert camel cased struct fields in vmbus_api.h to lower casesHaiyang Zhang2011-01-311-14/+14