aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap/drivers/blktapctrl.c
Commit message (Expand)AuthorAgeFilesLines
* nstore: rename public xenstore headersIan Campbell2012-05-141-1/+1
* tools/blktap: fix build error w/o MEMSHRChristoph Egger2012-04-241-0/+2
* blktap/fs-back: Build fixes for Fedora 13Keir Fraser2010-03-151-0/+1
* blktap: make memshr optionalKeir Fraser2010-01-121-1/+3
* Generic bi-directional map, and related initialisation functions. At the momentKeir Fraser2009-12-171-0/+3
* blktap: Revert parts of c/s 19349.Keir Fraser2009-06-011-8/+8
* blktap: Move error signaling to blktapctrlKeir Fraser2009-03-121-8/+8
* blktapctrl: Fix too early close of pipesKeir Fraser2009-03-121-0/+27
* blktapctrl: Select backend by prefixKeir Fraser2009-03-121-5/+30
* blktap: portability cleanupKeir Fraser2008-07-141-83/+30
* blktap: cleanupKeir Fraser2008-07-111-3/+5
* Blktapctrl compatibility layerKeir Fraser2008-07-091-6/+18
* blktap: Extend userland busid to 32 bitsKeir Fraser2008-06-271-1/+1
* blktap: Automatically start tapdisk-ioemu on demandKeir Fraser2008-04-231-12/+63
* Revert 17499:451ae3b8e5c8Keir Fraser2008-04-231-63/+12
* blktap: Automatically start tapdisk-ioemu on demandKeir Fraser2008-04-221-12/+63
* Use ioemu block drivers through blktap.Keir Fraser2008-03-181-22/+80
* blktapctrl: Fix a potential device minor number leak.Keir Fraser2008-03-031-4/+4
* blktap: qcow2 image format supportKeir Fraser2008-02-211-8/+11
* blktap: cleanups for *BSD.Keir Fraser2007-12-051-2/+2
* blktap: remove unused headers.Keir Fraser2007-12-041-2/+0
* Fix file descriptor leak in blktapctrlkfraser@localhost.localdomain2007-08-011-12/+32
* tools: warn_unused_result build fixes.kfraser@localhost.localdomain2007-06-121-9/+18
* blktap: Fix compile errorskfraser@localhost.localdomain2007-05-241-1/+4
* blktap: Add one more error reason statement to blktapctrlkfraser@localhost.localdomain2007-05-241-1/+3
* Put blktap character device back into /dev/xen.Brendan Cully2007-05-021-2/+4
* [TAPDISK] Move tapdisk control files from /dev/xen to /var/run/tapJake Wires2007-04-231-2/+4
* [TAPDISK] Use incremental cookies and fix blktapctrl::test_path parameter typo.Jake Wires2007-04-231-6/+7
* [TAPDISK] honor read-only attributes when creating tap-based VBDsJake Wires2007-02-231-1/+1
* 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
* [BLKTAP] Use lartge enough types to express parameters of large block devices.kfraser@localhost.localdomain2006-11-281-1/+1
* [BLKTAP] Little error handling fix to blktapctrl.c.Andrew Warfield2006-11-151-21/+44
* [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-62/+30
* [BLKTAP] Remove bogus extra public definition of sig_handler().kaf24@firebug.cl.cam.ac.uk2006-10-081-5/+0
* [BLKTAP] Formatting and style cleanups to blktapctrl.kfraser@localhost.localdomain2006-10-061-4/+1
* [BLKTAP] Blktapctrl: Add asynchronous watch on dom0 name entry for blktapctrl...jchesterfield@dhcp92.uk.xensource.com2006-10-051-8/+8
* [BLKTAP] Find major number by searching sysfskfraser@localhost.localdomain2006-09-291-27/+3
* [BLKTAP] have blktap use a dynamic majorAndrew Warfield2006-09-281-2/+42
* 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
* Added blktap support. Includes kernel driver (enabled as CONFIG_XEN_BLKDEV_TA...jchesterfield@dhcp92.uk.xensource.com2006-07-131-0/+704