summaryrefslogtreecommitdiffstats
path: root/block/qcow2.c
Commit message (Expand)AuthorAgeFilesLines
* qcow2: Add DEFAULT_L2_CACHE_CLUSTERSMax Reitz2015-06-121-3/+8
* qcow2/qcow: protect against uninitialized encryption keyDaniel P. Berrange2015-05-221-6/+12
* block: add 'node-name' field to BLOCK_IMAGE_CORRUPTEDAlberto Garcia2015-04-281-2/+6
* block: use bdrv_get_device_or_node_name() in error messagesAlberto Garcia2015-04-281-1/+1
* Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi2015-04-281-2/+2
* qcow2: Fix header update with overridden backing fileKevin Wolf2015-04-081-7/+22
* qcow2: fix the macro QCOW_MAX_L1_SIZE's useWen Congyang2015-03-121-1/+1
* qcow2: Allow creation with refcount order != 4Max Reitz2015-03-101-0/+18
* qcow2: Use symbolic macros in qcow2_amend_optionsMax Reitz2015-03-101-15/+16
* qcow2: refcount_order parameter for qcow2_create2Max Reitz2015-03-101-11/+36
* qcow2: Open images with refcount order != 4Max Reitz2015-03-101-4/+4
* qcow2: Add refcount_bits to format-specific infoMax Reitz2015-03-101-1/+3
* qcow2: Add two new fields to BDRVQcowStateMax Reitz2015-03-101-0/+3
* QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix useMarkus Armbruster2015-02-261-1/+2
* QemuOpts: Convert qemu_opt_set_number() to Error, fix its useMarkus Armbruster2015-02-261-1/+1
* block: Remove "growable" from BDSMax Reitz2015-02-161-6/+0
* block: fix off-by-one error in qcow and qcow2Jeff Cody2015-02-061-1/+1
* block: update string sizes for filename,backing_file,exact_filenameJeff Cody2015-01-231-1/+2
* qcow2: Respect bdrv_truncate() errorMax Reitz2014-12-101-2/+1
* qcow2: Flushing the caches in qcow2_close may failMax Reitz2014-12-101-3/+16
* block: Omit bdrv_find_format for essential driversMax Reitz2014-12-101-4/+3
* block: Make essential BlockDriver objects publicMax Reitz2014-12-101-1/+1
* qcow2: Fix header extension size checkKevin Wolf2014-12-101-1/+1
* block/qcow2: Implement status CB for amendMax Reitz2014-11-031-3/+4
* block: Add status callback to bdrv_amend_options()Max Reitz2014-11-031-1/+2
* qcow2: Optimize bdrv_make_empty()Max Reitz2014-11-031-1/+164
* qcow2: Implement bdrv_make_empty()Max Reitz2014-11-031-0/+27
* qcow2: Allow "full" discardMax Reitz2014-11-031-1/+1
* qcow2: Drop REFCOUNT_SHIFTMax Reitz2014-10-231-1/+1
* qcow2: Fix leaks in dirty imagesMax Reitz2014-10-231-1/+1
* qcow2: Calculate refcount block entry countMax Reitz2014-10-231-0/+3
* block: Eliminate BlockDriverState member device_name[]Markus Armbruster2014-10-201-2/+2
* qapi: Add corrupt field to ImageInfoSpecificQCow2Max Reitz2014-10-041-0/+3
* qcow2: Add overlap-check.template optionMax Reitz2014-09-221-2/+22
* qcow2: Fix leak of QemuOpts in qcow2_open()Max Reitz2014-09-221-2/+3
* qcow2: Add qcow2_signal_corruption()Max Reitz2014-09-221-0/+48
* qcow2: Add falloc and full preallocation optionHu Tao2014-09-121-10/+53
* qapi: introduce PreallocMode and new PreallocModes full and falloc.Hu Tao2014-09-121-10/+18
* block: don't convert file size to sector sizeHu Tao2014-09-121-5/+5
* block: round up file size to nearest sectorHu Tao2014-09-121-1/+2
* qcow2: Add runtime options for cache sizesMax Reitz2014-08-201-11/+100
* qcow2: Constant cache size in bytesMax Reitz2014-08-201-2/+13
* qcow2: Handle failure for potentially large allocationsKevin Wolf2014-08-151-8/+34
* block: Drop superfluous aligning of bdrv_getlength()'s valueMarkus Armbruster2014-08-151-1/+0
* block: Use bdrv_nb_sectors() where sectors, not bytes are wantedMarkus Armbruster2014-08-151-1/+1
* block: Add Error argument to bdrv_refresh_limits()Kevin Wolf2014-07-181-3/+1
* qcow2: Fix error path for unknown incompatible featuresKevin Wolf2014-07-181-5/+16
* qcow2: Make qiov match request size until backing file EOFKevin Wolf2014-07-141-1/+10
* block: Catch backing files assigned to non-COW driversKevin Wolf2014-06-261-0/+1
* cleanup QEMUOptionParameterChunyan Liu2014-06-161-3/+3
OpenPOWER on IntegriCloud