summaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)Author
2015-10-16block: Convert bs->backing_hd to BdrvChildKevin Wolf
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf
2015-09-14qcow2: Support updating driver-specific options in reopenKevin Wolf
2015-09-14qcow2: Make qcow2_update_options() suitable for transactionsKevin Wolf
2015-09-14qcow2: Fix memory leak in qcow2_update_options() error pathKevin Wolf
2015-09-14qcow2: Leave s unchanged on qcow2_update_options() failureKevin Wolf
2015-09-14qcow2: Move rest of option handling to qcow2_update_options()Kevin Wolf
2015-09-14qcow2: Move qcow2_update_options() call upKevin Wolf
2015-09-14qcow2: Factor out qcow2_update_options()Kevin Wolf
2015-09-14qcow2: Improve error messageKevin Wolf
2015-09-14qcow2: Rename BDRVQcowState to BDRVQcow2StateKevin Wolf
2015-09-14block: Drop drv parameter from bdrv_open()Max Reitz
2015-09-14block: Always pass NULL as drv for bdrv_open()Max Reitz
2015-09-04qcow2: add option to clean unused cache entries after some timeAlberto Garcia
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