summaryrefslogtreecommitdiff
path: root/block/crypto.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-03-02block: rename .bdrv_create() to .bdrv_co_create_opts()Stefan Hajnoczi1-4/+4
2018-02-09block: Simplify bdrv_can_write_zeroes_with_unmap()Eric Blake1-1/+0
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2017-10-06block: support passthrough of BDRV_REQ_FUA in crypto driverDaniel P. Berrange1-2/+5
2017-10-06block: convert qcrypto_block_encrypt|decrypt to take bytes offsetDaniel P. Berrange1-8/+4
2017-10-06block: convert crypto driver to bdrv_co_preadv|pwritevDaniel P. Berrange1-52/+54
2017-10-06block: fix data type casting for crypto payload offsetDaniel P. Berrange1-4/+9
2017-10-06block: use 1 MB bounce buffers for crypto instead of 16KBDaniel P. Berrange1-13/+15
2017-07-11block: Add PreallocMode to bdrv_truncate()Max Reitz1-7/+1
2017-07-11block: Add PreallocMode to BD.bdrv_truncate()Max Reitz1-1/+7
2017-07-11block: pass option prefix down to crypto layerDaniel P. Berrange1-2/+2
2017-07-11block: remove all encryption handling APIsDaniel P. Berrange1-1/+0
2017-07-11qcow: convert QCow to use QCryptoBlock for encryptionDaniel P. Berrange1-0/+10
2017-07-11block: add ability to set a prefix for opt namesDaniel P. Berrange1-8/+8
2017-07-11block: expose crypto option names / defs to other driversDaniel P. Berrange1-56/+26
2017-05-09crypto: move 'opaque' parameter to (nearly) the end of parameter listDaniel P. Berrange1-3/+3
2017-04-28block: Add errp to BD.bdrv_truncate()Max Reitz1-2/+3
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz1-1/+1
2017-04-24crypto: Make errp the last parameter of functionsFam Zheng1-6/+6
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-1/+1
2016-09-19crypto: make PBKDF iterations configurable for LUKS formatDaniel P. Berrange1-0/+6
2016-07-26block: export LUKS specific data to qemu-img infoDaniel P. Berrange1-0/+49
2016-07-06Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-06' into ...Peter Maydell1-16/+14
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake1-16/+14
2016-07-06qapi: Add parameter to visit_end_*Eric Blake1-2/+2
2016-07-05block: Convert bdrv_pread(v) to BdrvChildKevin Wolf1-1/+1
2016-07-05block: Convert bdrv_co_writev() to BdrvChildKevin Wolf1-1/+1
2016-07-05block: Convert bdrv_co_readv() to BdrvChildKevin Wolf1-1/+1
2016-07-05block: Use bool as appropriate for BDS membersEric Blake1-2/+2
2016-05-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-1/+1
2016-05-12block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake1-1/+1
2016-05-12qapi: Split visit_end_struct() into piecesEric Blake1-6/+8
2016-04-05crypto: Avoid memory leak on failureEric Blake1-6/+6
2016-03-30block: Always set writeback mode in blk_new_open()Kevin Wolf1-2/+1
2016-03-30block: add generic full disk encryption driverDaniel P. Berrange1-0/+587