aboutsummaryrefslogtreecommitdiff
path: root/block/crypto.c
AgeCommit message (Expand)Author
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-11block: add ability to set a prefix for opt namesDaniel P. Berrange
2017-07-11block: expose crypto option names / defs to other driversDaniel P. Berrange
2017-05-09crypto: move 'opaque' parameter to (nearly) the end of parameter listDaniel P. Berrange
2017-04-28block: Add errp to BD.bdrv_truncate()Max Reitz
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz
2017-04-24crypto: Make errp the last parameter of functionsFam Zheng
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
2016-09-19crypto: make PBKDF iterations configurable for LUKS formatDaniel P. Berrange
2016-07-26block: export LUKS specific data to qemu-img infoDaniel P. Berrange
2016-07-06Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-06' into ...Peter Maydell
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake
2016-07-06qapi: Add parameter to visit_end_*Eric Blake
2016-07-05block: Convert bdrv_pread(v) 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-05-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-05-12block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake
2016-05-12qapi: Split visit_end_struct() into piecesEric Blake
2016-04-05crypto: Avoid memory leak on failureEric Blake
2016-03-30block: Always set writeback mode in blk_new_open()Kevin Wolf
2016-03-30block: add generic full disk encryption driverDaniel P. Berrange