aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/blkvsc_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-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-5/+6
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+10
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-0/+5
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-3/+5
2010-07-22Staging: hv: remove DPRINT_EXIT macroGreg Kroah-Hartman1-13/+1
2010-07-22Staging: hv: remove DPRINT_ENTER macroGreg Kroah-Hartman1-12/+0
2010-05-11Staging: hv: block_operations can be constStephen Hemminger1-1/+1
2010-05-11Staging: hv: add module description to blkvscStephen Hemminger1-2/+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 blkvsc_drv.cBill Pemberton1-5/+5
2010-05-11staging: hv: make the block driver depend on LBDAFBill Pemberton1-1/+1
2010-05-11staging: hv: return error instead calling ASSERT in blkvsc_drv.cBill Pemberton1-1/+5
2010-05-11Staging: hv: trivial whitespace fixes found by checkpatch.plLars Lindley1-5/+5
2010-05-11staging: hv: Corrected all header comment formats kernel-doc formatHank Janssen1-3/+3
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-04Staging: merge staging patches into Linus's main branchGreg Kroah-Hartman1-4/+6
2010-03-03Staging: hv: Rename struct device_context and re-arrange the fields insideHaiyang Zhang1-4/+4
2010-03-03Staging: hv: Add proper versioning to HV driversHank Janssen1-0/+2
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-4/+1
2009-11-30Staging: hv: Fix some missing author namesHaiyang Zhang1-0/+1
2009-09-15Staging: hv: remove function pointer typedefs from vmbus.hGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: coding style fixes for blkvsc_drv.cGreg Kroah-Hartman1-532/+521
2009-09-15Staging: hv: move StorVscApi.hGreg Kroah-Hartman1-2/+1
2009-09-15Staging: hv: move logging.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: fix typedefs in StorVscApi.hGreg Kroah-Hartman1-7/+7
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-0/+1
2009-09-15Staging: hv: fix sparse static warningsGreg Kroah-Hartman1-3/+3
2009-09-15Staging: hv: Remove typedef STORVSC_REQUEST and PSTORVSC_REQUESTNicolas Palix1-9/+9
2009-09-15Staging: hv: remove more printk() warningsGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: comment out blkdev variable in blkvsc_ioctlBill Pemberton1-1/+1
2009-09-15Staging: hv: check return value of driver_for_each_device()Bill Pemberton1-2/+9
2009-09-15Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their corresponding structsNicolas Palix1-2/+2
2009-09-15Staging: hv: check return value of device_register()Bill Pemberton1-1/+1
2009-09-15Staging: hv: fix blkvsc_ioctl() parametersBill Pemberton1-4/+4
2009-09-15Staging: hv: fix blkvsc_release() parametersBill Pemberton1-3/+3
2009-09-15Staging: hv: fix blkvsc_open() parametersBill Pemberton1-4/+4
2009-09-15Staging: hv: blkvsc_drv.c: fix print formattingBill Pemberton1-14/+14
2009-09-15Staging: hv: Remove C99 commentsBill Pemberton1-116/+133
2009-09-15Staging: hv: Remove compatibility ifdefryMoritz Muehlenhoff1-51/+0
2009-09-15Staging: hv: fix up printk warningsGreg Kroah-Hartman1-6/+6
2009-09-15Staging: hv: osd: remove PrintBytes wrapperGreg Kroah-Hartman1-2/+3
2009-09-15Staging: hv: blkvsc: fix up driver_data usageGreg Kroah-Hartman1-3/+3
2009-09-15Staging: hv: make the Hyper-V virtual block driver buildGreg Kroah-Hartman1-11/+12
2009-09-15Staging: hv: add the Hyper-V virtual block driverHank Janssen1-0/+1547