summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/blkvsc_drv.c
AgeCommit message (Expand)Author
2010-05-11Staging: hv: block_operations can be constStephen Hemminger
2010-05-11Staging: hv: add module description to blkvscStephen Hemminger
2010-05-11Staging: hv: rename VersionInfo.h to version_info.hGreg Kroah-Hartman
2010-05-11Staging: hv: rename StorVscApi.h to storvsc_api.hGreg Kroah-Hartman
2010-05-11staging: hv: remove ASSERT()s in blkvsc_drv.cBill Pemberton
2010-05-11staging: hv: make the block driver depend on LBDAFBill Pemberton
2010-05-11staging: hv: return error instead calling ASSERT in blkvsc_drv.cBill Pemberton
2010-05-11Staging: hv: trivial whitespace fixes found by checkpatch.plLars Lindley
2010-05-11staging: hv: Corrected all header comment formats kernel-doc formatHank Janssen
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-04Staging: merge staging patches into Linus's main branchGreg Kroah-Hartman
2010-03-04Staging: hv: Rename struct device_context and re-arrange the fields insideHaiyang Zhang
2010-03-04Staging: hv: Add proper versioning to HV driversHank Janssen
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen
2009-12-01Staging: hv: Fix some missing author namesHaiyang Zhang
2009-09-15Staging: hv: remove function pointer typedefs from vmbus.hGreg Kroah-Hartman
2009-09-15Staging: hv: coding style fixes for blkvsc_drv.cGreg 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: move vmbus.hGreg 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: fix sparse static warningsGreg Kroah-Hartman
2009-09-15Staging: hv: Remove typedef STORVSC_REQUEST and PSTORVSC_REQUESTNicolas Palix
2009-09-15Staging: hv: remove more printk() warningsGreg Kroah-Hartman
2009-09-15Staging: hv: comment out blkdev variable in blkvsc_ioctlBill Pemberton
2009-09-15Staging: hv: check return value of driver_for_each_device()Bill Pemberton
2009-09-15Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their c...Nicolas Palix
2009-09-15Staging: hv: check return value of device_register()Bill Pemberton
2009-09-15Staging: hv: fix blkvsc_ioctl() parametersBill Pemberton
2009-09-15Staging: hv: fix blkvsc_release() parametersBill Pemberton
2009-09-15Staging: hv: fix blkvsc_open() parametersBill Pemberton
2009-09-15Staging: hv: blkvsc_drv.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: blkvsc: fix up driver_data usageGreg Kroah-Hartman
2009-09-15Staging: hv: make the Hyper-V virtual block driver buildGreg Kroah-Hartman
2009-09-15Staging: hv: add the Hyper-V virtual block driverHank Janssen