summaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-03qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)Kevin Wolf1-3/+1
2014-07-03qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)Kevin Wolf1-3/+4
2014-07-03qcow2: Check new refcount table size on growthKevin Wolf1-3/+1
2014-07-03qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0...Kevin Wolf1-5/+6
2014-07-03qcow2: Zero-initialise first cluster for new imagesKevin Wolf1-16/+20
2014-07-03qcow2: Fix backing file name length checkKevin Wolf1-3/+6
2014-07-03qcow2: Validate active L1 table offset and size (CVE-2014-0144)Kevin Wolf1-0/+16
2014-07-03qcow2: Validate snapshot table offset/size (CVE-2014-0144)Kevin Wolf1-0/+15
2014-07-03qcow2: Validate refcount table offsetKevin Wolf1-0/+33
2014-07-03qcow2: Check refcount table size (CVE-2014-0144)Kevin Wolf1-0/+9
2014-07-03qcow2: Check backing_file_offset (CVE-2014-0144)Kevin Wolf1-0/+6
2014-07-03qcow2: Check header_length (CVE-2014-0144)Kevin Wolf1-9/+25
2014-06-25block: Use BDRV_O_NO_BACKING where appropriateKevin Wolf1-1/+2
2014-06-25qcow2: Flush metadata during read-only reopenKevin Wolf1-4/+21
2013-10-28qcow2: Flush image after creationMax Reitz1-0/+10
2013-10-24qcow2: Unset zero_beyond_eof in save_vmstateMax Reitz1-0/+3
2013-10-24qcow2: Restore total_sectors value in save_vmstateMax Reitz1-0/+6
2013-10-11qcow2: Evaluate overlap check optionsMax Reitz1-1/+28
2013-10-11qcow2: Array assigning options to OL check bitsMax Reitz1-0/+11
2013-10-11qcow2: Add overlap-check optionsMax Reitz1-0/+46
2013-10-11qcow2: Make overlap check mask variableMax Reitz1-0/+2
2013-10-11qcow2: Use negated overflow check maskMax Reitz1-3/+2
2013-10-11qcow2: Remove wrong metadata overlap checkMax Reitz1-8/+0
2013-10-11qcow2: Add missing space in error messageMax Reitz1-1/+1
2013-10-11qcow2: Add support for ImageInfoSpecificMax Reitz1-0/+28
2013-09-25block: qcow2 - used QEMU_PACKED for on-disk structuresJeff Cody1-1/+1
2013-09-12qcow2: Use Error parameterMax Reitz1-46/+88
2013-09-12block: Error parameter for create functionsMax Reitz1-1/+1
2013-09-12block: Error parameter for open functionsMax Reitz1-2/+2
2013-09-12bdrv: Use "Error" for creating imagesMax Reitz1-1/+2
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz1-2/+3
2013-09-12qcow2: Implement bdrv_amend_optionsMax Reitz1-0/+194
2013-09-12qcow2: Save refcount order in BDRVQcowStateMax Reitz1-1/+2
2013-09-12qcow2: Discard VM state in active L1 after creating snapshotKevin Wolf1-5/+0
2013-09-12qcow2: Pass discard type to qcow2_discard_clusters()Kevin Wolf1-1/+1
2013-09-06block: return get_block_status data and flags for formatsPaolo Bonzini1-2/+14
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini1-2/+2
2013-09-06block: expect errors from bdrv_co_is_allocatedPaolo Bonzini1-3/+1
2013-09-06block: make bdrv_delete() staticFam Zheng1-1/+1
2013-09-02qcow2_check: Mark image consistentMax Reitz1-1/+5
2013-08-30qcow2: Employ metadata overlap checksMax Reitz1-0/+26
2013-08-30qcow2: Add corrupt bitMax Reitz1-0/+47
2013-08-30qcow2: Change default for new images to compat=1.1Kevin Wolf1-1/+3
2013-08-22block: Introduce bs->zero_beyond_eofAsias He1-0/+3
2013-08-21qcow2: Change default for new images to compat=1.1Kevin Wolf1-1/+1
2013-07-26qcow2: Use dashes instead of underscores in optionsKevin Wolf1-1/+1
2013-06-28block: change default of .has_zero_init to 0Peter Lieven1-0/+1
2013-06-24qcow2: Batch discardsKevin Wolf1-0/+1
2013-06-24qcow2: Options to enable discard for freed clustersKevin Wolf1-0/+26
2013-06-24qcow2: Add refcount update reason to all callersKevin Wolf1-1/+2