summaryrefslogtreecommitdiff
path: root/block/qcow2.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-26qcow2: Use dashes instead of underscores in optionsKevin Wolf1-4/+4
2013-06-24qcow2: Batch discardsKevin Wolf1-0/+11
2013-06-24qcow2: Options to enable discard for freed clustersKevin Wolf1-0/+5
2013-06-24qcow2: Add refcount update reason to all callersKevin Wolf1-3/+13
2013-05-14qcow2: Catch some L1 table index overflowsKevin Wolf1-2/+3
2013-04-13aes: move aes.h from include/block to include/qemuAurelien Jarno1-1/+1
2013-03-28qcow2: Allow requests with multiple l2metasKevin Wolf1-0/+3
2013-03-28qcow2: Finalise interface of handle_alloc()Kevin Wolf1-0/+5
2013-03-28qcow2: handle_alloc(): Get rid of keep_clusters parameterKevin Wolf1-0/+5
2013-03-28qcow2: Change handle_dependency to byte granularityKevin Wolf1-0/+11
2013-03-28qcow2: Handle dependencies earlierKevin Wolf1-0/+5
2013-03-19qcow2: Fix segfault in qcow2_invalidate_cacheKevin Wolf1-0/+3
2013-03-15qcow2: Allow lazy refcounts to be enabled on the command lineKevin Wolf1-0/+1
2012-12-19block: move include files to include/block/Paolo Bonzini1-2/+2
2012-12-13qcow2: Enable dirty flag in qcow2_alloc_cluster_link_l2Kevin Wolf1-0/+2
2012-12-13qcow2: Allocate l2meta only for cluster allocationsKevin Wolf1-2/+5
2012-12-13qcow2: Drop l2meta.cluster_offsetKevin Wolf1-4/+1
2012-12-13qcow2: Introduce Qcow2COWRegionKevin Wolf1-6/+23
2012-12-13qcow2: Round QCowL2Meta.offset down to cluster boundaryKevin Wolf1-0/+22
2012-08-06qcow2: implement lazy refcountsStefan Hajnoczi1-0/+13
2012-08-06qcow2: introduce dirty bitStefan Hajnoczi1-0/+8
2012-06-15qcow2: always operate caches in writeback modePaolo Bonzini1-4/+1
2012-06-15qcow2: Support for fixing refcount inconsistenciesKevin Wolf1-1/+2
2012-04-20qcow2: Zero write supportKevin Wolf1-0/+1
2012-04-20qcow2: Support for feature table header extensionKevin Wolf1-0/+12
2012-04-20qcow2: Support reading zero clustersKevin Wolf1-0/+5
2012-04-20qcow2: Version 3 imagesKevin Wolf1-1/+16
2012-04-20qcow2: Ignore reserved bits in refcount table entriesKevin Wolf1-0/+2
2012-04-20qcow2: Ignore reserved bits in get_cluster_offsetKevin Wolf1-0/+21
2012-04-20qcow2: Save disk size in snapshot headerKevin Wolf1-0/+1
2012-03-12qcow2: Reduce number of I/O requestsKevin Wolf1-0/+1
2012-03-12qcow2: Add qcow2_alloc_clusters_at()Kevin Wolf1-0/+2
2012-02-09qcow2: Keep unknown header extension when rewriting headerKevin Wolf1-0/+8
2012-02-09qcow2: Update whole header at onceKevin Wolf1-0/+1
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