aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap
Commit message (Expand)AuthorAgeFilesLines
...
* [TAPDISK] add tapdisk support for image chainingJake Wires2007-02-1612-639/+829
* [TOOLS] Fix foreign header build breakage.Ian Campbell2007-01-311-2/+2
* [BLTAP] Use getpagesize() for portability.kfraser@localhost.localdomain2006-12-201-2/+3
* Qcow driver code cleanup:Julian Chesterfield2006-12-192-52/+98
* Fix 64-bit build with a PRIu64.Ewan Mellor2006-12-151-1/+1
* Add sparseness flag to qcow-create.Julian Chesterfield2006-12-142-50/+141
* Set FD_CLOEXEC on the pidfile fd, so that tapdisk does not get it.Ewan Mellor2006-12-141-0/+13
* Steal the write_pidfile function from xenstored_core, and use it to ensureEwan Mellor2006-12-131-0/+36
* Fix a number of flaws in the blktap userspace daemon when dealingAndrew Warfield2006-12-013-16/+4
* [BLKTAP] Use lartge enough types to express parameters of large block devices.kfraser@localhost.localdomain2006-11-285-14/+14
* [TOOLS] Provide common LFS CFLAGS/LDFLAGS additions in Rules.mk.kfraser@localhost.localdomain2006-11-172-2/+0
* [BLKTAP] Little error handling fix to blktapctrl.c.Andrew Warfield2006-11-151-21/+44
* [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-074-7/+9
* [BLKTAP] Simplify linked-list insertion/deletion.kfraser@localhost.localdomain2006-10-253-103/+49
* [SOLARIS] On Solaris, GCC is configured to use Sun's LD. Fix the build to usekfraser@localhost.localdomain2006-10-171-2/+2
* Clean up duplication of 'install' macros in the Makefiles.kfraser@localhost.localdomain2006-10-172-8/+2
* [BLKTAP] Remove bogus extra public definition of sig_handler().kaf24@firebug.cl.cam.ac.uk2006-10-082-8/+0
* [BLKTAP] Fix trivial indentation snafu in previous changeset.kfraser@localhost.localdomain2006-10-061-1/+1
* [BLKTAP] Fix crash at start-of-day in blktapctrldkfraser@localhost.localdomain2006-10-061-0/+2
* [BLKTAP] Formatting and style cleanups to blktapctrl.kfraser@localhost.localdomain2006-10-063-142/+118
* [BLKTAP] Blktapctrl: Add asynchronous watch on dom0 name entry for blktapctrl...jchesterfield@dhcp92.uk.xensource.com2006-10-055-20/+81
* [BLKTAP] Find major number by searching sysfskfraser@localhost.localdomain2006-09-292-28/+4
* [BLKTAP] Remove unnecessary timeout from tapdisk select() call.kfraser@localhost.localdomain2006-09-291-7/+2
* [BLKTAP] have blktap use a dynamic majorAndrew Warfield2006-09-282-3/+44
* [blktap] Fix block device getsize bug in qcow when backing_filename is a bloc...jchesterfield@dhcp92.uk.xensource.com2006-09-051-4/+25
* Tapdisk cleanup.Andrew Warfield2006-09-011-14/+9
* Fix typo.Andrew Warfield2006-08-291-1/+1
* Small blktap cleanups.akw@devbox.site2006-08-294-8/+16
* Reduce AIO context allocations in blktap.akw@devbox.site2006-08-292-9/+29
* Ensure get_dom_domid() terminates even when /local/domain/<foo>/name isSteven Hand2006-08-241-5/+1
* This is a small patch that makes a cross compiler successfully compilekfraser@localhost.localdomain2006-08-161-1/+1
* Limit blktap static link to just libaio.jchesterfield@wicket.uk.xensource.com2006-08-071-3/+1
* [blktap] Add dependencies to Makefiles and simplify to avoid needless rebuilds.chris@kneesaa.uk.xensource.com2006-08-032-14/+15
* Switch blktapctrl.c over to using standard system daemon(3) call. Current pat...jchesterfield@dhcp92.uk.xensource.com2006-08-011-37/+17
* [BLKTAP] Properly daemonise the blktap control daemon. Fixes bug #709.kfraser@localhost.localdomain2006-07-311-0/+33
* When installing libblktap, symlinks should be made instead of usingkfraser@localhost.localdomain2006-07-251-2/+4
* [IA64] The blktap driver hardcodes PAGE_SIZE. Change it to use getpagesize(),kaf24@firebug.cl.cam.ac.uk2006-07-142-9/+12
* Added blktap support. Includes kernel driver (enabled as CONFIG_XEN_BLKDEV_TA...jchesterfield@dhcp92.uk.xensource.com2006-07-1325-0/+8108
* Remove old blktap tools.akw@localhost.localdomain2006-06-1639-8557/+0
* build: Clean up use of .PHONYkaf24@firebug.cl.cam.ac.uk2006-04-103-3/+12
* Move 'debug' build option into the outermost Config.mk file.kaf24@firebug.cl.cam.ac.uk2006-03-093-6/+0
* Clean up the usage of CFLAGS. This is nice for packagers, who wouldkaf24@firebug.cl.cam.ac.uk2006-03-093-5/+2
* Bump blktap and dom0op version numbers.kaf24@firebug.cl.cam.ac.uk2005-12-041-1/+1
* Public interface cleanups. Widen some fields in publickaf24@firebug.cl.cam.ac.uk2005-11-305-47/+39
* Move mk-symlinks target into tools/Rules.mk.cl349@firebug.cl.cam.ac.uk2005-11-281-11/+0
* Remove unnecessary NULL checks before freeing memory blocks.kaf24@firebug.cl.cam.ac.uk2005-11-115-23/+12
* Fix Xen public interfaces and the tools to consistentlykaf24@firebug.cl.cam.ac.uk2005-10-1223-161/+161
* Refactor xenbus to break up the xenbus_lock and permit watcheskaf24@firebug.cl.cam.ac.uk2005-10-091-4/+0
* Change xs_read_watch interface to return a sized array (in userspace and inkaf24@firebug.cl.cam.ac.uk2005-10-071-3/+4