aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap/drivers
Commit message (Expand)AuthorAgeFilesLines
* Do not print `***' when compiling unless we fall overKeir Fraser2009-01-121-1/+1
* Use -MMD -MF in tools/* rather than -Wp,-M...Keir Fraser2009-01-121-4/+0
* blktap: re-enable O_DIRECT in block_qcow.cKeir Fraser2008-10-221-9/+15
* blktap: Handle qcow backing files correctly.Keir Fraser2008-10-202-17/+59
* blktap: portability cleanupKeir Fraser2008-07-144-106/+146
* blktap: cleanupKeir Fraser2008-07-119-50/+52
* tapdisk: in case O_DIRECT fails, retry again with o_flags butKeir Fraser2008-07-111-1/+1
* Blktapctrl compatibility layerKeir Fraser2008-07-091-6/+18
* blktap: Fall back to libcrypto if libgcrypt is not installed.Keir Fraser2008-06-303-2/+62
* blktap: link against libgcrypt rather than libcryptoKeir Fraser2008-06-302-14/+5
* blktap: Extend userland busid to 32 bitsKeir Fraser2008-06-271-1/+1
* tapdisk: Fix qcow2 for images > 2 GBKeir Fraser2008-06-271-4/+1
* blktap: Automatically start tapdisk-ioemu on demandKeir Fraser2008-04-232-13/+64
* Revert 17499:451ae3b8e5c8Keir Fraser2008-04-232-64/+13
* blktap: Automatically start tapdisk-ioemu on demandKeir Fraser2008-04-222-13/+64
* tools: Use PATH_MAX for pathname char arrays.Keir Fraser2008-04-041-1/+1
* tapdisk: Fix L1 table endianess of qcow imagesKeir Fraser2008-03-271-6/+56
* blktap: Fix BSD build failure.Keir Fraser2008-03-191-0/+5
* tapaio build fixKeir Fraser2008-03-191-0/+1
* Use ioemu block drivers through blktap.Keir Fraser2008-03-182-22/+92
* Clean up blktap Makefiles.Keir Fraser2008-03-171-14/+12
* blktapctrl: Fix a potential device minor number leak.Keir Fraser2008-03-031-4/+4
* blktap: Fix unused warnings in block-qcow2.c with -D_FORTIFY_SOURCE=2.Keir Fraser2008-02-281-161/+0
* blktap: Remove some code duplicationKeir Fraser2008-02-255-568/+324
* blktap: qcow2 image format supportKeir Fraser2008-02-216-10/+2369
* libxenctrl headers should not pollute macro namespace withKeir Fraser2008-02-121-1/+1
* Define CFLAGS and LDFLAGS for libxenctrl.Keir Fraser2008-01-271-3/+2
* Move generation of public header hierarchy into the tools.Keir Fraser2008-01-261-1/+1
* blktap: Clean up makefile and linked libs.Keir Fraser2008-01-261-11/+6
* Add SBINDIR. Use it always.Keir Fraser2008-01-221-2/+1
* tools: LDFLAGS in link linesKeir Fraser2008-01-171-3/+3
* blktap: factor out linux specific codeKeir Fraser2008-01-1511-99/+124
* tapaio check return value from read()Keir Fraser2007-12-271-2/+18
* blktap: cleanups for *BSD.Keir Fraser2007-12-052-3/+8
* blktap: remove unused headers.Keir Fraser2007-12-044-4/+7
* blktap: Fix double-free in tapdisk cleanup.kfraser@localhost.localdomain2007-08-301-4/+0
* Fix file descriptor leak in blktapctrlkfraser@localhost.localdomain2007-08-011-12/+32
* Specify -fno-strict-aliasing in root build config file.Keir Fraser2007-07-071-1/+0
* 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-123-12/+25
* 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: Fix qcow max_aio_reqs calculation.kfraser@localhost.localdomain2007-05-031-1/+2
* Put blktap character device back into /dev/xen.Brendan Cully2007-05-021-2/+4
* 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-231-2/+4
* [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