aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)Author
2016-02-02qcow2: Assign bs->file->bs to file in qcow2_co_get_block_statusFam Zheng
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng
2016-01-20qcow2: Make image inaccessible after failed qcow2_invalidate_cache()Kevin Wolf
2016-01-20qcow2: Fix BDRV_O_INACTIVE handling in qcow2_invalidate_cache()Kevin Wolf
2016-01-20qcow2: Implement .bdrv_inactivateKevin Wolf
2016-01-20block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf
2016-01-20qcow2: Write full header on image creationKevin Wolf
2016-01-20qcow2: Write feature table only for v3 imagesKevin Wolf
2016-01-20block: Clean up includesPeter Maydell
2016-01-13error: Use error_prepend() where it makes obvious senseMarkus Armbruster
2015-12-18qcow2: insert assert into qcow2_get_specific_info()Denis V. Lunev
2015-12-18qcow2: Invoke refcount order amendment functionMax Reitz
2015-12-18qcow2: Use intermediate helper CB for amendMax Reitz
2015-12-18qcow2: Split upgrade/downgrade paths for amendMax Reitz
2015-12-18qcow2: Use abort() instead of assert(false)Max Reitz
2015-12-18qcow2: Use error_report() in qcow2_amend_options()Max Reitz
2015-12-18block: Add opaque value to the amend CBMax Reitz
2015-12-18qcow2: Add .bdrv_join_options callbackKevin Wolf
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake
2015-11-02block: Convert to new qapi union layoutEric Blake
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