summaryrefslogtreecommitdiffstats
path: root/block/qcow2.c
Commit message (Expand)AuthorAgeFilesLines
* qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)Kevin Wolf2014-04-011-3/+1
* qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)Kevin Wolf2014-04-011-3/+4
* qcow2: Check new refcount table size on growthKevin Wolf2014-04-011-3/+1
* qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0...Kevin Wolf2014-04-011-5/+6
* qcow2: Fix backing file name length checkKevin Wolf2014-04-011-3/+6
* qcow2: Validate active L1 table offset and size (CVE-2014-0144)Kevin Wolf2014-04-011-0/+16
* qcow2: Validate snapshot table offset/size (CVE-2014-0144)Kevin Wolf2014-04-011-0/+15
* qcow2: Validate refcount table offsetKevin Wolf2014-04-011-0/+33
* qcow2: Check refcount table size (CVE-2014-0144)Kevin Wolf2014-04-011-0/+9
* qcow2: Check backing_file_offset (CVE-2014-0144)Kevin Wolf2014-04-011-0/+6
* qcow2: Check header_length (CVE-2014-0144)Kevin Wolf2014-04-011-9/+25
* qcow2: fix two memory leaks in qcow2_open error code pathPrasad Joshi2014-04-011-0/+4
* block: Add error handling to bdrv_invalidate_cache()Kevin Wolf2014-03-191-3/+19
* qcow2: Don't write with BDRV_O_INCOMINGKevin Wolf2014-03-131-5/+7
* qcow2: Keep option in qcow2_invalidate_cache()Kevin Wolf2014-03-131-4/+1
* block: Update image size in bdrv_invalidate_cache()Kevin Wolf2014-03-131-0/+2
* block: do not abuse EMEDIUMTYPEPaolo Bonzini2014-02-211-1/+1
* block: Make bdrv_file_open() staticMax Reitz2014-02-211-1/+3
* block: Add reference parameter to bdrv_open()Max Reitz2014-02-211-2/+2
* block: Change BDS parameter of bdrv_open() to **Max Reitz2014-02-211-5/+9
* Use error_is_set() only when necessaryMarkus Armbruster2014-02-171-3/+3
* qcow2: check for NULL l2metaHu Tao2014-02-091-15/+16
* qcow2: remove n_start and n_end of qcow2_alloc_cluster_offset()Hu Tao2014-02-091-6/+7
* block: remove qcow2 .bdrv_make_empty implementationJeff Cody2014-01-311-21/+0
* block: Move initialisation of BlockLimits to bdrv_refresh_limits()Kevin Wolf2014-01-241-1/+10
* block: Allow reference for bdrv_file_open()Max Reitz2014-01-221-1/+1
* qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite2014-01-061-1/+1
* qcow2: Zero-initialise first cluster for new imagesKevin Wolf2013-12-041-16/+20
* block drivers: expose requirement for write same alignment from formatsPaolo Bonzini2013-12-031-0/+1
* block drivers: add discard/write_zeroes properties to bdrv_get_info implement...Paolo Bonzini2013-12-031-0/+2
* block: Use BDRV_O_NO_BACKING where appropriateKevin Wolf2013-11-291-1/+2
* block: add flags to bdrv_*_write_zeroesPeter Lieven2013-11-281-1/+1
* qcow2: Flush image after creationMax Reitz2013-10-281-0/+10
* qcow2: Unset zero_beyond_eof in save_vmstateMax Reitz2013-10-241-0/+3
* qcow2: Restore total_sectors value in save_vmstateMax Reitz2013-10-241-0/+6
* qcow2: Evaluate overlap check optionsMax Reitz2013-10-111-1/+28
* qcow2: Array assigning options to OL check bitsMax Reitz2013-10-111-0/+11
* qcow2: Add overlap-check optionsMax Reitz2013-10-111-0/+46
* qcow2: Make overlap check mask variableMax Reitz2013-10-111-0/+2
* qcow2: Use negated overflow check maskMax Reitz2013-10-111-3/+2
* qcow2: Remove wrong metadata overlap checkMax Reitz2013-10-111-8/+0
* qcow2: Add missing space in error messageMax Reitz2013-10-111-1/+1
* qcow2: Add support for ImageInfoSpecificMax Reitz2013-10-111-0/+28
* block: qcow2 - used QEMU_PACKED for on-disk structuresJeff Cody2013-09-251-1/+1
* qcow2: Use Error parameterMax Reitz2013-09-121-46/+88
* block: Error parameter for create functionsMax Reitz2013-09-121-1/+1
* block: Error parameter for open functionsMax Reitz2013-09-121-2/+2
* bdrv: Use "Error" for creating imagesMax Reitz2013-09-121-1/+2
* bdrv: Use "Error" for opening imagesMax Reitz2013-09-121-2/+3
* qcow2: Implement bdrv_amend_optionsMax Reitz2013-09-121-0/+194
OpenPOWER on IntegriCloud