aboutsummaryrefslogtreecommitdiff
path: root/block/crypto.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria1-1/+1
2022-07-12crypto: Make block callbacks return 0 on successAlberto Faria1-26/+26
2022-07-12block: Make bdrv_{pread,pwrite}() return 0 on successAlberto Faria1-2/+2
2022-07-12block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria1-2/+2
2022-07-12block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()Alberto Faria1-2/+2
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell1-0/+1
2022-03-04crypto: distinguish between main loop and I/O in block_crypto_amend_options_g...Emanuele Giuseppe Esposito1-20/+15
2022-03-04crypto: perform permission checks under BQLEmanuele Giuseppe Esposito1-0/+33
2021-09-29block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy1-2/+2
2021-09-29block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy1-2/+2
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