aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2.h
AgeCommit message (Expand)Author
2014-04-01qcow2: Limit snapshot table sizeKevin Wolf
2014-04-01qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)Kevin Wolf
2014-04-01qcow2: Fix types in qcow2_alloc_clusters and alloc_clusters_norefKevin Wolf
2014-04-01qcow2: Check new refcount table size on growthKevin Wolf
2014-04-01qcow2: Validate snapshot table offset/size (CVE-2014-0144)Kevin Wolf
2014-02-09qcow2: remove n_start and n_end of qcow2_alloc_cluster_offset()Hu Tao
2014-01-24qcow2: fix wrong value of L1E_OFFSET_MASK, L2E_OFFSET_MASK and REFT_OFFSET_MASKHu Tao
2013-12-04snapshot: distinguish id and name in load_tmpWenchao Xia
2013-10-11qcow2: Add more overlap check bitmask macrosMax Reitz
2013-10-11qcow2: Add overlap-check optionsMax Reitz
2013-10-11qcow2: Make overlap check mask variableMax Reitz
2013-10-11qcow2: Use negated overflow check maskMax Reitz
2013-09-25block: qcow2 - used QEMU_PACKED for on-disk structuresJeff Cody
2013-09-12snapshot: distinguish id and name in snapshot deleteWenchao Xia
2013-09-12qcow2: Save refcount order in BDRVQcowStateMax Reitz
2013-09-12qcow2-cluster: Expand zero clustersMax Reitz
2013-09-12qcow2-cache: Empty cacheMax Reitz
2013-09-12qcow2: Discard VM state in active L1 after creating snapshotKevin Wolf
2013-09-12qcow2: Pass discard type to qcow2_discard_clusters()Kevin Wolf
2013-08-30qcow2-refcount: Repair OFLAG_COPIED errorsMax Reitz
2013-08-30qcow2: Metadata overlap checksMax Reitz
2013-08-30qcow2: Add corrupt bitMax Reitz
2013-08-30block/qcow2.h: Avoid "1LL << 63" (shifts into sign bit)Peter Maydell
2013-07-26qcow2: Use dashes instead of underscores in optionsKevin Wolf
2013-06-24qcow2: Batch discardsKevin Wolf
2013-06-24qcow2: Options to enable discard for freed clustersKevin Wolf
2013-06-24qcow2: Add refcount update reason to all callersKevin Wolf
2013-05-14qcow2: Catch some L1 table index overflowsKevin Wolf
2013-04-13aes: move aes.h from include/block to include/qemuAurelien Jarno
2013-03-28qcow2: Allow requests with multiple l2metasKevin Wolf
2013-03-28qcow2: Finalise interface of handle_alloc()Kevin Wolf
2013-03-28qcow2: handle_alloc(): Get rid of keep_clusters parameterKevin Wolf
2013-03-28qcow2: Change handle_dependency to byte granularityKevin Wolf
2013-03-28qcow2: Handle dependencies earlierKevin Wolf
2013-03-19qcow2: Fix segfault in qcow2_invalidate_cacheKevin Wolf
2013-03-15qcow2: Allow lazy refcounts to be enabled on the command lineKevin Wolf
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-12-13qcow2: Enable dirty flag in qcow2_alloc_cluster_link_l2Kevin Wolf
2012-12-13qcow2: Allocate l2meta only for cluster allocationsKevin Wolf
2012-12-13qcow2: Drop l2meta.cluster_offsetKevin Wolf
2012-12-13qcow2: Introduce Qcow2COWRegionKevin Wolf
2012-12-13qcow2: Round QCowL2Meta.offset down to cluster boundaryKevin Wolf
2012-08-06qcow2: implement lazy refcountsStefan Hajnoczi
2012-08-06qcow2: introduce dirty bitStefan Hajnoczi
2012-06-15qcow2: always operate caches in writeback modePaolo Bonzini
2012-06-15qcow2: Support for fixing refcount inconsistenciesKevin Wolf
2012-04-20qcow2: Zero write supportKevin Wolf
2012-04-20qcow2: Support for feature table header extensionKevin Wolf
2012-04-20qcow2: Support reading zero clustersKevin Wolf
2012-04-20qcow2: Version 3 imagesKevin Wolf