index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
hv
/
StorVsc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-11
Staging: hv: rename StorVsc.c to storvsc.c
Greg Kroah-Hartman
1
-858
/
+0
2010-05-11
staging: hv: remove ASSERT()s in StorVsc.c
Bill Pemberton
1
-13
/
+13
2010-05-11
Staging: hv: test return value of osd_WaitEventCreate()
Bill Pemberton
1
-1
/
+9
2010-05-11
Staging: hv: trivial whitespace fixes found by checkpatch.pl
Lars Lindley
1
-2
/
+2
2010-05-11
staging: hv: Corrected all header comment formats kernel-doc format
Hank Janssen
1
-5
/
+5
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
Tejun Heo
1
-0
/
+1
2010-03-03
Staging: hv: remove unneeded OnHostReset callback
Greg Kroah-Hartman
1
-2
/
+1
2009-11-30
Staging: hv: Fix argument order in incorrect memset invocations in hyperv driver.
Dave Jones
1
-5
/
+5
2009-09-15
Staging: hv: reorg StorVsc.c
Greg Kroah-Hartman
1
-266
/
+249
2009-09-15
Staging: hv: coding style cleanups for StorVsc.c
Greg Kroah-Hartman
1
-418
/
+305
2009-09-15
Staging: hv: remove typedefs from StorVsc.c
Greg Kroah-Hartman
1
-47
/
+44
2009-09-15
Staging: hv: move VmbusPacketFormat.h
Greg Kroah-Hartman
1
-1
/
+1
2009-09-15
Staging: hv: move StorVscApi.h
Greg Kroah-Hartman
1
-1
/
+1
2009-09-15
Staging: hv: move logging.h
Greg Kroah-Hartman
1
-1
/
+1
2009-09-15
Staging: hv: fix typedefs in StorVscApi.h
Greg Kroah-Hartman
1
-5
/
+5
2009-09-15
Staging: hv: fix typedefs in vstorage.h
Greg Kroah-Hartman
1
-34
/
+34
2009-09-15
Staging: hv: move vstorage.h to hv dir
Greg Kroah-Hartman
1
-1
/
+1
2009-09-15
Staging: hv: osd.h: remove GUID typedef
Greg Kroah-Hartman
1
-3
/
+6
2009-09-15
Staging: hv: move osd.h
Greg Kroah-Hartman
1
-1
/
+1
2009-09-15
Staging: hv: osd: add osd_ prefix to global functions
Greg Kroah-Hartman
1
-8
/
+8
2009-09-15
Staging: hv: remove wrapper functions for atomic operations
Bill Pemberton
1
-24
/
+16
2009-09-15
Staging: hv: remove WaitEventClose()
Bill Pemberton
1
-2
/
+2
2009-09-15
Staging: hv: fix sparse static warnings
Greg Kroah-Hartman
1
-7
/
+7
2009-09-15
Staging: hv: Remove typedef STORVSC_REQUEST and PSTORVSC_REQUEST
Nicolas Palix
1
-5
/
+5
2009-09-15
Staging: hv: Remove typedef DRIVER_OBJECT and PDRIVER_OBJECT
Nicolas Palix
1
-3
/
+3
2009-09-15
Staging: hv: properly fix the printk() warnings
Greg Kroah-Hartman
1
-1
/
+1
2009-09-15
Staging: hv: remove more printk() warnings
Greg Kroah-Hartman
1
-1
/
+1
2009-09-15
Staging: hv: remove WAITEVENT typedef
Bill Pemberton
1
-1
/
+1
2009-09-15
Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their corresponding structs
Nicolas Palix
1
-25
/
+25
2009-09-15
Staging: hv: StorVsc.c: fix print formatting
Bill Pemberton
1
-9
/
+9
2009-09-15
Staging: hv: Remove C99 comments
Bill Pemberton
1
-86
/
+104
2009-09-15
Staging: hv: Remove compatibility ifdefry
Moritz Muehlenhoff
1
-2
/
+0
2009-09-15
Staging: hv: fix up printk warnings
Greg Kroah-Hartman
1
-8
/
+8
2009-09-15
Staging: hv: osd: remove PrintBytes wrapper
Greg Kroah-Hartman
1
-1
/
+1
2009-09-15
Staging: hv: osd: remove Sleep wrapper
Greg Kroah-Hartman
1
-3
/
+4
2009-09-15
Staging: hv: osd: remove MemFree wrapper
Greg Kroah-Hartman
1
-1
/
+1
2009-09-15
Staging: hv: osd: remove MemAllocZeroed wrapper
Greg Kroah-Hartman
1
-1
/
+1
2009-09-15
Staging: hv: remove PAGE_SIZE and PAGE_SHIFT and __builtin functions
Greg Kroah-Hartman
1
-0
/
+2
2009-09-15
Staging: hv: remove ULONG and LONG typedefs
Greg Kroah-Hartman
1
-1
/
+1
2009-09-15
Staging: hv: remove ULONG_PTR typedef
Greg Kroah-Hartman
1
-8
/
+8
2009-09-15
Staging: hv: remove UINT64 and INT64 and UCHAR typedefs
Greg Kroah-Hartman
1
-6
/
+6
2009-09-15
Staging: hv: remove UINT32 and INT32 typedefs
Greg Kroah-Hartman
1
-1
/
+1
2009-09-15
Staging: hv: remove UINT8 and INT8 typedefs
Greg Kroah-Hartman
1
-0
/
+1
2009-09-15
Staging: hv: remove PVOID typedef
Greg Kroah-Hartman
1
-3
/
+3
2009-09-15
Staging: hv: make the Hyper-V virtual storage driver build
Greg Kroah-Hartman
1
-4
/
+5
2009-09-15
Staging: hv: add the Hyper-V virtual storage driver
Hank Janssen
1
-0
/
+967