summaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)Author
2016-06-08block: Switch bdrv_write_zeroes() to byte interfaceEric Blake
2016-06-08block: Track write zero limits in bytesEric Blake
2016-06-08qcow2: Catch more unaligned write_zero into zero clusterEric Blake
2016-06-08qcow2: add tracepoints for qcow2_co_write_zeroesDenis V. Lunev
2016-06-08qcow2: simplify logic in qcow2_co_write_zeroesDenis V. Lunev
2016-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-05-19qcow2: Fix write_zeroes with partially allocated backing file clusterKevin Wolf
2016-05-19qcow2: fix condition in is_zero_clusterDenis V. Lunev
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini
2016-05-12block: Drop superfluous invalidating bs->file from driversFam Zheng
2016-05-12qcow2: improve qcow2_co_write_zeroes()Denis V. Lunev
2016-05-12block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake
2016-04-12qcow2: Prevent backing file names longer than 1023Max Reitz
2016-03-30block: Always set writeback mode in blk_new_open()Kevin Wolf
2016-03-30block: move encryption deprecation warning into qcow codeDaniel P. Berrange
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz
2016-03-17qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATUREMax Reitz
2016-03-14qcow2: Use BB functions in .bdrv_create()Kevin Wolf
2016-03-14block: Use writeback in .bdrv_create() implementationsKevin Wolf
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