summaryrefslogtreecommitdiff
path: root/block/qcow2.h
AgeCommit message (Expand)AuthorFilesLines
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange1-1/+1
2015-10-16qcow2: Remove forward declaration of QCowAIOCBKevin Wolf1-2/+0
2015-09-14qcow2: Make size_to_clusters() return uint64_tMax Reitz1-3/+3
2015-09-14qcow2: Rename BDRVQcowState to BDRVQcow2StateKevin Wolf1-11/+11
2015-09-04qcow2: add option to clean unused cache entries after some timeAlberto Garcia1-0/+4
2015-07-08block: convert qcow/qcow2 to use generic cipher APIDaniel P. Berrange1-8/+5
2015-07-07crypto: move built-in AES implementation into crypto/Daniel P. Berrange1-1/+1
2015-06-12qcow2: Add DEFAULT_L2_CACHE_CLUSTERSMax Reitz1-0/+2
2015-06-12qcow2: Set MIN_L2_CACHE_SIZE to 2Max Reitz1-1/+2
2015-05-22qcow2: make qcow2_cache_put() a void functionAlberto Garcia1-1/+1
2015-05-22qcow2: use one single memory block for the L2/refcount cache tablesAlberto Garcia1-1/+2
2015-04-08qcow2: Fix header update with overridden backing fileKevin Wolf1-0/+6
2015-03-10qcow2: Helper function for refcount modificationMax Reitz1-0/+8
2015-03-10qcow2: Use 64 bits for refcount valuesMax Reitz1-3/+3
2015-03-10qcow2: Use unsigned addend for update_refcount()Max Reitz1-1/+7
2015-03-10qcow2: Only return status from qcow2_get_refcountMax Reitz1-1/+2
2015-03-10qcow2: Add two new fields to BDRVQcowStateMax Reitz1-0/+2
2015-03-09qcow2: Remove unused struct QCowCreateStateKevin Wolf1-11/+0
2014-11-03block/qcow2: Make get_refcount() globalMax Reitz1-0/+2
2014-11-03block/qcow2: Implement status CB for amendMax Reitz1-1/+2
2014-11-03qcow2: Allow "full" discardMax Reitz1-1/+1
2014-10-23qcow2: Drop REFCOUNT_SHIFTMax Reitz1-2/+0
2014-10-23qcow2: Calculate refcount block entry countMax Reitz1-0/+2
2014-09-22qcow2: Add overlap-check.template optionMax Reitz1-0/+1
2014-09-22qcow2: Add qcow2_signal_corruption()Max Reitz1-0/+5
2014-08-20qcow2: Add runtime options for cache sizesMax Reitz1-0/+3
2014-08-20qcow2: Constant cache size in bytesMax Reitz1-2/+8
2014-04-01qcow2: Limit snapshot table sizeKevin Wolf1-0/+4
2014-04-01qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)Kevin Wolf1-0/+4
2014-04-01qcow2: Fix types in qcow2_alloc_clusters and alloc_clusters_norefKevin Wolf1-3/+3
2014-04-01qcow2: Check new refcount table size on growthKevin Wolf1-0/+9
2014-04-01qcow2: Validate snapshot table offset/size (CVE-2014-0144)Kevin Wolf1-1/+28
2014-02-09qcow2: remove n_start and n_end of qcow2_alloc_cluster_offset()Hu Tao1-1/+1
2014-01-24qcow2: fix wrong value of L1E_OFFSET_MASK, L2E_OFFSET_MASK and REFT_OFFSET_MASKHu Tao1-3/+3
2013-12-04snapshot: distinguish id and name in load_tmpWenchao Xia1-1/+4
2013-10-11qcow2: Add more overlap check bitmask macrosMax Reitz1-3/+11
2013-10-11qcow2: Add overlap-check optionsMax Reitz1-0/+9
2013-10-11qcow2: Make overlap check mask variableMax Reitz1-3/+2
2013-10-11qcow2: Use negated overflow check maskMax Reitz1-2/+2
2013-09-25block: qcow2 - used QEMU_PACKED for on-disk structuresJeff Cody1-1/+1
2013-09-12snapshot: distinguish id and name in snapshot deleteWenchao Xia1-1/+4
2013-09-12qcow2: Save refcount order in BDRVQcowStateMax Reitz1-0/+1
2013-09-12qcow2-cluster: Expand zero clustersMax Reitz1-0/+5
2013-09-12qcow2-cache: Empty cacheMax Reitz1-0/+2
2013-09-12qcow2: Discard VM state in active L1 after creating snapshotKevin Wolf1-0/+5
2013-09-12qcow2: Pass discard type to qcow2_discard_clusters()Kevin Wolf1-1/+1
2013-08-30qcow2-refcount: Repair OFLAG_COPIED errorsMax Reitz1-0/+1
2013-08-30qcow2: Metadata overlap checksMax Reitz1-0/+39
2013-08-30qcow2: Add corrupt bitMax Reitz1-1/+6
2013-08-30block/qcow2.h: Avoid "1LL << 63" (shifts into sign bit)Peter Maydell1-3/+3