aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap
Commit message (Expand)AuthorAgeFilesLines
* blktap: Fix double-free in tapdisk cleanup.kfraser@localhost.localdomain2007-08-301-4/+0
* blktap: Fix unaligned access to blktap/tapdisk message payloads.kfraser@localhost.localdomain2007-08-011-1/+3
* Fix file descriptor leak in blktapctrlkfraser@localhost.localdomain2007-08-011-12/+32
* Specify -fno-strict-aliasing in root build config file.Keir Fraser2007-07-072-2/+1
* blktap: Add fallback code to blktap for missing poll-on-aio support.kfraser@localhost.localdomain2007-06-195-51/+265
* tools: warn_unused_result build fixes.kfraser@localhost.localdomain2007-06-125-39/+49
* Remove a few stray references to the sparse tree.Ian Campbell2007-06-041-3/+0
* blktap: Fix compile errorskfraser@localhost.localdomain2007-05-243-6/+13
* blktap: Add one more error reason statement to blktapctrlkfraser@localhost.localdomain2007-05-241-1/+3
* blktap: Do not install libs or headers with execute permissions.kfraser@localhost.localdomain2007-05-241-2/+2
* blktap: Fix qcow max_aio_reqs calculation.kfraser@localhost.localdomain2007-05-031-1/+2
* Put blktap character device back into /dev/xen.Brendan Cully2007-05-022-3/+6
* blktap: Segments can span multiple clusters with tap:qcow.kfraser@localhost.localdomain2007-04-261-14/+53
* [TAPDISK] Move tapdisk control files from /dev/xen to /var/run/tapJake Wires2007-04-232-3/+5
* [TAPDISK] Use incremental cookies and fix blktapctrl::test_path parameter typo.Jake Wires2007-04-231-6/+7
* [TAPDISK] Fix qcow initialization bug.Jake Wires2007-04-101-2/+8
* blktap: Fix qcow2raw.Keir Fraser2007-03-311-7/+2
* [TAPDISK] unlock sector on error caseJake Wires2007-03-161-0/+1
* tools: Clean up use of 'install' command.kfraser@localhost.localdomain2007-03-071-2/+2
* [TAPDISK] honor read-only attributes when creating tap-based VBDsJake Wires2007-02-236-15/+38
* [TAPDISK] handle error case when opening VDIsJake Wires2007-02-231-2/+5
* [TAPDISK] minor changes to tapdisk and pluginsJake Wires2007-02-229-143/+224
* Fix 64-bit build.kfraser@localhost.localdomain2007-02-171-4/+4
* [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