aboutsummaryrefslogtreecommitdiff
path: root/block/crypto.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-15block: add bdrv_co_delete_file_noerrMaxim Levitsky1-13/+2
2021-02-15crypto: luks: Fix tiny memory leakMaxim Levitsky1-0/+2
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-07-21block/crypto: disallow write sharing by defaultMaxim Levitsky1-1/+1
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster1-3/+1
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster1-2/+1
2020-07-06block/crypto: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy1-1/+0
2020-07-06block/crypto: implement blockdev-amendMaxim Levitsky1-19/+53
2020-07-06block/crypto: implement the encryption key managementMaxim Levitsky1-3/+127
2020-07-06block/crypto: rename two functionsMaxim Levitsky1-13/+12
2020-07-06qcrypto/core: add generic infrastructure for crypto options amendmentMaxim Levitsky1-0/+17
2020-05-28qcow2: Expose bitmaps' size during measureEric Blake1-1/+1
2020-05-18block: Use bdrv_default_perms()Max Reitz1-1/+1
2020-05-18block: Make format drivers use child_of_bdsMax Reitz1-2/+2
2020-05-18block: Add BdrvChildRole to BdrvChildMax Reitz1-1/+1
2020-05-18block: Add BlockDriver.is_formatMax Reitz1-0/+2
2020-05-07block: luks: better error message when creating too large filesMaxim Levitsky1-4/+21
2020-05-05block: Add blk_new_with_bs() helperEric Blake1-5/+4
2020-04-30block-backend: Add flags to blk_truncate()Kevin Wolf1-1/+1
2020-04-30block: Add flags to bdrv(_co)_truncate()Kevin Wolf1-1/+1
2020-04-30block: Add flags to BlockDriver.bdrv_co_truncate()Kevin Wolf1-1/+2
2020-03-26block: pass BlockDriver reference to the .bdrv_co_createMaxim Levitsky1-1/+2
2020-03-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+18
2020-03-11crypto.c: cleanup created file when block_crypto_co_create_opts_luks failsDaniel Henrique Barboza1-0/+18
2020-03-11luks: implement .bdrv_measure()Stefan Hajnoczi1-0/+62
2019-10-28block: Let format drivers pass @exactMax Reitz1-1/+1
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz1-4/+4
2019-08-19LUKS: support preallocationMaxim Levitsky1-3/+27
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-06-04block: Add BlockBackend.ctxKevin Wolf1-1/+2
2019-03-19block: Make bdrv_{copy_on_read,crypto_luks,replication} staticAlberto Garcia1-1/+1
2019-02-25block: Add strong_runtime_opts to BlockDriverMax Reitz1-0/+8
2019-02-11bdrv_query_image_info Error parameter addedAndrey Shinkevich1-6/+3
2018-12-12crypto: support multiple threads accessing one QCryptoBlockVladimir Sementsov-Ogievskiy1-0/+1
2018-08-15luks: Allow share-rw=onFam Zheng1-1/+3
2018-07-05block/crypto: Fix memory leak in create error pathKevin Wolf1-1/+1
2018-06-29block/crypto: Simplify block_crypto_{open,create}_opts_init()Markus Armbruster1-85/+14
2018-06-29block: Convert .bdrv_truncate callback to coroutine_fnKevin Wolf1-4/+5
2018-06-29block/crypto: Pacify Coverity after commit f853465aacbMarkus Armbruster1-2/+2
2018-06-15block: Make remaining uses of qobject input visitor more robustMarkus Armbruster1-3/+9
2018-05-31block: use local path for local headersMichael S. Tsirkin1-1/+1
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-2/+2
2018-03-26luks: Turn another invalid assertion into checkKevin Wolf1-1/+5
2018-03-19luks: Catch integer overflow for huge sizesKevin Wolf1-0/+5
2018-03-19luks: Turn invalid assertion into checkKevin Wolf1-1/+4
2018-03-19luks: Support .bdrv_co_createKevin Wolf1-0/+34
2018-03-19luks: Create block_crypto_co_create_generic()Kevin Wolf1-34/+61
2018-03-19luks: Separate image file creation from formattingKevin Wolf1-20/+17
2018-03-09block: implement the bdrv_reopen_prepare helper for LUKS driverDaniel P. Berrange1-0/+7
2018-03-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-4/+4