summaryrefslogtreecommitdiffstats
path: root/block/qcow2.h
Commit message (Expand)AuthorAgeFilesLines
...
* qcow2: support .bdrv_reopen_bitmaps_rwVladimir Sementsov-Ogievskiy2017-07-111-0/+1
* qcow2: autoloading dirty bitmapsVladimir Sementsov-Ogievskiy2017-07-111-0/+2
* qcow2: add bitmaps extensionVladimir Sementsov-Ogievskiy2017-07-111-0/+27
* qcow2-refcount: rename inc_refcounts() and make it publicVladimir Sementsov-Ogievskiy2017-07-111-0/+4
* qcow2: add support for LUKS encryption formatDaniel P. Berrange2017-07-111-0/+9
* qcow2: convert QCow2 to use QCryptoBlock for encryptionDaniel P. Berrange2017-07-111-2/+3
* qcow2: make qcow2_encrypt_sectors encrypt in placeDaniel P. Berrange2017-07-111-2/+1Star
* qcow2: Merge the writing of the COW regions with the guest dataAlberto Garcia2017-06-261-0/+7
* qcow2: Use unsigned int for both members of Qcow2COWRegionAlberto Garcia2017-06-261-2/+2
* qcow2: Discard/zero clusters by byte countEric Blake2017-05-111-4/+5
* qcow2: Make distinction between zero cluster types obviousEric Blake2017-05-111-2/+6
* qcow2: Name typedef for cluster typeEric Blake2017-05-111-3/+3
* qcow2: Reuse preallocated zero clustersMax Reitz2017-05-111-0/+3
* qcow2: Optimize the refcount-block overlap checkAlberto Garcia2017-02-121-0/+1
* qcow2: Remove stale FIXME commentAlberto Garcia2016-11-111-2/+0Star
* qcow2: Support BDRV_REQ_MAY_UNMAPFam Zheng2016-10-241-1/+2
* Remove unused function declarationsLadi Prosek2016-09-151-1/+0Star
* qcow2: Implement .bdrv_co_pwritev()Kevin Wolf2016-06-161-1/+2
* qcow2: Use bytes instead of sectors for QCowL2MetaKevin Wolf2016-06-161-10/+3Star
* qcow2: Implement .bdrv_co_preadv()Kevin Wolf2016-06-161-1/+1
* qcow2: avoid extra flushes in qcow2Denis V. Lunev2016-06-081-0/+1
* qcow2: Add function for refcount order amendmentMax Reitz2015-12-181-0/+4
* block: Add opaque value to the amend CBMax Reitz2015-12-181-1/+2
* coroutine: move into libqemuutil.a libraryDaniel P. Berrange2015-10-201-1/+1
* qcow2: Remove forward declaration of QCowAIOCBKevin Wolf2015-10-161-2/+0Star
* qcow2: Make size_to_clusters() return uint64_tMax Reitz2015-09-141-3/+3
* qcow2: Rename BDRVQcowState to BDRVQcow2StateKevin Wolf2015-09-141-11/+11
* qcow2: add option to clean unused cache entries after some timeAlberto Garcia2015-09-041-0/+4
* block: convert qcow/qcow2 to use generic cipher APIDaniel P. Berrange2015-07-081-8/+5Star
* crypto: move built-in AES implementation into crypto/Daniel P. Berrange2015-07-071-1/+1
* qcow2: Add DEFAULT_L2_CACHE_CLUSTERSMax Reitz2015-06-121-0/+2
* qcow2: Set MIN_L2_CACHE_SIZE to 2Max Reitz2015-06-121-1/+2
* qcow2: make qcow2_cache_put() a void functionAlberto Garcia2015-05-221-1/+1
* qcow2: use one single memory block for the L2/refcount cache tablesAlberto Garcia2015-05-221-1/+2
* qcow2: Fix header update with overridden backing fileKevin Wolf2015-04-081-0/+6
* qcow2: Helper function for refcount modificationMax Reitz2015-03-101-0/+8
* qcow2: Use 64 bits for refcount valuesMax Reitz2015-03-101-3/+3
* qcow2: Use unsigned addend for update_refcount()Max Reitz2015-03-101-1/+7
* qcow2: Only return status from qcow2_get_refcountMax Reitz2015-03-101-1/+2
* qcow2: Add two new fields to BDRVQcowStateMax Reitz2015-03-101-0/+2
* qcow2: Remove unused struct QCowCreateStateKevin Wolf2015-03-091-11/+0Star
* block/qcow2: Make get_refcount() globalMax Reitz2014-11-031-0/+2
* block/qcow2: Implement status CB for amendMax Reitz2014-11-031-1/+2
* qcow2: Allow "full" discardMax Reitz2014-11-031-1/+1
* qcow2: Drop REFCOUNT_SHIFTMax Reitz2014-10-231-2/+0Star
* qcow2: Calculate refcount block entry countMax Reitz2014-10-231-0/+2
* qcow2: Add overlap-check.template optionMax Reitz2014-09-221-0/+1
* qcow2: Add qcow2_signal_corruption()Max Reitz2014-09-221-0/+5
* qcow2: Add runtime options for cache sizesMax Reitz2014-08-201-0/+3
* qcow2: Constant cache size in bytesMax Reitz2014-08-201-2/+8