aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/storvsc_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-28Merge 'staging-next' to Linus's treeGreg Kroah-Hartman1-2/+0
2010-10-21Staging: hv: remove struct vmbus_channel_interfaceGreg Kroah-Hartman1-2/+0
2010-09-03staging: hv: Fixed lockup problem with bounce_buffer scatter listHank Janssen1-2/+5
2010-09-03staging: hv: Fixed bounce kmap problem by using correct indexHank Janssen1-2/+2
2010-07-22Staging: hv: remove DPRINT_EXIT macroGreg Kroah-Hartman1-30/+2
2010-07-22Staging: hv: remove DPRINT_ENTER macroGreg Kroah-Hartman1-17/+0
2010-05-11Staging: hv: storvsc module descriptionsStephen Hemminger1-1/+3
2010-05-11Staging: hv: rename VersionInfo.h to version_info.hGreg Kroah-Hartman1-1/+1
2010-05-11Staging: hv: rename StorVscApi.h to storvsc_api.hGreg Kroah-Hartman1-1/+1
2010-05-11staging: hv: remove ASSERT()s in storvsc_drv.cBill Pemberton1-15/+13
2010-05-11Staging: hv: move ASSERT(scmnd) to a more useful locationBill Pemberton1-1/+1
2010-05-11Staging: hv: trivial whitespace fixes found by checkpatch.plLars Lindley1-2/+2
2010-05-11staging: hv: Corrected all header comment formats kernel-doc formatHank Janssen1-7/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03Staging: hv: Rename struct device_context and re-arrange the fields insideHaiyang Zhang1-5/+5
2010-03-03Staging: hv: Add proper versioning to HV driversHank Janssen1-0/+2
2010-03-03Staging: hv: remove unneeded OnHostReset callbackGreg Kroah-Hartman1-9/+1
2010-03-03Staging: hv: storvsc_drv: move unused functionsGreg Kroah-Hartman1-204/+0
2010-03-03Staging: hv: remove unneeded OnHostRescan callbackGreg Kroah-Hartman1-1/+0
2009-09-15Staging: hv: remove function pointer typedefs from vmbus.hGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: coding style cleanup for storvsc_drv.cGreg Kroah-Hartman1-464/+470
2009-09-15Staging: hv: move StorVscApi.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: move logging.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: fix typedefs in StorVscApi.hGreg Kroah-Hartman1-8/+8
2009-09-15Staging: hv: move vmbus.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: osd.h: remove GUID typedefGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: move osd.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: fix sparse static warningsGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: Remove typedef STORVSC_REQUEST and PSTORVSC_REQUESTNicolas Palix1-3/+3
2009-09-15Staging: hv: check return value of driver_for_each_device()Bill Pemberton1-2/+8
2009-09-15Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their corresponding structsNicolas Palix1-5/+5
2009-09-15Staging: hv: check return value of device_register()Bill Pemberton1-1/+1
2009-09-15Staging: hv: storvsc_drv.c: fix print formattingBill Pemberton1-1/+1
2009-09-15Staging: hv: Remove C99 commentsBill Pemberton1-91/+91
2009-09-15Staging: hv: Transform some kzalloc calls to kcallocNicolas Palix1-3/+3
2009-09-15Staging: hv: Remove compatibility ifdefryMoritz Muehlenhoff1-218/+0
2009-09-15Staging: hv: fix up printk warningsGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove MIN and MAX usagesGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: storvsc: fix up driver_data usageGreg Kroah-Hartman1-4/+4
2009-09-15Staging: hv: make the Hyper-V virtual storage driver buildGreg Kroah-Hartman1-5/+6
2009-09-15Staging: hv: add the Hyper-V virtual storage driverHank Janssen1-0/+1413