aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap/drivers/tapdisk.c
Commit message (Expand)AuthorAgeFilesLines
* blktap: cleanupKeir Fraser2008-07-111-5/+5
* libxenctrl headers should not pollute macro namespace withKeir Fraser2008-02-121-1/+1
* blktap: remove unused headers.Keir Fraser2007-12-041-1/+0
* blktap: Fix double-free in tapdisk cleanup.kfraser@localhost.localdomain2007-08-301-4/+0
* tools: warn_unused_result build fixes.kfraser@localhost.localdomain2007-06-121-1/+2
* [TAPDISK] honor read-only attributes when creating tap-based VBDsJake Wires2007-02-231-11/+29
* [TAPDISK] handle error case when opening VDIsJake Wires2007-02-231-2/+5
* [TAPDISK] minor changes to tapdisk and pluginsJake Wires2007-02-221-54/+92
* Fix 64-bit build.kfraser@localhost.localdomain2007-02-171-4/+4
* [TAPDISK] add tapdisk support for image chainingJake Wires2007-02-161-89/+261
* Fix a number of flaws in the blktap userspace daemon when dealingAndrew Warfield2006-12-011-2/+1
* [BLKTAP] No need for barrier when updating rsp_prod_pvt.kfraser@localhost.localdomain2006-11-071-1/+0
* [BLKTAP] Various cleanups necessary for ia64 support.kfraser@localhost.localdomain2006-11-071-1/+3
* [BLKTAP] Simplify linked-list insertion/deletion.kfraser@localhost.localdomain2006-10-251-36/+16
* [BLKTAP] Remove unnecessary timeout from tapdisk select() call.kfraser@localhost.localdomain2006-09-291-7/+2
* Tapdisk cleanup.Andrew Warfield2006-09-011-14/+9
* Small blktap cleanups.akw@devbox.site2006-08-291-0/+1
* [IA64] The blktap driver hardcodes PAGE_SIZE. Change it to use getpagesize(),kaf24@firebug.cl.cam.ac.uk2006-07-141-6/+9
* Added blktap support. Includes kernel driver (enabled as CONFIG_XEN_BLKDEV_TA...jchesterfield@dhcp92.uk.xensource.com2006-07-131-0/+671