summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/storvsc_drv.c
AgeCommit message (Expand)AuthorFilesLines
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 c...Nicolas 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