aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)Author
2014-04-30block: Use correct width in format stringsMax Reitz
2014-04-04qcow2: Flush metadata during read-only reopenKevin Wolf
2014-04-01qcow2: link all L2 meta updates in preallocate()Stefan Hajnoczi
2014-04-01qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)Kevin Wolf
2014-04-01qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)Kevin Wolf
2014-04-01qcow2: Check new refcount table size on growthKevin Wolf
2014-04-01qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0...Kevin Wolf
2014-04-01qcow2: Fix backing file name length checkKevin Wolf
2014-04-01qcow2: Validate active L1 table offset and size (CVE-2014-0144)Kevin Wolf
2014-04-01qcow2: Validate snapshot table offset/size (CVE-2014-0144)Kevin Wolf
2014-04-01qcow2: Validate refcount table offsetKevin Wolf
2014-04-01qcow2: Check refcount table size (CVE-2014-0144)Kevin Wolf
2014-04-01qcow2: Check backing_file_offset (CVE-2014-0144)Kevin Wolf
2014-04-01qcow2: Check header_length (CVE-2014-0144)Kevin Wolf
2014-04-01qcow2: fix two memory leaks in qcow2_open error code pathPrasad Joshi
2014-03-19block: Add error handling to bdrv_invalidate_cache()Kevin Wolf
2014-03-13qcow2: Don't write with BDRV_O_INCOMINGKevin Wolf
2014-03-13qcow2: Keep option in qcow2_invalidate_cache()Kevin Wolf
2014-03-13block: Update image size in bdrv_invalidate_cache()Kevin Wolf
2014-02-21block: do not abuse EMEDIUMTYPEPaolo Bonzini
2014-02-21block: Make bdrv_file_open() staticMax Reitz
2014-02-21block: Add reference parameter to bdrv_open()Max Reitz
2014-02-21block: Change BDS parameter of bdrv_open() to **Max Reitz
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
2014-02-09qcow2: check for NULL l2metaHu Tao
2014-02-09qcow2: remove n_start and n_end of qcow2_alloc_cluster_offset()Hu Tao
2014-01-31block: remove qcow2 .bdrv_make_empty implementationJeff Cody
2014-01-24block: Move initialisation of BlockLimits to bdrv_refresh_limits()Kevin Wolf
2014-01-22block: Allow reference for bdrv_file_open()Max Reitz
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite
2013-12-04qcow2: Zero-initialise first cluster for new imagesKevin Wolf
2013-12-03block drivers: expose requirement for write same alignment from formatsPaolo Bonzini
2013-12-03block drivers: add discard/write_zeroes properties to bdrv_get_info implement...Paolo Bonzini
2013-11-29block: Use BDRV_O_NO_BACKING where appropriateKevin Wolf
2013-11-28block: add flags to bdrv_*_write_zeroesPeter Lieven
2013-10-28qcow2: Flush image after creationMax Reitz
2013-10-24qcow2: Unset zero_beyond_eof in save_vmstateMax Reitz
2013-10-24qcow2: Restore total_sectors value in save_vmstateMax Reitz
2013-10-11qcow2: Evaluate overlap check optionsMax Reitz
2013-10-11qcow2: Array assigning options to OL check bitsMax 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-10-11qcow2: Remove wrong metadata overlap checkMax Reitz
2013-10-11qcow2: Add missing space in error messageMax Reitz
2013-10-11qcow2: Add support for ImageInfoSpecificMax Reitz
2013-09-25block: qcow2 - used QEMU_PACKED for on-disk structuresJeff Cody
2013-09-12qcow2: Use Error parameterMax Reitz
2013-09-12block: Error parameter for create functionsMax Reitz
2013-09-12block: Error parameter for open functionsMax Reitz