summaryrefslogtreecommitdiff
path: root/block/crypto.c
AgeCommit message (Expand)AuthorFilesLines
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