summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qcow2: Reduce number of I/O requestsKevin Wolf2012-03-121-0/+1
* qcow2: Add qcow2_alloc_clusters_at()Kevin Wolf2012-03-121-0/+2
* qcow2: Keep unknown header extension when rewriting headerKevin Wolf2012-02-091-0/+8
* qcow2: Update whole header at onceKevin Wolf2012-02-091-0/+1
* qcow2: Allow >4 GB VM stateKevin Wolf2011-12-151-1/+1
* qcow2: implement bdrv_invalidate_cache (v2)Anthony Liguori2011-11-211-0/+2
* qcow2: removed unused depends_on fieldFrediano Ziglio2011-09-121-1/+0
* qcow2: remove unused qcow2_create_refcount_update functionFrediano Ziglio2011-08-251-2/+0
* qcow2: Use coroutinesKevin Wolf2011-08-021-1/+4
* qcow2: Use Qcow2Cache in writeback mode during loadvm/savevmKevin Wolf2011-07-191-0/+2
* qemu-img create: Fix displayed default cluster sizeKevin Wolf2011-06-081-0/+2
* qcow2: Add bdrv_discard supportKevin Wolf2011-01-311-0/+2
* qcow2: Batch flushes for COWKevin Wolf2011-01-241-0/+1
* qcow2: Use QcowCacheKevin Wolf2011-01-241-5/+7
* qcow2: Add QcowCacheKevin Wolf2011-01-241-0/+19
* block: Remove unused s->hd in various driversKevin Wolf2010-11-241-1/+0
* Copy snapshots out of QCOW2 diskedison2010-10-221-0/+1
* qcow2: Support exact L1 table growthStefan Hajnoczi2010-10-221-1/+1
* qcow2: Avoid bounce buffers for AIO read requestsKevin Wolf2010-09-211-2/+2
* qcow2/vdi: Change check to distinguish error casesKevin Wolf2010-07-061-1/+1
* qcow2: Allow qcow2_get_cluster_offset to return errorsKevin Wolf2010-05-281-2/+2
* qcow2: Implement bdrv_truncate() for growing imagesStefan Hajnoczi2010-05-031-0/+6
* block: Open the underlying image file in generic codeKevin Wolf2010-05-031-1/+1
* qcow2: Fix signedness bugsKevin Wolf2010-02-101-4/+2
* qcow2: Return 0/-errno in qcow2_alloc_cluster_offsetKevin Wolf2010-01-261-2/+2
* Revert "qcow2: Bring synchronous read/write back to life"Kevin Wolf2009-10-271-3/+0
* qcow2: Bring synchronous read/write back to lifeKevin Wolf2009-10-151-0/+3
* qcow2: Increase maximum cluster size to 2 MBKevin Wolf2009-10-051-1/+1
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-3/+3
* qcow2: Order concurrent AIO requests on the same unallocated clusterKevin Wolf2009-09-091-0/+7
* Fix QCOW2 debugging code to compile againFilip Navara2009-06-291-0/+4
* qcow2: Rename global functionsKevin Wolf2009-06-161-27/+27
* qcow2: Split out snapshot functionsKevin Wolf2009-06-161-0/+16
* qcow2: Split out guest cluster functionsKevin Wolf2009-06-161-2/+35
* qcow2: Split out refcount handlingKevin Wolf2009-06-161-0/+154