aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)Author
2014-11-03block/qcow2: Implement status CB for amendMax Reitz
2014-11-03block: Add status callback to bdrv_amend_options()Max Reitz
2014-11-03qcow2: Optimize bdrv_make_empty()Max Reitz
2014-11-03qcow2: Implement bdrv_make_empty()Max Reitz
2014-11-03qcow2: Allow "full" discardMax Reitz
2014-10-23qcow2: Drop REFCOUNT_SHIFTMax Reitz
2014-10-23qcow2: Fix leaks in dirty imagesMax Reitz
2014-10-23qcow2: Calculate refcount block entry countMax Reitz
2014-10-20block: Eliminate BlockDriverState member device_name[]Markus Armbruster
2014-10-04qapi: Add corrupt field to ImageInfoSpecificQCow2Max Reitz
2014-09-22qcow2: Add overlap-check.template optionMax Reitz
2014-09-22qcow2: Fix leak of QemuOpts in qcow2_open()Max Reitz
2014-09-22qcow2: Add qcow2_signal_corruption()Max Reitz
2014-09-12qcow2: Add falloc and full preallocation optionHu Tao
2014-09-12qapi: introduce PreallocMode and new PreallocModes full and falloc.Hu Tao
2014-09-12block: don't convert file size to sector sizeHu Tao
2014-09-12block: round up file size to nearest sectorHu Tao
2014-08-20qcow2: Add runtime options for cache sizesMax Reitz
2014-08-20qcow2: Constant cache size in bytesMax Reitz
2014-08-15qcow2: Handle failure for potentially large allocationsKevin Wolf
2014-08-15block: Drop superfluous aligning of bdrv_getlength()'s valueMarkus Armbruster
2014-08-15block: Use bdrv_nb_sectors() where sectors, not bytes are wantedMarkus Armbruster
2014-07-18block: Add Error argument to bdrv_refresh_limits()Kevin Wolf
2014-07-18qcow2: Fix error path for unknown incompatible featuresKevin Wolf
2014-07-14qcow2: Make qiov match request size until backing file EOFKevin Wolf
2014-06-26block: Catch backing files assigned to non-COW driversKevin Wolf
2014-06-16cleanup QEMUOptionParameterChunyan Liu
2014-06-16qcow2.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16change block layer to support both QemuOpts and QEMUOptionParamterChunyan Liu
2014-05-30qcow2: Plug memory leak on qcow2_invalidate_cache() error pathsMarkus Armbruster
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