summaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-02block: Convert to new qapi union layoutEric Blake1-6/+4
2015-10-16block: Convert bs->backing_hd to BdrvChildKevin Wolf1-3/+3
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf1-30/+32
2015-09-14qcow2: Support updating driver-specific options in reopenKevin Wolf1-9/+72
2015-09-14qcow2: Make qcow2_update_options() suitable for transactionsKevin Wolf1-40/+73
2015-09-14qcow2: Fix memory leak in qcow2_update_options() error pathKevin Wolf1-2/+10
2015-09-14qcow2: Leave s unchanged on qcow2_update_options() failureKevin Wolf1-22/+35
2015-09-14qcow2: Move rest of option handling to qcow2_update_options()Kevin Wolf1-66/+68
2015-09-14qcow2: Move qcow2_update_options() call upKevin Wolf1-9/+9
2015-09-14qcow2: Factor out qcow2_update_options()Kevin Wolf1-59/+76
2015-09-14qcow2: Improve error messageKevin Wolf1-1/+1
2015-09-14qcow2: Rename BDRVQcowState to BDRVQcow2StateKevin Wolf1-39/+39
2015-09-14block: Drop drv parameter from bdrv_open()Max Reitz1-3/+3
2015-09-14block: Always pass NULL as drv for bdrv_open()Max Reitz1-5/+11
2015-09-04qcow2: add option to clean unused cache entries after some timeAlberto Garcia1-0/+64
2015-07-08block: convert qcow/qcow2 to use generic cipher APIDaniel P. Berrange1-46/+49
2015-07-07crypto: move built-in AES implementation into crypto/Daniel P. Berrange1-1/+0
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-2/+2
2015-06-12qcow2: Add DEFAULT_L2_CACHE_CLUSTERSMax Reitz1-3/+8
2015-05-22qcow2/qcow: protect against uninitialized encryption keyDaniel P. Berrange1-6/+12
2015-04-28block: add 'node-name' field to BLOCK_IMAGE_CORRUPTEDAlberto Garcia1-2/+6
2015-04-28block: use bdrv_get_device_or_node_name() in error messagesAlberto Garcia1-1/+1
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi1-2/+2
2015-04-08qcow2: Fix header update with overridden backing fileKevin Wolf1-7/+22
2015-03-12qcow2: fix the macro QCOW_MAX_L1_SIZE's useWen Congyang1-1/+1
2015-03-10qcow2: Allow creation with refcount order != 4Max Reitz1-0/+18
2015-03-10qcow2: Use symbolic macros in qcow2_amend_optionsMax Reitz1-15/+16
2015-03-10qcow2: refcount_order parameter for qcow2_create2Max Reitz1-11/+36
2015-03-10qcow2: Open images with refcount order != 4Max Reitz1-4/+4
2015-03-10qcow2: Add refcount_bits to format-specific infoMax Reitz1-1/+3
2015-03-10qcow2: Add two new fields to BDRVQcowStateMax Reitz1-0/+3
2015-02-26QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix useMarkus Armbruster1-1/+2
2015-02-26QemuOpts: Convert qemu_opt_set_number() to Error, fix its useMarkus Armbruster1-1/+1
2015-02-16block: Remove "growable" from BDSMax Reitz1-6/+0
2015-02-06block: fix off-by-one error in qcow and qcow2Jeff Cody1-1/+1
2015-01-23block: update string sizes for filename,backing_file,exact_filenameJeff Cody1-1/+2
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