aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2.h
AgeCommit message (Expand)Author
2012-08-06qcow2: implement lazy refcountsStefan Hajnoczi
2012-08-06qcow2: introduce dirty bitStefan Hajnoczi
2012-06-15qcow2: always operate caches in writeback modePaolo Bonzini
2012-06-15qcow2: Support for fixing refcount inconsistenciesKevin Wolf
2012-04-20qcow2: Zero write supportKevin Wolf
2012-04-20qcow2: Support for feature table header extensionKevin Wolf
2012-04-20qcow2: Support reading zero clustersKevin Wolf
2012-04-20qcow2: Version 3 imagesKevin Wolf
2012-04-20qcow2: Ignore reserved bits in refcount table entriesKevin Wolf
2012-04-20qcow2: Ignore reserved bits in get_cluster_offsetKevin Wolf
2012-04-20qcow2: Save disk size in snapshot headerKevin Wolf
2012-03-12qcow2: Reduce number of I/O requestsKevin Wolf
2012-03-12qcow2: Add qcow2_alloc_clusters_at()Kevin Wolf
2012-02-09qcow2: Keep unknown header extension when rewriting headerKevin Wolf
2012-02-09qcow2: Update whole header at onceKevin Wolf
2011-12-15qcow2: Allow >4 GB VM stateKevin Wolf
2011-11-21qcow2: implement bdrv_invalidate_cache (v2)Anthony Liguori
2011-09-12qcow2: removed unused depends_on fieldFrediano Ziglio
2011-08-25qcow2: remove unused qcow2_create_refcount_update functionFrediano Ziglio
2011-08-02qcow2: Use coroutinesKevin Wolf
2011-07-19qcow2: Use Qcow2Cache in writeback mode during loadvm/savevmKevin Wolf
2011-06-08qemu-img create: Fix displayed default cluster sizeKevin Wolf
2011-01-31qcow2: Add bdrv_discard supportKevin Wolf
2011-01-24qcow2: Batch flushes for COWKevin Wolf
2011-01-24qcow2: Use QcowCacheKevin Wolf
2011-01-24qcow2: Add QcowCacheKevin Wolf
2010-11-24block: Remove unused s->hd in various driversKevin Wolf
2010-10-22Copy snapshots out of QCOW2 diskedison
2010-10-22qcow2: Support exact L1 table growthStefan Hajnoczi
2010-09-21qcow2: Avoid bounce buffers for AIO read requestsKevin Wolf
2010-07-06qcow2/vdi: Change check to distinguish error casesKevin Wolf
2010-05-28qcow2: Allow qcow2_get_cluster_offset to return errorsKevin Wolf
2010-05-03qcow2: Implement bdrv_truncate() for growing imagesStefan Hajnoczi
2010-05-03block: Open the underlying image file in generic codeKevin Wolf
2010-02-10qcow2: Fix signedness bugsKevin Wolf
2010-01-26qcow2: Return 0/-errno in qcow2_alloc_cluster_offsetKevin Wolf
2009-10-27Revert "qcow2: Bring synchronous read/write back to life"Kevin Wolf
2009-10-15qcow2: Bring synchronous read/write back to lifeKevin Wolf
2009-10-05qcow2: Increase maximum cluster size to 2 MBKevin Wolf
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-09qcow2: Order concurrent AIO requests on the same unallocated clusterKevin Wolf
2009-06-29Fix QCOW2 debugging code to compile againFilip Navara
2009-06-16qcow2: Rename global functionsKevin Wolf
2009-06-16qcow2: Split out snapshot functionsKevin Wolf
2009-06-16qcow2: Split out guest cluster functionsKevin Wolf
2009-06-16qcow2: Split out refcount handlingKevin Wolf