summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/storvsc_api.h
Commit message (Expand)AuthorAgeFilesLines
* Staging: hv: Move the contents of storvsc_api.h to hyperv_storage.hK. Y. Srinivasan2011-05-171-161/+0
* Staging: hv: stor: Move the contents of vstorage.h to hyperv_storage.hK. Y. Srinivasan2011-05-171-1/+1
* Staging: hv: Move the contents of vmbus.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: Move the contents of vmbus_api.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+1
* Staging: hv: Get rid of struct storvsc_driverK. Y. Srinivasan2011-05-111-5/+0
* Staging: hv: Get rid of some unused functions from storvsc_api.hK. Y. Srinivasan2011-05-111-12/+0
* Staging: hv: Get rid of the ring size state from struct storvsc_driverK. Y. Srinivasan2011-05-111-3/+0
* Staging: hv: Add ring_buffer_size to struct storvsc_device_infoK. Y. Srinivasan2011-05-111-0/+1
* Staging: hv: storvsc_drv: Get rid of max_outstanding_req_per_channel from str...K. Y. Srinivasan2011-05-111-4/+0
* Staging: hv: Get rid of unnecessary state from struct storvsc_driverK. Y. Srinivasan2011-05-111-3/+0
* Staging: hv: Introduce a function to wait to drain outgoing I/OK. Y. Srinivasan2011-05-111-0/+12
* Staging: hv: Rename the function stor_vsc_get_major_info()K. Y. Srinivasan2011-05-111-1/+1
* 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-4/+4
* Staging: hv: Introduce a function to map a generic driver pointer to a pointe...K. Y. Srinivasan2011-04-261-0/+8
* Staging: hv: Introduce a function to map channel properties onto block device...K. Y. Srinivasan2011-04-251-0/+10
* Staging: hv: Rename struct storvsc_request_extensionK. Y. Srinivasan2011-04-041-8/+3
* Staging: hv: Move the data_buffer field from struct hv_storvsc_requestK. Y. Srinivasan2011-04-041-1/+1
* Staging: hv: Get rid of the status field from struct hv_storvsc_requestK. Y. Srinivasan2011-04-041-3/+0
* 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/+1
* Staging: hv: Move sense_buffer fieldK. Y. Srinivasan2011-04-041-2/+2
* Staging: hv: Get rid of sense_buffer_size from struct hv_storvsc_requestK. Y. Srinivasan2011-04-041-1/+0
* Staging: hv: Get rid of cdb from struct hv_storvsc_requestK. Y. Srinivasan2011-04-041-1/+0
* Staging: hv: Get rid of the cdb_len from struct hv_storvsc_requestK. Y. Srinivasan2011-04-041-1/+0
* Staging: hv: Get rid of lun_id from struct hv_storvsc_requestK. Y. Srinivasan2011-04-041-1/+0
* Staging: hv: Get rid of the target_id from struct hv_storvsc_requestK. Y. Srinivasan2011-04-041-1/+0
* Staging: hv: Get rid of the bus field from struct hv_storvsc_requestK. Y. Srinivasan2011-04-041-1/+0
* Staging: hv: Get rid of the host field from struct hv_storvsc_requestK. Y. Srinivasan2011-04-041-1/+0
* Staging: hv: Get rid of the type field from struct hv_storvsc_requestK. Y. Srinivasan2011-04-041-1/+0
* Staging: hv: Use struct completion in struct storvsc_request_extensionK. Y. Srinivasan2011-04-041-2/+1
* Staging: hv: Add a function to map a hv_driver pointer to storvsc driverK. Y. Srinivasan2011-04-041-2/+6
* Staging: hv: Get rid of request_ext_size from struct storvsc_driver_objectK. Y. Srinivasan2011-04-041-3/+0
* Staging: hv: Embed struct storvsc_request_extension into hv_storvsc_requestK. Y. Srinivasan2011-04-041-2/+1
* 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-041-1/+0
* Staging: hv: Move the definition of the function put_stor_device()K. Y. Srinivasan2011-04-041-0/+10
* Staging: hv: Move the definition of the function get_stor_device()K. Y. Srinivasan2011-04-041-0/+15
* Staging: hv: Cleanup initialization of blkvsc driverK. Y. Srinivasan2011-04-041-1/+0
* Staging: hv: Make the function stor_vsc_initialize() staticK. Y. Srinivasan2011-04-041-1/+0
* Staging: hv: Get rid of the include of storvsc.c from blkvsc.cK. Y. Srinivasan2011-04-041-0/+9
* Staging: hv: Cleanup struct storvsc_deviceK. Y. Srinivasan2011-04-041-3/+0
* Staging: hv: Move the definition of struct storvsc_deviceK. Y. Srinivasan2011-04-041-0/+26
* Staging: hv: Move the definition of struct storvsc_request_extensionK. Y. Srinivasan2011-04-041-0/+12
* staging: hv: Convert camel case functions in storvsc_api.h to lowercaseHank Janssen2010-12-061-3/+3
* staging: hv: Convert camel case struct fields in storvsc_api.h to lowercaseHank Janssen2010-12-061-25/+25
OpenPOWER on IntegriCloud