summaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)Author
2015-07-08block: convert qcow/qcow2 to use generic cipher APIDaniel P. Berrange
2015-07-07crypto: move built-in AES implementation into crypto/Daniel P. Berrange
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-06-12qcow2: Add DEFAULT_L2_CACHE_CLUSTERSMax Reitz
2015-05-22qcow2/qcow: protect against uninitialized encryption keyDaniel P. Berrange
2015-04-28block: add 'node-name' field to BLOCK_IMAGE_CORRUPTEDAlberto Garcia
2015-04-28block: use bdrv_get_device_or_node_name() in error messagesAlberto Garcia
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi
2015-04-08qcow2: Fix header update with overridden backing fileKevin Wolf
2015-03-12qcow2: fix the macro QCOW_MAX_L1_SIZE's useWen Congyang
2015-03-10qcow2: Allow creation with refcount order != 4Max Reitz
2015-03-10qcow2: Use symbolic macros in qcow2_amend_optionsMax Reitz
2015-03-10qcow2: refcount_order parameter for qcow2_create2Max Reitz
2015-03-10qcow2: Open images with refcount order != 4Max Reitz
2015-03-10qcow2: Add refcount_bits to format-specific infoMax Reitz
2015-03-10qcow2: Add two new fields to BDRVQcowStateMax Reitz
2015-02-26QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix useMarkus Armbruster
2015-02-26QemuOpts: Convert qemu_opt_set_number() to Error, fix its useMarkus Armbruster
2015-02-16block: Remove "growable" from BDSMax Reitz
2015-02-06block: fix off-by-one error in qcow and qcow2Jeff Cody
2015-01-23block: update string sizes for filename,backing_file,exact_filenameJeff Cody
2014-12-10qcow2: Respect bdrv_truncate() errorMax Reitz
2014-12-10qcow2: Flushing the caches in qcow2_close may failMax Reitz
2014-12-10block: Omit bdrv_find_format for essential driversMax Reitz
2014-12-10block: Make essential BlockDriver objects publicMax Reitz
2014-12-10qcow2: Fix header extension size checkKevin Wolf
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