summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/storvsc_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: hv: Remove the vm_device structureK. Y. Srinivasan2011-03-071-13/+11
* Staging: hv: Eliminate storvsc_driver_context structureK. Y. Srinivasan2011-03-071-20/+8
* Staging: hv: Eliminate driver_context structureK. Y. Srinivasan2011-03-071-22/+19
* Staging: hv: Change the signature for vmbus_child_driver_unregisterK. Y. Srinivasan2011-03-071-1/+1
* Staging: hv: Change the signature for vmbus_child_driver_registerK. Y. Srinivasan2011-03-071-1/+1
* Staging: hv: Use generic device_driver remove functionK. Y. Srinivasan2011-03-071-1/+1
* Staging: hv: Use generic device_driver probe functionK. Y. Srinivasan2011-03-071-1/+1
* Staging: hv: Remove osd layerK. Y. Srinivasan2011-02-181-1/+1
* staging: hv: Convert camel cased struct fields in vmbus_api.h to lower casesHaiyang Zhang2011-01-311-14/+14
* staging/hv/osd: don't reimplement ALIGN macroUwe Kleine-König2011-01-201-2/+2
* Staging: Merge 2.6.37-rc5 into staging-nextGreg Kroah-Hartman2010-12-071-3/+4
|\
| * SCSI host lock push-downJeff Garzik2010-11-161-3/+4
* | staging: hv: Convert camel case functions in storvsc_api.h to lowercaseHank Janssen2010-12-061-2/+2
* | staging: hv: Convert camel case struct fields in storvsc_api.h to lowercaseHank Janssen2010-12-061-45/+46
|/
* Merge 'staging-next' to Linus's treeGreg Kroah-Hartman2010-10-281-2/+0
|\
| * Staging: hv: remove struct vmbus_channel_interfaceGreg Kroah-Hartman2010-10-211-2/+0
* | staging: hv: Fixed lockup problem with bounce_buffer scatter listHank Janssen2010-09-031-2/+5
* | staging: hv: Fixed bounce kmap problem by using correct indexHank Janssen2010-09-031-2/+2
|/
* Staging: hv: remove DPRINT_EXIT macroGreg Kroah-Hartman2010-07-221-30/+2
* Staging: hv: remove DPRINT_ENTER macroGreg Kroah-Hartman2010-07-221-17/+0
* Staging: hv: storvsc module descriptionsStephen Hemminger2010-05-111-1/+3
* Staging: hv: rename VersionInfo.h to version_info.hGreg Kroah-Hartman2010-05-111-1/+1
* Staging: hv: rename StorVscApi.h to storvsc_api.hGreg Kroah-Hartman2010-05-111-1/+1
* staging: hv: remove ASSERT()s in storvsc_drv.cBill Pemberton2010-05-111-15/+13
* Staging: hv: move ASSERT(scmnd) to a more useful locationBill Pemberton2010-05-111-1/+1
* Staging: hv: trivial whitespace fixes found by checkpatch.plLars Lindley2010-05-111-2/+2
* staging: hv: Corrected all header comment formats kernel-doc formatHank Janssen2010-05-111-7/+7
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Staging: hv: Rename struct device_context and re-arrange the fields insideHaiyang Zhang2010-03-031-5/+5
* Staging: hv: Add proper versioning to HV driversHank Janssen2010-03-031-0/+2
* Staging: hv: remove unneeded OnHostReset callbackGreg Kroah-Hartman2010-03-031-9/+1
* Staging: hv: storvsc_drv: move unused functionsGreg Kroah-Hartman2010-03-031-204/+0
* Staging: hv: remove unneeded OnHostRescan callbackGreg Kroah-Hartman2010-03-031-1/+0
* Staging: hv: remove function pointer typedefs from vmbus.hGreg Kroah-Hartman2009-09-151-2/+2
* Staging: hv: coding style cleanup for storvsc_drv.cGreg Kroah-Hartman2009-09-151-464/+470
* Staging: hv: move StorVscApi.hGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: move logging.hGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: fix typedefs in StorVscApi.hGreg Kroah-Hartman2009-09-151-8/+8
* Staging: hv: move vmbus.hGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: osd.h: remove GUID typedefGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: move osd.hGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: fix sparse static warningsGreg Kroah-Hartman2009-09-151-2/+2
* Staging: hv: Remove typedef STORVSC_REQUEST and PSTORVSC_REQUESTNicolas Palix2009-09-151-3/+3
* Staging: hv: check return value of driver_for_each_device()Bill Pemberton2009-09-151-2/+8
* Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their c...Nicolas Palix2009-09-151-5/+5
* Staging: hv: check return value of device_register()Bill Pemberton2009-09-151-1/+1
* Staging: hv: storvsc_drv.c: fix print formattingBill Pemberton2009-09-151-1/+1
* Staging: hv: Remove C99 commentsBill Pemberton2009-09-151-91/+91
* Staging: hv: Transform some kzalloc calls to kcallocNicolas Palix2009-09-151-3/+3
* Staging: hv: Remove compatibility ifdefryMoritz Muehlenhoff2009-09-151-218/+0