summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/storvsc_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: hv: storvsc_drv: Cleanup storvsc_drv_exit() functionK. Y. Srinivasan2011-05-171-29/+1
* Staging: hv: Move the contents of storvsc_api.h to hyperv_storage.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: stor: Move the contents of vstorage.h to hyperv_storage.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: stor: Create a common header file for storage driversK. Y. Srinivasan2011-05-171-0/+1
* Staging: hv: vmbus_drv: Include the contents of hv_api.h in hyperv_vmbus.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: Move the contents of vmbus.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: Move the contents of logging.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: Move the contents of channel.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: Move the contents of the file version_info.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: Include the newly created header file in all of the relevant hyp...K. Y. Srinivasan2011-05-171-0/+2
* Staging: hv: Make storvsc_drv an instance of hv_driverK. Y. Srinivasan2011-05-111-5/+5
* Staging: hv: Now get rid of an empty function storvsc_initialize()K. Y. Srinivasan2011-05-111-16/+0
* Staging: hv: storvsc_drv: Inline the copying of the dev_type informationK. Y. Srinivasan2011-05-111-6/+3
* Staging: hv: storvsc_drv: Move the assignment of name to the hv_driverK. Y. Srinivasan2011-05-111-1/+1
* Staging: hv: storvsc_drv: Directly assign the driver nameK. Y. Srinivasan2011-05-111-1/+1
* Staging: hv: storvsc_drv: Get rid of the unnecessary assignment of ring sizeK. Y. Srinivasan2011-05-111-2/+0
* Staging: hv: Use the rinbuffer size info in struct storvsc_device_infoK. Y. Srinivasan2011-05-111-0/+1
* Staging: hv: storvsc_drv: Compute max_outstanding_req_per_channel where it is...K. Y. Srinivasan2011-05-111-15/+15
* Staging: hv: storvsc_drv: Get rid of some unnecessary DPRINTsK. Y. Srinivasan2011-05-111-8/+0
* Staging: hv: Cleanup calls to cleanup in storvsc_drv.cK. Y. Srinivasan2011-05-111-4/+0
* Staging: hv: storvsc_drv: Simplify the code for getting the drive parametersK. Y. Srinivasan2011-05-111-69/+15
* Staging: hv: storvsc_drv: Get rid of the code initializing the dispatch tableK. Y. Srinivasan2011-05-111-5/+0
* Staging: hv: storvsc_drv: Get rid of the indirection in invoking storvsc_do_io()K. Y. Srinivasan2011-05-111-4/+2
* Staging: hv: storvsc_drv: Get rid of the indirection in invoking storvsc_dev_...K. Y. Srinivasan2011-05-111-6/+1
* Staging: hv: storvsc_drv: Get rid of the indirection in invoking storvsc_dev_...K. Y. Srinivasan2011-05-111-4/+2
* Staging: hv: storvsc_drv: Get rid of unnecessary comments/dead codeK. Y. Srinivasan2011-05-111-17/+0
* Staging: hv: storvsc_drv: Statically initialize probe/remove elements of the ...K. Y. Srinivasan2011-05-111-3/+4
* Staging: hv: storvsc_drv: Move the declaration of the driver variableK. Y. Srinivasan2011-05-111-3/+5
* Staging: hv: storvsc_drv: Rename the driver variableK. Y. Srinivasan2011-05-111-5/+5
* Staging: hv: Get rid of the forward declaration of storvsc_probe()K. Y. Srinivasan2011-05-111-72/+71
* Staging: hv: Get rid of the forward declaration of storvsc_queuecommand()K. Y. Srinivasan2011-05-111-169/+169
* Staging: hv: Move the function storvsc_commmand_completion() to earlier in th...K. Y. Srinivasan2011-05-111-57/+58
* Staging: hv: storvsc_drv: Move module parameters to earlier in the fileK. Y. Srinivasan2011-05-111-3/+3
* Staging: hv: Move the definition of storvsc_ringbuffer_size to earlier in the...K. Y. Srinivasan2011-05-111-1/+1
* Staging: hv: Get rid of the forward declaration for storvsc_host_reset_handler()K. Y. Srinivasan2011-05-111-25/+24
* Staging: hv: Move the definition of storvsc_host_reset() to earlier in the fileK. Y. Srinivasan2011-05-111-49/+50
* Staging: hv: Rename stor_vsc_initialize()K. Y. Srinivasan2011-05-111-3/+3
* Staging: hv: Rename the function stor_vsc_on_host_reset()K. Y. Srinivasan2011-05-111-2/+2
* Staging: hv: Get rid of the forward declaration of storvsc_get_chs()K. Y. Srinivasan2011-05-111-84/+80
* Staging: hv: Get rid of the forward declaration of storvsc_remove()K. Y. Srinivasan2011-05-111-31/+31
* Staging: hv: Get rid of the forward declaration for copy_to_bounce_buffer()K. Y. Srinivasan2011-05-111-66/+66
* Staging: hv: Get rid of the forward declaration of copy_from_bounce_buffer()K. Y. Srinivasan2011-05-111-64/+65
* Staging: hv: Get rid of the forward declaration for create_bounce_buffer()K. Y. Srinivasan2011-05-111-32/+29
* Staging: hv: Get rid of the forward declaration for do_bounce_buffer()K. Y. Srinivasan2011-05-111-28/+27
* Staging: hv: Get rid of the forwrd declaration of destroy_bounce_bufferK. Y. Srinivasan2011-05-111-17/+15
* Staging: hv: Get rid of the forward declaration for storvsc_device_configure()K. Y. Srinivasan2011-05-111-20/+19
* Staging: hv: Move the function storvsc_merge_bvec() to earlier in the fileK. Y. Srinivasan2011-05-111-7/+7
* Staging: hv: Get rid of the forward declaration for storvsc_device_alloc()K. Y. Srinivasan2011-05-111-14/+10
* 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
OpenPOWER on IntegriCloud