summaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-10qcow2: Respect bdrv_truncate() errorMax Reitz1-2/+1
2014-12-10qcow2: Flushing the caches in qcow2_close may failMax Reitz1-3/+16
2014-12-10block: Omit bdrv_find_format for essential driversMax Reitz1-4/+3
2014-12-10block: Make essential BlockDriver objects publicMax Reitz1-1/+1
2014-12-10qcow2: Fix header extension size checkKevin Wolf1-1/+1
2014-11-03block/qcow2: Implement status CB for amendMax Reitz1-3/+4
2014-11-03block: Add status callback to bdrv_amend_options()Max Reitz1-1/+2
2014-11-03qcow2: Optimize bdrv_make_empty()Max Reitz1-1/+164
2014-11-03qcow2: Implement bdrv_make_empty()Max Reitz1-0/+27
2014-11-03qcow2: Allow "full" discardMax Reitz1-1/+1
2014-10-23qcow2: Drop REFCOUNT_SHIFTMax Reitz1-1/+1
2014-10-23qcow2: Fix leaks in dirty imagesMax Reitz1-1/+1
2014-10-23qcow2: Calculate refcount block entry countMax Reitz1-0/+3
2014-10-20block: Eliminate BlockDriverState member device_name[]Markus Armbruster1-2/+2
2014-10-04qapi: Add corrupt field to ImageInfoSpecificQCow2Max Reitz1-0/+3
2014-09-22qcow2: Add overlap-check.template optionMax Reitz1-2/+22
2014-09-22qcow2: Fix leak of QemuOpts in qcow2_open()Max Reitz1-2/+3
2014-09-22qcow2: Add qcow2_signal_corruption()Max Reitz1-0/+48
2014-09-12qcow2: Add falloc and full preallocation optionHu Tao1-10/+53
2014-09-12qapi: introduce PreallocMode and new PreallocModes full and falloc.Hu Tao1-10/+18
2014-09-12block: don't convert file size to sector sizeHu Tao1-5/+5
2014-09-12block: round up file size to nearest sectorHu Tao1-1/+2
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