summaryrefslogtreecommitdiff
path: root/block/qcow.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-25qcow: fix memory leaks related to encryptionDaniel P. Berrange1-2/+3
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz1-1/+1
2017-07-11block: Add PreallocMode to bdrv_truncate()Max Reitz1-2/+4
2017-07-11block: pass option prefix down to crypto layerDaniel P. Berrange1-3/+4
2017-07-11block: remove all encryption handling APIsDaniel P. Berrange1-1/+7
2017-07-11qcow: convert QCow to use QCryptoBlock for encryptionDaniel P. Berrange1-102/+96
2017-07-11qcow: make encrypt_sectors encrypt in placeDaniel P. Berrange1-30/+15
2017-07-11block: deprecate "encryption=on" in favor of "encrypt.format=aes"Daniel P. Berrange1-6/+25
2017-07-11qcow: require image size to be > 1 for new imagesDaniel P. Berrange1-0/+6
2017-06-09block/qcow.c: Fix memory leak in qcow_create()Peter Maydell1-0/+1
2017-05-17migration: Create migration/blocker.hJuan Quintela1-1/+1
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz1-3/+3
2017-02-28block: Add BDRV_O_RESIZE for blk_new_open()Kevin Wolf1-1/+2
2017-02-28block: Request child permissions in format driversKevin Wolf1-0/+1
2017-02-24block: Attach bs->file only during .bdrv_open()Kevin Wolf1-0/+6
2017-02-24block: Pass BdrvChild to bdrv_truncate()Kevin Wolf1-2/+2
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya1-1/+7
2016-10-19crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei1-1/+2
2016-09-05qcow: cleanup qcow_co_pwritev_compressed to avoid the recursionPavel Butsykin1-17/+7
2016-09-05qcow: add qcow_co_pwritev_compressedPavel Butsykin1-67/+42
2016-07-26qcow2: do not allocate extra memoryVladimir Sementsov-Ogievskiy1-1/+1
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini1-2/+2
2016-07-05block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf1-7/+7
2016-07-05block: Convert bdrv_pread(v) to BdrvChildKevin Wolf1-5/+5
2016-07-05block: Convert bdrv_write() to BdrvChildKevin Wolf1-1/+44
2016-07-05block: Convert bdrv_co_writev() to BdrvChildKevin Wolf1-1/+1
2016-07-05block: Convert bdrv_co_readv() to BdrvChildKevin Wolf1-3/+2
2016-07-05block: Use bool as appropriate for BDS membersEric Blake1-1/+1
2016-06-16block: drop support for using qcow[2] encryption with system emulatorsDaniel P. Berrange1-4/+10
2016-06-07qcow/qcow2: Use DIV_ROUND_UPLaurent Vivier1-2/+2
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini1-0/+1
2016-05-12block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake1-4/+4
2016-03-30block: Always set writeback mode in blk_new_open()Kevin Wolf1-2/+1
2016-03-30block: move encryption deprecation warning into qcow codeDaniel P. Berrange1-0/+9
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz1-1/+1
2016-03-17qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATUREMax Reitz1-5/+1
2016-03-14qcow: Use BB functions in .bdrv_create()Kevin Wolf1-11/+14
2016-03-14block: Use writeback in .bdrv_create() implementationsKevin Wolf1-1/+2
2016-02-02qcow: Assign bs->file->bs to file in qcow_co_get_block_statusFam Zheng1-0/+1
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng1-1/+1
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2015-10-16block: Convert bs->backing_hd to BdrvChildKevin Wolf1-2/+2
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf1-20/+23
2015-09-14block: Drop drv parameter from bdrv_open()Max Reitz1-1/+1
2015-07-08block: convert qcow/qcow2 to use generic cipher APIDaniel P. Berrange1-27/+75
2015-07-07crypto: move built-in AES implementation into crypto/Daniel P. Berrange1-1/+1
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-0/+1
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-2/+2
2015-05-22qcow2/qcow: protect against uninitialized encryption keyDaniel P. Berrange1-3/+7