aboutsummaryrefslogtreecommitdiff
path: root/block/qcow.c
AgeCommit message (Expand)Author
2017-08-30misc: Remove unused Error variablesAlberto Garcia
2017-07-25qcow: fix memory leaks related to encryptionDaniel P. Berrange
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz
2017-07-11block: Add PreallocMode to bdrv_truncate()Max Reitz
2017-07-11block: pass option prefix down to crypto layerDaniel P. Berrange
2017-07-11block: remove all encryption handling APIsDaniel P. Berrange
2017-07-11qcow: convert QCow to use QCryptoBlock for encryptionDaniel P. Berrange
2017-07-11qcow: make encrypt_sectors encrypt in placeDaniel P. Berrange
2017-07-11block: deprecate "encryption=on" in favor of "encrypt.format=aes"Daniel P. Berrange
2017-07-11qcow: require image size to be > 1 for new imagesDaniel P. Berrange
2017-06-09block/qcow.c: Fix memory leak in qcow_create()Peter Maydell
2017-05-17migration: Create migration/blocker.hJuan Quintela
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz
2017-02-28block: Add BDRV_O_RESIZE for blk_new_open()Kevin Wolf
2017-02-28block: Request child permissions in format driversKevin Wolf
2017-02-24block: Attach bs->file only during .bdrv_open()Kevin Wolf
2017-02-24block: Pass BdrvChild to bdrv_truncate()Kevin Wolf
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya
2016-10-19crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei
2016-09-05qcow: cleanup qcow_co_pwritev_compressed to avoid the recursionPavel Butsykin
2016-09-05qcow: add qcow_co_pwritev_compressedPavel Butsykin
2016-07-26qcow2: do not allocate extra memoryVladimir Sementsov-Ogievskiy
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-07-05block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_pread(v) to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_write() to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_co_writev() to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_co_readv() to BdrvChildKevin Wolf
2016-07-05block: Use bool as appropriate for BDS membersEric Blake
2016-06-16block: drop support for using qcow[2] encryption with system emulatorsDaniel P. Berrange
2016-06-07qcow/qcow2: Use DIV_ROUND_UPLaurent Vivier
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini
2016-05-12block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake
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-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz
2016-03-17qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATUREMax Reitz
2016-03-14qcow: Use BB functions in .bdrv_create()Kevin Wolf
2016-03-14block: Use writeback in .bdrv_create() implementationsKevin Wolf
2016-02-02qcow: Assign bs->file->bs to file in qcow_co_get_block_statusFam Zheng
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng
2016-01-20block: Clean up includesPeter Maydell
2015-10-16block: Convert bs->backing_hd to BdrvChildKevin Wolf
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf
2015-09-14block: Drop drv parameter from bdrv_open()Max Reitz
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-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster