summaryrefslogtreecommitdiffstats
path: root/block/qcow2.h
Commit message (Expand)AuthorAgeFilesLines
* qcow2-refcount: Repair OFLAG_COPIED errorsMax Reitz2013-08-301-0/+1
* qcow2: Metadata overlap checksMax Reitz2013-08-301-0/+39
* qcow2: Add corrupt bitMax Reitz2013-08-301-1/+6
* block/qcow2.h: Avoid "1LL << 63" (shifts into sign bit)Peter Maydell2013-08-301-3/+3
* qcow2: Use dashes instead of underscores in optionsKevin Wolf2013-07-261-4/+4
* qcow2: Batch discardsKevin Wolf2013-06-241-0/+11
* qcow2: Options to enable discard for freed clustersKevin Wolf2013-06-241-0/+5
* qcow2: Add refcount update reason to all callersKevin Wolf2013-06-241-3/+13
* qcow2: Catch some L1 table index overflowsKevin Wolf2013-05-141-2/+3
* aes: move aes.h from include/block to include/qemuAurelien Jarno2013-04-131-1/+1
* qcow2: Allow requests with multiple l2metasKevin Wolf2013-03-281-0/+3
* qcow2: Finalise interface of handle_alloc()Kevin Wolf2013-03-281-0/+5
* qcow2: handle_alloc(): Get rid of keep_clusters parameterKevin Wolf2013-03-281-0/+5
* qcow2: Change handle_dependency to byte granularityKevin Wolf2013-03-281-0/+11
* qcow2: Handle dependencies earlierKevin Wolf2013-03-281-0/+5
* qcow2: Fix segfault in qcow2_invalidate_cacheKevin Wolf2013-03-191-0/+3
* qcow2: Allow lazy refcounts to be enabled on the command lineKevin Wolf2013-03-151-0/+1
* block: move include files to include/block/Paolo Bonzini2012-12-191-2/+2
* qcow2: Enable dirty flag in qcow2_alloc_cluster_link_l2Kevin Wolf2012-12-131-0/+2
* qcow2: Allocate l2meta only for cluster allocationsKevin Wolf2012-12-131-2/+5
* qcow2: Drop l2meta.cluster_offsetKevin Wolf2012-12-131-4/+1
* qcow2: Introduce Qcow2COWRegionKevin Wolf2012-12-131-6/+23
* qcow2: Round QCowL2Meta.offset down to cluster boundaryKevin Wolf2012-12-131-0/+22
* qcow2: implement lazy refcountsStefan Hajnoczi2012-08-061-0/+13
* qcow2: introduce dirty bitStefan Hajnoczi2012-08-061-0/+8
* qcow2: always operate caches in writeback modePaolo Bonzini2012-06-151-4/+1
* qcow2: Support for fixing refcount inconsistenciesKevin Wolf2012-06-151-1/+2
* qcow2: Zero write supportKevin Wolf2012-04-201-0/+1
* qcow2: Support for feature table header extensionKevin Wolf2012-04-201-0/+12
* qcow2: Support reading zero clustersKevin Wolf2012-04-201-0/+5
* qcow2: Version 3 imagesKevin Wolf2012-04-201-1/+16
* qcow2: Ignore reserved bits in refcount table entriesKevin Wolf2012-04-201-0/+2
* qcow2: Ignore reserved bits in get_cluster_offsetKevin Wolf2012-04-201-0/+21
* qcow2: Save disk size in snapshot headerKevin Wolf2012-04-201-0/+1
* 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
OpenPOWER on IntegriCloud