summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/storvsc_drv.c
AgeCommit message (Expand)Author
2011-03-07Staging: hv: Remove the vm_device structureK. Y. Srinivasan
2011-03-07Staging: hv: Eliminate storvsc_driver_context structureK. Y. Srinivasan
2011-03-07Staging: hv: Eliminate driver_context structureK. Y. Srinivasan
2011-03-07Staging: hv: Change the signature for vmbus_child_driver_unregisterK. Y. Srinivasan
2011-03-07Staging: hv: Change the signature for vmbus_child_driver_registerK. Y. Srinivasan
2011-03-07Staging: hv: Use generic device_driver remove functionK. Y. Srinivasan
2011-03-07Staging: hv: Use generic device_driver probe functionK. Y. Srinivasan
2011-02-18Staging: hv: Remove osd layerK. Y. Srinivasan
2011-01-31staging: hv: Convert camel cased struct fields in vmbus_api.h to lower casesHaiyang Zhang
2011-01-20staging/hv/osd: don't reimplement ALIGN macroUwe Kleine-König
2010-12-07Staging: Merge 2.6.37-rc5 into staging-nextGreg Kroah-Hartman
2010-12-06staging: hv: Convert camel case functions in storvsc_api.h to lowercaseHank Janssen
2010-12-06staging: hv: Convert camel case struct fields in storvsc_api.h to lowercaseHank Janssen
2010-11-16SCSI host lock push-downJeff Garzik
2010-10-28Merge 'staging-next' to Linus's treeGreg Kroah-Hartman
2010-10-21Staging: hv: remove struct vmbus_channel_interfaceGreg Kroah-Hartman
2010-09-03staging: hv: Fixed lockup problem with bounce_buffer scatter listHank Janssen
2010-09-03staging: hv: Fixed bounce kmap problem by using correct indexHank Janssen
2010-07-22Staging: hv: remove DPRINT_EXIT macroGreg Kroah-Hartman
2010-07-22Staging: hv: remove DPRINT_ENTER macroGreg Kroah-Hartman
2010-05-11Staging: hv: storvsc module descriptionsStephen Hemminger
2010-05-11Staging: hv: rename VersionInfo.h to version_info.hGreg Kroah-Hartman
2010-05-11Staging: hv: rename StorVscApi.h to storvsc_api.hGreg Kroah-Hartman
2010-05-11staging: hv: remove ASSERT()s in storvsc_drv.cBill Pemberton
2010-05-11Staging: hv: move ASSERT(scmnd) to a more useful locationBill Pemberton
2010-05-11Staging: hv: trivial whitespace fixes found by checkpatch.plLars Lindley
2010-05-11staging: hv: Corrected all header comment formats kernel-doc formatHank Janssen
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-03Staging: hv: Rename struct device_context and re-arrange the fields insideHaiyang Zhang
2010-03-03Staging: hv: Add proper versioning to HV driversHank Janssen
2010-03-03Staging: hv: remove unneeded OnHostReset callbackGreg Kroah-Hartman
2010-03-03Staging: hv: storvsc_drv: move unused functionsGreg Kroah-Hartman
2010-03-03Staging: hv: remove unneeded OnHostRescan callbackGreg Kroah-Hartman
2009-09-15Staging: hv: remove function pointer typedefs from vmbus.hGreg Kroah-Hartman
2009-09-15Staging: hv: coding style cleanup for storvsc_drv.cGreg Kroah-Hartman
2009-09-15Staging: hv: move StorVscApi.hGreg Kroah-Hartman
2009-09-15Staging: hv: move logging.hGreg Kroah-Hartman
2009-09-15Staging: hv: fix typedefs in StorVscApi.hGreg Kroah-Hartman
2009-09-15Staging: hv: move vmbus.hGreg Kroah-Hartman
2009-09-15Staging: hv: osd.h: remove GUID typedefGreg Kroah-Hartman
2009-09-15Staging: hv: move osd.hGreg Kroah-Hartman
2009-09-15Staging: hv: fix sparse static warningsGreg Kroah-Hartman
2009-09-15Staging: hv: Remove typedef STORVSC_REQUEST and PSTORVSC_REQUESTNicolas Palix
2009-09-15Staging: hv: check return value of driver_for_each_device()Bill Pemberton
2009-09-15Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their c...Nicolas Palix
2009-09-15Staging: hv: check return value of device_register()Bill Pemberton
2009-09-15Staging: hv: storvsc_drv.c: fix print formattingBill Pemberton
2009-09-15Staging: hv: Remove C99 commentsBill Pemberton
2009-09-15Staging: hv: Transform some kzalloc calls to kcallocNicolas Palix
2009-09-15Staging: hv: Remove compatibility ifdefryMoritz Muehlenhoff