aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/hv/StorVsc.c
AgeCommit message (Expand)Author
2009-11-30Staging: hv: Fix argument order in incorrect memset invocations in hyperv dri...Dave Jones
2009-09-15Staging: hv: reorg StorVsc.cGreg Kroah-Hartman
2009-09-15Staging: hv: coding style cleanups for StorVsc.cGreg Kroah-Hartman
2009-09-15Staging: hv: remove typedefs from StorVsc.cGreg Kroah-Hartman
2009-09-15Staging: hv: move VmbusPacketFormat.hGreg 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: fix typedefs in vstorage.hGreg Kroah-Hartman
2009-09-15Staging: hv: move vstorage.h to hv dirGreg 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: osd: add osd_ prefix to global functionsGreg Kroah-Hartman
2009-09-15Staging: hv: remove wrapper functions for atomic operationsBill Pemberton
2009-09-15Staging: hv: remove WaitEventClose()Bill Pemberton
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: Remove typedef DRIVER_OBJECT and PDRIVER_OBJECTNicolas Palix
2009-09-15Staging: hv: properly fix the printk() warningsGreg Kroah-Hartman
2009-09-15Staging: hv: remove more printk() warningsGreg Kroah-Hartman
2009-09-15Staging: hv: remove WAITEVENT typedefBill Pemberton
2009-09-15Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their c...Nicolas Palix
2009-09-15Staging: hv: StorVsc.c: fix print formattingBill Pemberton
2009-09-15Staging: hv: Remove C99 commentsBill Pemberton
2009-09-15Staging: hv: Remove compatibility ifdefryMoritz Muehlenhoff
2009-09-15Staging: hv: fix up printk warningsGreg Kroah-Hartman
2009-09-15Staging: hv: osd: remove PrintBytes wrapperGreg Kroah-Hartman
2009-09-15Staging: hv: osd: remove Sleep wrapperGreg Kroah-Hartman
2009-09-15Staging: hv: osd: remove MemFree wrapperGreg Kroah-Hartman
2009-09-15Staging: hv: osd: remove MemAllocZeroed wrapperGreg Kroah-Hartman
2009-09-15Staging: hv: remove PAGE_SIZE and PAGE_SHIFT and __builtin functionsGreg Kroah-Hartman
2009-09-15Staging: hv: remove ULONG and LONG typedefsGreg Kroah-Hartman
2009-09-15Staging: hv: remove ULONG_PTR typedefGreg Kroah-Hartman
2009-09-15Staging: hv: remove UINT64 and INT64 and UCHAR typedefsGreg Kroah-Hartman
2009-09-15Staging: hv: remove UINT32 and INT32 typedefsGreg Kroah-Hartman
2009-09-15Staging: hv: remove UINT8 and INT8 typedefsGreg Kroah-Hartman
2009-09-15Staging: hv: remove PVOID typedefGreg Kroah-Hartman
2009-09-15Staging: hv: make the Hyper-V virtual storage driver buildGreg Kroah-Hartman
2009-09-15Staging: hv: add the Hyper-V virtual storage driverHank Janssen