aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/StorVsc.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-11Staging: hv: rename StorVsc.c to storvsc.cGreg Kroah-Hartman1-858/+0
2010-05-11staging: hv: remove ASSERT()s in StorVsc.cBill Pemberton1-13/+13
2010-05-11Staging: hv: test return value of osd_WaitEventCreate()Bill Pemberton1-1/+9
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-5/+5
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: remove unneeded OnHostReset callbackGreg Kroah-Hartman1-2/+1
2009-11-30Staging: hv: Fix argument order in incorrect memset invocations in hyperv driver.Dave Jones1-5/+5
2009-09-15Staging: hv: reorg StorVsc.cGreg Kroah-Hartman1-266/+249
2009-09-15Staging: hv: coding style cleanups for StorVsc.cGreg Kroah-Hartman1-418/+305
2009-09-15Staging: hv: remove typedefs from StorVsc.cGreg Kroah-Hartman1-47/+44
2009-09-15Staging: hv: move VmbusPacketFormat.hGreg Kroah-Hartman1-1/+1
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-5/+5
2009-09-15Staging: hv: fix typedefs in vstorage.hGreg Kroah-Hartman1-34/+34
2009-09-15Staging: hv: move vstorage.h to hv dirGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: osd.h: remove GUID typedefGreg Kroah-Hartman1-3/+6
2009-09-15Staging: hv: move osd.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: osd: add osd_ prefix to global functionsGreg Kroah-Hartman1-8/+8
2009-09-15Staging: hv: remove wrapper functions for atomic operationsBill Pemberton1-24/+16
2009-09-15Staging: hv: remove WaitEventClose()Bill Pemberton1-2/+2
2009-09-15Staging: hv: fix sparse static warningsGreg Kroah-Hartman1-7/+7
2009-09-15Staging: hv: Remove typedef STORVSC_REQUEST and PSTORVSC_REQUESTNicolas Palix1-5/+5
2009-09-15Staging: hv: Remove typedef DRIVER_OBJECT and PDRIVER_OBJECTNicolas Palix1-3/+3
2009-09-15Staging: hv: properly fix the printk() warningsGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove more printk() warningsGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove WAITEVENT typedefBill Pemberton1-1/+1
2009-09-15Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their corresponding structsNicolas Palix1-25/+25
2009-09-15Staging: hv: StorVsc.c: fix print formattingBill Pemberton1-9/+9
2009-09-15Staging: hv: Remove C99 commentsBill Pemberton1-86/+104
2009-09-15Staging: hv: Remove compatibility ifdefryMoritz Muehlenhoff1-2/+0
2009-09-15Staging: hv: fix up printk warningsGreg Kroah-Hartman1-8/+8
2009-09-15Staging: hv: osd: remove PrintBytes wrapperGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: osd: remove Sleep wrapperGreg Kroah-Hartman1-3/+4
2009-09-15Staging: hv: osd: remove MemFree wrapperGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: osd: remove MemAllocZeroed wrapperGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove PAGE_SIZE and PAGE_SHIFT and __builtin functionsGreg Kroah-Hartman1-0/+2
2009-09-15Staging: hv: remove ULONG and LONG typedefsGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove ULONG_PTR typedefGreg Kroah-Hartman1-8/+8
2009-09-15Staging: hv: remove UINT64 and INT64 and UCHAR typedefsGreg Kroah-Hartman1-6/+6
2009-09-15Staging: hv: remove UINT32 and INT32 typedefsGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove UINT8 and INT8 typedefsGreg Kroah-Hartman1-0/+1
2009-09-15Staging: hv: remove PVOID typedefGreg Kroah-Hartman1-3/+3
2009-09-15Staging: hv: make the Hyper-V virtual storage driver buildGreg Kroah-Hartman1-4/+5
2009-09-15Staging: hv: add the Hyper-V virtual storage driverHank Janssen1-0/+967