summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/blkvsc_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-111-3/+10
|\
| * block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-0/+5
| * block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-3/+5
* | Staging: hv: remove DPRINT_EXIT macroGreg Kroah-Hartman2010-07-231-13/+1Star
* | Staging: hv: remove DPRINT_ENTER macroGreg Kroah-Hartman2010-07-231-12/+0Star
|/
* Staging: hv: block_operations can be constStephen Hemminger2010-05-111-1/+1
* Staging: hv: add module description to blkvscStephen Hemminger2010-05-111-2/+3
* Staging: hv: rename VersionInfo.h to version_info.hGreg Kroah-Hartman2010-05-111-1/+1
* Staging: hv: rename StorVscApi.h to storvsc_api.hGreg Kroah-Hartman2010-05-111-1/+1
* staging: hv: remove ASSERT()s in blkvsc_drv.cBill Pemberton2010-05-111-5/+5
* staging: hv: make the block driver depend on LBDAFBill Pemberton2010-05-111-1/+1
* staging: hv: return error instead calling ASSERT in blkvsc_drv.cBill Pemberton2010-05-111-1/+5
* Staging: hv: trivial whitespace fixes found by checkpatch.plLars Lindley2010-05-111-5/+5
* staging: hv: Corrected all header comment formats kernel-doc formatHank Janssen2010-05-111-3/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Staging: merge staging patches into Linus's main branchGreg Kroah-Hartman2010-03-041-4/+6
|\
| * Staging: hv: Rename struct device_context and re-arrange the fields insideHaiyang Zhang2010-03-041-4/+4
| * Staging: hv: Add proper versioning to HV driversHank Janssen2010-03-041-0/+2
* | block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-4/+1Star
|/
* Staging: hv: Fix some missing author namesHaiyang Zhang2009-12-011-0/+1
* Staging: hv: remove function pointer typedefs from vmbus.hGreg Kroah-Hartman2009-09-151-2/+2
* Staging: hv: coding style fixes for blkvsc_drv.cGreg Kroah-Hartman2009-09-151-532/+521Star
* Staging: hv: move StorVscApi.hGreg Kroah-Hartman2009-09-151-2/+1Star
* Staging: hv: move logging.hGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: fix typedefs in StorVscApi.hGreg Kroah-Hartman2009-09-151-7/+7
* Staging: hv: move vmbus.hGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: osd.h: remove GUID typedefGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: move osd.hGreg Kroah-Hartman2009-09-151-0/+1
* Staging: hv: fix sparse static warningsGreg Kroah-Hartman2009-09-151-3/+3
* Staging: hv: Remove typedef STORVSC_REQUEST and PSTORVSC_REQUESTNicolas Palix2009-09-151-9/+9
* Staging: hv: remove more printk() warningsGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: comment out blkdev variable in blkvsc_ioctlBill Pemberton2009-09-151-1/+1
* Staging: hv: check return value of driver_for_each_device()Bill Pemberton2009-09-151-2/+9
* Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their c...Nicolas Palix2009-09-151-2/+2
* Staging: hv: check return value of device_register()Bill Pemberton2009-09-151-1/+1
* Staging: hv: fix blkvsc_ioctl() parametersBill Pemberton2009-09-151-4/+4
* Staging: hv: fix blkvsc_release() parametersBill Pemberton2009-09-151-3/+3
* Staging: hv: fix blkvsc_open() parametersBill Pemberton2009-09-151-4/+4
* Staging: hv: blkvsc_drv.c: fix print formattingBill Pemberton2009-09-151-14/+14
* Staging: hv: Remove C99 commentsBill Pemberton2009-09-151-116/+133
* Staging: hv: Remove compatibility ifdefryMoritz Muehlenhoff2009-09-151-51/+0Star
* Staging: hv: fix up printk warningsGreg Kroah-Hartman2009-09-151-6/+6
* Staging: hv: osd: remove PrintBytes wrapperGreg Kroah-Hartman2009-09-151-2/+3
* Staging: hv: blkvsc: fix up driver_data usageGreg Kroah-Hartman2009-09-151-3/+3
* Staging: hv: make the Hyper-V virtual block driver buildGreg Kroah-Hartman2009-09-151-11/+12
* Staging: hv: add the Hyper-V virtual block driverHank Janssen2009-09-151-0/+1547