aboutsummaryrefslogtreecommitdiffstats
path: root/block/qcow2.h
AgeCommit message (Expand)AuthorFilesLines
2011-12-15qcow2: Allow >4 GB VM stateKevin Wolf1-1/+1
2011-11-21qcow2: implement bdrv_invalidate_cache (v2)Anthony Liguori1-0/+2
2011-09-12qcow2: removed unused depends_on fieldFrediano Ziglio1-1/+0
2011-08-25qcow2: remove unused qcow2_create_refcount_update functionFrediano Ziglio1-2/+0
2011-08-02qcow2: Use coroutinesKevin Wolf1-1/+4
2011-07-19qcow2: Use Qcow2Cache in writeback mode during loadvm/savevmKevin Wolf1-0/+2
2011-06-08qemu-img create: Fix displayed default cluster sizeKevin Wolf1-0/+2
2011-01-31qcow2: Add bdrv_discard supportKevin Wolf1-0/+2
2011-01-24qcow2: Batch flushes for COWKevin Wolf1-0/+1
2011-01-24qcow2: Use QcowCacheKevin Wolf1-5/+7
2011-01-24qcow2: Add QcowCacheKevin Wolf1-0/+19
2010-11-24block: Remove unused s->hd in various driversKevin Wolf1-1/+0
2010-10-22Copy snapshots out of QCOW2 diskedison1-0/+1
2010-10-22qcow2: Support exact L1 table growthStefan Hajnoczi1-1/+1
2010-09-21qcow2: Avoid bounce buffers for AIO read requestsKevin Wolf1-2/+2
2010-07-06qcow2/vdi: Change check to distinguish error casesKevin Wolf1-1/+1
2010-05-28qcow2: Allow qcow2_get_cluster_offset to return errorsKevin Wolf1-2/+2
2010-05-03qcow2: Implement bdrv_truncate() for growing imagesStefan Hajnoczi1-0/+6
2010-05-03block: Open the underlying image file in generic codeKevin Wolf1-1/+1
2010-02-10qcow2: Fix signedness bugsKevin Wolf1-4/+2
2010-01-26qcow2: Return 0/-errno in qcow2_alloc_cluster_offsetKevin Wolf1-2/+2
2009-10-27Revert "qcow2: Bring synchronous read/write back to life"Kevin Wolf1-3/+0
2009-10-15qcow2: Bring synchronous read/write back to lifeKevin Wolf1-0/+3
2009-10-05qcow2: Increase maximum cluster size to 2 MBKevin Wolf1-1/+1
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-3/+3
2009-09-09qcow2: Order concurrent AIO requests on the same unallocated clusterKevin Wolf1-0/+7
2009-06-29Fix QCOW2 debugging code to compile againFilip Navara1-0/+4
2009-06-16qcow2: Rename global functionsKevin Wolf1-27/+27
2009-06-16qcow2: Split out snapshot functionsKevin Wolf1-0/+16
2009-06-16qcow2: Split out guest cluster functionsKevin Wolf1-2/+35
2009-06-16qcow2: Split out refcount handlingKevin Wolf1-0/+154