aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap/drivers/block-qcow.c
Commit message (Expand)AuthorAgeFilesLines
* blktap: Fix old QCow tapdisk image handlingKeir Fraser2010-05-041-10/+9
* blktap: fix empty QCOW images (bug 1430 part 2)Keir Fraser2009-06-031-2/+3
* blktap: fix and use ROUNDUP macro (bug 1430 part 1)Keir Fraser2009-06-031-6/+6
* blktap: re-enable O_DIRECT in block_qcow.cKeir Fraser2008-10-221-9/+15
* blktap: Handle qcow backing files correctly.Keir Fraser2008-10-201-9/+7
* blktap: cleanupKeir Fraser2008-07-111-11/+11
* blktap: Fall back to libcrypto if libgcrypt is not installed.Keir Fraser2008-06-301-1/+39
* blktap: link against libgcrypt rather than libcryptoKeir Fraser2008-06-301-13/+4
* 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: Remove some code duplicationKeir Fraser2008-02-251-211/+34
* blktap: qcow2 image format supportKeir Fraser2008-02-211-1/+13
* blktap: factor out linux specific codeKeir Fraser2008-01-151-6/+10
* blktap: Add fallback code to blktap for missing poll-on-aio support.kfraser@localhost.localdomain2007-06-191-24/+22
* tools: warn_unused_result build fixes.kfraser@localhost.localdomain2007-06-121-2/+5
* blktap: Fix compile errorskfraser@localhost.localdomain2007-05-241-3/+6
* blktap: Fix qcow max_aio_reqs calculation.kfraser@localhost.localdomain2007-05-031-1/+2
* blktap: Segments can span multiple clusters with tap:qcow.kfraser@localhost.localdomain2007-04-261-14/+53
* [TAPDISK] Fix qcow initialization bug.Jake Wires2007-04-101-2/+8
* [TAPDISK] unlock sector on error caseJake Wires2007-03-161-0/+1
* [TAPDISK] honor read-only attributes when creating tap-based VBDsJake Wires2007-02-231-1/+1
* [TAPDISK] minor changes to tapdisk and pluginsJake Wires2007-02-221-38/+43
* [TAPDISK] add tapdisk support for image chainingJake Wires2007-02-161-281/+246
* [BLTAP] Use getpagesize() for portability.kfraser@localhost.localdomain2006-12-201-2/+3
* Qcow driver code cleanup:Julian Chesterfield2006-12-191-41/+83
* Fix 64-bit build with a PRIu64.Ewan Mellor2006-12-151-1/+1
* Add sparseness flag to qcow-create.Julian Chesterfield2006-12-141-33/+87
* Fix a number of flaws in the blktap userspace daemon when dealingAndrew Warfield2006-12-011-8/+1
* [blktap] Fix block device getsize bug in qcow when backing_filename is a bloc...jchesterfield@dhcp92.uk.xensource.com2006-09-051-4/+25
* Small blktap cleanups.akw@devbox.site2006-08-291-1/+1
* Reduce AIO context allocations in blktap.akw@devbox.site2006-08-291-4/+15
* Added blktap support. Includes kernel driver (enabled as CONFIG_XEN_BLKDEV_TA...jchesterfield@dhcp92.uk.xensource.com2006-07-131-0/+1369