aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/hv/blkvsc_drv.c
AgeCommit message (Expand)Author
2011-08-29Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is not usedK. Y. Srinivasan
2011-08-25Staging: hv: vmbus: Cleanup error values in ringbuffer.cK. Y. Srinivasan
2011-08-25Staging: hv: fix up driver registering messGreg Kroah-Hartman
2011-08-25Staging: hv: create VMBUS_DEVICE macro and use it.Greg Kroah-Hartman
2011-08-25Staging: hv: blkvsc: Use the newly introduced vmbus ID in the blockvsc driverK. Y. Srinivasan
2011-08-25Staging: hv: Replace struct hv_guid with the uuid type already defined in LinuxK. Y. Srinivasan
2011-08-02drivers/staging/hv/blkvsc_drv.c: eliminate NULL pointer dereferenceJulia Lawall
2011-06-07Staging: hv: blkvsc: We don't support removable media; get rid of unnecessary...K. Y. Srinivasan
2011-06-07Staging: hv: blkvsc: Fix bugs in the module unload pathK. Y. Srinivasan
2011-06-07Staging: hv: blk: Get rid of the unused initialization of the name fieldK. Y. Srinivasan
2011-05-17Staging: hv: blkvsc_drv: Cleanup the blkvsc_drv_exit() functionK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of storvsc_api.h to hyperv_storage.hK. Y. Srinivasan
2011-05-17Staging: hv: stor: Create a common header file for storage driversK. Y. Srinivasan
2011-05-17Staging: hv: vmbus_drv: Include the contents of hv_api.h in hyperv_vmbus.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of vmbus.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of logging.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of the file version_info.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Include the newly created header file in all of the relevant hyp...K. Y. Srinivasan
2011-05-11Staging: hv: Make blkvsc_drv an instance of struct hv_driverK. Y. Srinivasan
2011-05-11Staging: hv: Use the rinbuffer size info in struct storvsc_device_infoK. Y. Srinivasan
2011-05-11Staging: hv: Make blkvsc_drv_init the module init functionK. Y. Srinivasan
2011-05-11Staging: hv: Move the sector size check into blkvsc_drv_initK. Y. Srinivasan
2011-05-11Staging: hv: blkvsc_drv: Get rid of the empty functionK. Y. Srinivasan
2011-05-11Staging: hv: blkvsc_drv: Inline the copying of dev_type guidK. Y. Srinivasan
2011-05-11Staging: hv: blkvsc_drv: Move the assignment of driver nameK. Y. Srinivasan
2011-05-11Staging: hv: blkvsc_drv: Assign the name directlyK. Y. Srinivasan
2011-05-11Staging: hv: blkvsc_drv: Get rid of unnecessary code/commentsK. Y. Srinivasan
2011-05-11Staging: hv: blkvsc_drv: Get rid unnecessary DPRINTK. Y. Srinivasan
2011-05-11Staging: hv: Cleanup blkvsc_shutdown()K. Y. Srinivasan
2011-05-11Staging: hv: Cleanup blkvsc_remove()K. Y. Srinivasan
2011-05-11Staging: hv: Rename the function stor_vsc_get_major_info()K. Y. Srinivasan
2011-05-11Staging: hv: blkvsc_drv: Get rid of the calls to storvsc_cleanupK. Y. Srinivasan
2011-05-11Staging: hv: blkvsc_drv: Statically initialize pointers for probe etcK. Y. Srinivasan
2011-05-11Staging: hv: blkvsc_drv: Get rid of the indirection for invoking io requestK. Y. Srinivasan
2011-05-11Staging: hv: Rename the function stor_vsc_on_io_requestK. Y. Srinivasan
2011-05-11Staging: hv: blkvsc_drv: Get rid of the indirection for invoking cleanup func...K. Y. Srinivasan
2011-05-11Staging: hv: Rename the function stor_vsc_on_cleanupK. Y. Srinivasan
2011-05-11Staging: hv: blkvsc_drv: Get rid of the indirection for removing stor deviceK. Y. Srinivasan
2011-05-11Staging: hv: Rename the function stor_vsc_on_device_removeK. Y. Srinivasan
2011-05-11Staging: hv: Rename the function stor_vsc_device_addK. Y. Srinivasan
2011-05-11Staging: hv: blkvsc_drv: Get rid of the indirection for invoking device_addK. Y. Srinivasan
2011-05-11Staging: hv: Rename the function blk_vsc_on_device_addK. Y. Srinivasan
2011-05-11Staging: hv: Rename variables of type struct storvsc_driver *K. Y. Srinivasan
2011-05-11Staging: hv: Change the name of blkvsc driver variableK. Y. Srinivasan
2011-05-11Staging: hv: Change the name of struct storvsc_driver_objectK. Y. Srinivasan
2011-05-11Staging: hv: blkvsc_drv: Rename the device type variableK. Y. Srinivasan
2011-05-11Staging: hv: blkvsc_drv: Rename driver name variableK. Y. Srinivasan
2011-05-11Staging: hv: blkvsc_drv: Fix some locking issuesK. Y. Srinivasan
2011-05-11Staging: hv: blkvsc_drv: Cleanup spin lock usageK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of blkvsc_mutexK. Y. Srinivasan