summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/blkvsc_drv.c
AgeCommit message (Expand)Author
2011-05-03Staging: hv: Use the shutdown() function in struct hv_driverK. Y. Srinivasan
2011-05-03Staging: hv: Use the remove() function in struct hv_driverK. Y. Srinivasan
2011-05-03Staging: hv: Use the probe function in struct hv_driverK. 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: Fix a jump label (Remove) in blkvsc_drv.cK. Y. Srinivasan
2011-04-25Staging: hv: Fix a jump label (Cleanup) in blkvsc_drvK. Y. Srinivasan
2011-04-25Staging: hv: Cleanup blkvsc_open()K. Y. Srinivasan
2011-04-25Staging: hv: Get rid of an unnecessary check in blkvsc_probe()K. Y. Srinivasan
2011-04-25Staging: hv: Get rid of some DPRINT_ERR() callsK. Y. Srinivasan
2011-04-25Staging: hv: Get rid of the code to manage removable mediaK. Y. Srinivasan
2011-04-25Staging: hv: Cleanup blkvsc_remove()K. Y. Srinivasan
2011-04-25Staging: hv: Get rid of some DPRINT_DBG() callsK. Y. Srinivasan
2011-04-25Staging: hv: Get rid of some DPRINT_INFO() statementsK. Y. Srinivasan
2011-04-25Staging: hv: Simplify blkvsc_init_rw()K. Y. Srinivasan
2011-04-25Staging: hv: Get rid of the function blkvsc_revalidate_disk()K. Y. Srinivasan
2011-04-25Staging: hv: Get rid of the state media_not_presentK. Y. Srinivasan
2011-04-25Staging: hv: Get rid of the function blkvsc_do_flush()K. Y. Srinivasan
2011-04-25Staging: hv: Get rid of blkvsc_do_read_capacity16()K. Y. Srinivasan
2011-04-25Staging: hv: Get rid of blkvsc_do_read_capacity()K. Y. Srinivasan
2011-04-25Staging: hv: Introduce a common function for issuing commands to the deviceK. Y. Srinivasan
2011-04-25Staging: hv: Simplify the code for blkvsc_getgeo()K. Y. Srinivasan
2011-04-25Staging: hv: Enable blkvsc_ioctl()K. Y. Srinivasan
2011-04-25Staging: hv: Get rid of some dead code in blkvsc_drv.cK. Y. Srinivasan
2011-04-25Staging: hv: Move module parameter to earlier in the fileK. Y. Srinivasan
2011-04-25Staging: hv: Move some definitions/declarations to be earlier in the fileK. Y. Srinivasan
2011-04-25Staging: hv: Get rid of the forward declaration for blkvsc_request()K. Y. Srinivasan
2011-04-25Staging: hv: Get rid of the forward declaration for blkvsc_do_pending_reqs()K. Y. Srinivasan
2011-04-25Staging: hv: Get rid of the forward declaration for blkvsc_do_request()K. Y. Srinivasan
2011-04-25Staging: hv: Get rid of the forward declaration for blkvsc_do_inquiry()K. Y. Srinivasan
2011-04-25Staging: hv: Get rid of the forward declaration of blkvsc_revalidate_disk()K. Y. Srinivasan
2011-04-25Staging: hv: Get rid of the forward declaration of blkvsc_do_read_capacity16()K. Y. Srinivasan
2011-04-25Staging: hv: Get rid of the forward declaration for blkvsc_do_read_capacity()K. Y. Srinivasan
2011-04-25Staging: hv: Get rid of the forward declaration for blkvsc_release()K. Y. Srinivasan
2011-04-25Staging: hv: Get rid of the forward declaration of blkvsc_shutdown()K. Y. Srinivasan
2011-04-25Staging: hv: Get rid of the forward declaration of blkvsc_remove()K. Y. Srinivasan
2011-04-25Staging: hv: Get rid of the forward declaration of blkvsc_cancel_pending_reqs()K. Y. Srinivasan
2011-04-25Staging: hv: Get rid of the forward declaration of blkvsc_do_flush()K. Y. Srinivasan
2011-04-25Staging: hv: Get rid of the forward declaration of blkvsc_cmd_completion()K. Y. Srinivasan
2011-04-25Staging: hv: Get rid of the forward declaration of blkvsc_ioctl()K. Y. Srinivasan
2011-04-25Staging: hv: Get rid of the forward declaration of blkvsc_init_rw()K. Y. Srinivasan
2011-04-20Staging: hv: Get rid of blkvsc_check_events()K. Y. Srinivasan
2011-04-20Staging: hv: Get rid of the forward declaration of blkvsc_getgeo()K. Y. Srinivasan
2011-04-20Staging: hv: Get rid of the forward declaration of blkvsc_open()K. Y. Srinivasan
2011-04-20Staging: hv: Get rid of the forward declaration of blkvsc_check_events()K. Y. Srinivasan
2011-04-20Staging: hv: Get rid of the forward declaration of blkvsc_submit_request()K. Y. Srinivasan
2011-04-13Staging: merge 2.6.39-rc3 into staging-nextGreg Kroah-Hartman
2011-04-04Staging: hv: Get rid of synch primitive in struct blkvsc_requestK. 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