summaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-20qcow2: Add runtime options for cache sizesMax Reitz1-11/+100
2014-08-20qcow2: Constant cache size in bytesMax Reitz1-2/+13
2014-08-15qcow2: Handle failure for potentially large allocationsKevin Wolf1-8/+34
2014-08-15block: Drop superfluous aligning of bdrv_getlength()'s valueMarkus Armbruster1-1/+0
2014-08-15block: Use bdrv_nb_sectors() where sectors, not bytes are wantedMarkus Armbruster1-1/+1
2014-07-18block: Add Error argument to bdrv_refresh_limits()Kevin Wolf1-3/+1
2014-07-18qcow2: Fix error path for unknown incompatible featuresKevin Wolf1-5/+16
2014-07-14qcow2: Make qiov match request size until backing file EOFKevin Wolf1-1/+10
2014-06-26block: Catch backing files assigned to non-COW driversKevin Wolf1-0/+1
2014-06-16cleanup QEMUOptionParameterChunyan Liu1-3/+3
2014-06-16qcow2.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-122/+139
2014-06-16change block layer to support both QemuOpts and QEMUOptionParamterChunyan Liu1-1/+1
2014-05-30qcow2: Plug memory leak on qcow2_invalidate_cache() error pathsMarkus Armbruster1-2/+1
2014-04-30block: Use correct width in format stringsMax Reitz1-5/+7
2014-04-04qcow2: Flush metadata during read-only reopenKevin Wolf1-4/+21
2014-04-01qcow2: link all L2 meta updates in preallocate()Stefan Hajnoczi1-1/+6
2014-04-01qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)Kevin Wolf1-3/+1
2014-04-01qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)Kevin Wolf1-3/+4
2014-04-01qcow2: Check new refcount table size on growthKevin Wolf1-3/+1
2014-04-01qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0...Kevin Wolf1-5/+6
2014-04-01qcow2: Fix backing file name length checkKevin Wolf1-3/+6
2014-04-01qcow2: Validate active L1 table offset and size (CVE-2014-0144)Kevin Wolf1-0/+16
2014-04-01qcow2: Validate snapshot table offset/size (CVE-2014-0144)Kevin Wolf1-0/+15
2014-04-01qcow2: Validate refcount table offsetKevin Wolf1-0/+33
2014-04-01qcow2: Check refcount table size (CVE-2014-0144)Kevin Wolf1-0/+9
2014-04-01qcow2: Check backing_file_offset (CVE-2014-0144)Kevin Wolf1-0/+6
2014-04-01qcow2: Check header_length (CVE-2014-0144)Kevin Wolf1-9/+25
2014-04-01qcow2: fix two memory leaks in qcow2_open error code pathPrasad Joshi1-0/+4
2014-03-19block: Add error handling to bdrv_invalidate_cache()Kevin Wolf1-3/+19
2014-03-13qcow2: Don't write with BDRV_O_INCOMINGKevin Wolf1-5/+7
2014-03-13qcow2: Keep option in qcow2_invalidate_cache()Kevin Wolf1-4/+1
2014-03-13block: Update image size in bdrv_invalidate_cache()Kevin Wolf1-0/+2
2014-02-21block: do not abuse EMEDIUMTYPEPaolo Bonzini1-1/+1
2014-02-21block: Make bdrv_file_open() staticMax Reitz1-1/+3
2014-02-21block: Add reference parameter to bdrv_open()Max Reitz1-2/+2
2014-02-21block: Change BDS parameter of bdrv_open() to **Max Reitz1-5/+9
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster1-3/+3
2014-02-09qcow2: check for NULL l2metaHu Tao1-15/+16
2014-02-09qcow2: remove n_start and n_end of qcow2_alloc_cluster_offset()Hu Tao1-6/+7
2014-01-31block: remove qcow2 .bdrv_make_empty implementationJeff Cody1-21/+0
2014-01-24block: Move initialisation of BlockLimits to bdrv_refresh_limits()Kevin Wolf1-1/+10
2014-01-22block: Allow reference for bdrv_file_open()Max Reitz1-1/+1
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite1-1/+1
2013-12-04qcow2: Zero-initialise first cluster for new imagesKevin Wolf1-16/+20
2013-12-03block drivers: expose requirement for write same alignment from formatsPaolo Bonzini1-0/+1
2013-12-03block drivers: add discard/write_zeroes properties to bdrv_get_info implement...Paolo Bonzini1-0/+2
2013-11-29block: Use BDRV_O_NO_BACKING where appropriateKevin Wolf1-1/+2
2013-11-28block: add flags to bdrv_*_write_zeroesPeter Lieven1-1/+1
2013-10-28qcow2: Flush image after creationMax Reitz1-0/+10
2013-10-24qcow2: Unset zero_beyond_eof in save_vmstateMax Reitz1-0/+3