summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* staging: hv: Remove all unneeded DPRINT from hv_utilsHank Janssen2011-04-042-15/+0
* staging: hv: Remove all unneeded DPRINT from hv_netvscHank Janssen2011-04-043-120/+3
* staging: hv: Remove all unneeded DPRINT from hv_vmbusHank Janssen2011-04-046-252/+21
* Staging: hv: Get rid of synch primitive in struct blkvsc_requestK. Y. Srinivasan2011-04-041-37/+15
* Staging: hv: Rename struct storvsc_request_extensionK. Y. Srinivasan2011-04-044-82/+69
* Staging: hv: Move the data_buffer field from struct hv_storvsc_requestK. Y. Srinivasan2011-04-044-32/+39
* Staging: hv: Get rid of the status field from struct hv_storvsc_requestK. Y. Srinivasan2011-04-044-15/+25
* Staging: hv: Move on_io_completion() from struct hv_storvsc_requestK. Y. Srinivasan2011-04-044-4/+4
* Staging: hv: Move the context field from struct hv_storvsc_requestK. Y. Srinivasan2011-04-043-7/+6
* Staging: hv: Move sense_buffer fieldK. Y. Srinivasan2011-04-044-5/+5
* Staging: hv: Get rid of sense_buffer_size from struct hv_storvsc_requestK. Y. Srinivasan2011-04-044-6/+1
* Staging: hv: Get rid of cdb from struct hv_storvsc_requestK. Y. Srinivasan2011-04-044-7/+6
* Staging: hv: Get rid of the cdb_len from struct hv_storvsc_requestK. Y. Srinivasan2011-04-044-8/+6
* Staging: hv: Get rid of lun_id from struct hv_storvsc_requestK. Y. Srinivasan2011-04-044-6/+4
* Staging: hv: Get rid of the target_id from struct hv_storvsc_requestK. Y. Srinivasan2011-04-044-6/+4
* Staging: hv: Get rid of the bus field from struct hv_storvsc_requestK. Y. Srinivasan2011-04-044-6/+4
* Staging: hv: Get rid of the host field from struct hv_storvsc_requestK. Y. Srinivasan2011-04-044-4/+2
* Staging: hv: Get rid of the type field from struct hv_storvsc_requestK. Y. Srinivasan2011-04-044-14/+16
* Staging: hv: Use struct completion in struct storvsc_request_extensionK. Y. Srinivasan2011-04-043-30/+17
* Staging: hv: Add a function to map a hv_driver pointer to storvsc driverK. Y. Srinivasan2011-04-043-4/+8
* Staging: hv: Get rid of request_ext_size from struct storvsc_driver_objectK. Y. Srinivasan2011-04-043-15/+4
* Staging: hv: Embed struct storvsc_request_extension into hv_storvsc_requestK. Y. Srinivasan2011-04-044-18/+2
* Staging: hv: Move the definition of struct storvsc_request_extensionK. Y. Srinivasan2011-04-041-11/+12
* Staging: hv: Make the function stor_vsc_on_host_reset() staticK. Y. Srinivasan2011-04-042-2/+1
* Staging: hv: Move the definition of the function stor_vsc_on_host_reset()K. Y. Srinivasan2011-04-042-56/+59
* Staging: hv: Move the definition of the function put_stor_device()K. Y. Srinivasan2011-04-042-9/+10
* Staging: hv: Move the definition of the function get_stor_device()K. Y. Srinivasan2011-04-042-14/+15
* Staging: hv: Cleanup initialization of blkvsc driverK. Y. Srinivasan2011-04-042-5/+4
* Staging: hv: Get rid of the file blkvsc.cK. Y. Srinivasan2011-04-041-103/+0
* Staging: hv: Move the contents of blkvsc.c to blkvsc_drv.cK. Y. Srinivasan2011-04-042-1/+80
* 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-042-2/+1
* Staging: hv: Move the definition of stor_vsc_initialize()K. Y. Srinivasan2011-04-042-64/+63
* Staging: hv: Get rid of dead code in storvsc.cK. Y. Srinivasan2011-04-041-33/+0
* Staging: hv: Get rid of the include of storvsc.c from blkvsc.cK. Y. Srinivasan2011-04-044-6/+15
* Staging: hv: Cleanup struct storvsc_deviceK. Y. Srinivasan2011-04-041-3/+0
* Staging: hv: Move the definition of struct storvsc_deviceK. Y. Srinivasan2011-04-042-26/+26
* Staging: hv: Move the definition of struct storvsc_request_extensionK. Y. Srinivasan2011-04-043-13/+13
* Staging: hv: Add the inclusion guard for vstorage.hK. Y. Srinivasan2011-04-041-0/+5
* Staging: hv: Get rid of the forward declaration for vmbus_show_device_attrK. Y. Srinivasan2011-04-041-155/+147
* Staging: hv: Get rid of the forward declaration for vmbus_isrK. Y. Srinivasan2011-04-041-24/+23
* Staging: hv: Get rid of the forward declaration for vmbus_device_releaseK. Y. Srinivasan2011-04-041-15/+12
* Staging: hv: Get rid of the forward declaration for vmbus_shutdownK. Y. Srinivasan2011-04-041-22/+22
* Staging: hv: Get rid of the forward declaration for vmbus_removeK. Y. Srinivasan2011-04-041-30/+29
* Staging: hv: Get rid of the forward declaration for vmbus_probeK. Y. Srinivasan2011-04-041-54/+53
* Staging: hv: Get rid of the forward declaration for vmbus_matchK. Y. Srinivasan2011-04-041-24/+25
* Staging: hv: Get rid of the forward declaration for vmbus_ueventK. Y. Srinivasan2011-04-041-76/+75
* Staging: hv: Rename vmbus_driver_context structureK. Y. Srinivasan2011-04-041-17/+15
* Staging: hv: Cleanup irq managementK. Y. Srinivasan2011-04-041-15/+13
* Staging: hv: Cleanup root device handlingK. Y. Srinivasan2011-04-041-122/+8
OpenPOWER on IntegriCloud