summaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-12qcow2: Prevent backing file names longer than 1023Max Reitz1-0/+4
2016-03-30block: Always set writeback mode in blk_new_open()Kevin Wolf1-6/+3
2016-03-30block: move encryption deprecation warning into qcow codeDaniel P. Berrange1-0/+8
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-1/+1
2016-03-18qapi: Don't special-case simple union wrappersEric Blake1-3/+3
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz1-3/+3
2016-03-17qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATUREMax Reitz1-19/+5
2016-03-14qcow2: Use BB functions in .bdrv_create()Kevin Wolf1-29/+33
2016-03-14block: Use writeback in .bdrv_create() implementationsKevin Wolf1-1/+2
2016-02-02qcow2: Assign bs->file->bs to file in qcow2_co_get_block_statusFam Zheng1-0/+1
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng1-1/+1
2016-01-20qcow2: Make image inaccessible after failed qcow2_invalidate_cache()Kevin Wolf1-0/+3
2016-01-20qcow2: Fix BDRV_O_INACTIVE handling in qcow2_invalidate_cache()Kevin Wolf1-1/+2
2016-01-20qcow2: Implement .bdrv_inactivateKevin Wolf1-17/+28
2016-01-20block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf1-3/+3
2016-01-20qcow2: Write full header on image creationKevin Wolf1-0/+7
2016-01-20qcow2: Write feature table only for v3 imagesKevin Wolf1-23/+25
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2016-01-13error: Use error_prepend() where it makes obvious senseMarkus Armbruster1-3/+2
2015-12-18qcow2: insert assert into qcow2_get_specific_info()Denis V. Lunev1-0/+4
2015-12-18qcow2: Invoke refcount order amendment functionMax Reitz1-9/+35
2015-12-18qcow2: Use intermediate helper CB for amendMax Reitz1-1/+79
2015-12-18qcow2: Split upgrade/downgrade paths for amendMax Reitz1-15/+16
2015-12-18qcow2: Use abort() instead of assert(false)Max Reitz1-2/+2
2015-12-18qcow2: Use error_report() in qcow2_amend_options()Max Reitz1-8/+6
2015-12-18block: Add opaque value to the amend CBMax Reitz1-4/+5
2015-12-18qcow2: Add .bdrv_join_options callbackKevin Wolf1-0/+47
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake1-1/+1
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