index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
crypto.c
Age
Commit message (
Expand
)
Author
2018-12-12
crypto: support multiple threads accessing one QCryptoBlock
Vladimir Sementsov-Ogievskiy
2018-08-15
luks: Allow share-rw=on
Fam Zheng
2018-07-05
block/crypto: Fix memory leak in create error path
Kevin Wolf
2018-06-29
block/crypto: Simplify block_crypto_{open,create}_opts_init()
Markus Armbruster
2018-06-29
block: Convert .bdrv_truncate callback to coroutine_fn
Kevin Wolf
2018-06-29
block/crypto: Pacify Coverity after commit f853465aacb
Markus Armbruster
2018-06-15
block: Make remaining uses of qobject input visitor more robust
Markus Armbruster
2018-05-31
block: use local path for local headers
Michael S. Tsirkin
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-03-26
luks: Turn another invalid assertion into check
Kevin Wolf
2018-03-19
luks: Catch integer overflow for huge sizes
Kevin Wolf
2018-03-19
luks: Turn invalid assertion into check
Kevin Wolf
2018-03-19
luks: Support .bdrv_co_create
Kevin Wolf
2018-03-19
luks: Create block_crypto_co_create_generic()
Kevin Wolf
2018-03-19
luks: Separate image file creation from formatting
Kevin Wolf
2018-03-09
block: implement the bdrv_reopen_prepare helper for LUKS driver
Daniel P. Berrange
2018-03-06
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
2018-02-09
block: Simplify bdrv_can_write_zeroes_with_unmap()
Eric Blake
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2017-10-06
block: support passthrough of BDRV_REQ_FUA in crypto driver
Daniel P. Berrange
2017-10-06
block: convert qcrypto_block_encrypt|decrypt to take bytes offset
Daniel P. Berrange
2017-10-06
block: convert crypto driver to bdrv_co_preadv|pwritev
Daniel P. Berrange
2017-10-06
block: fix data type casting for crypto payload offset
Daniel P. Berrange
2017-10-06
block: use 1 MB bounce buffers for crypto instead of 16KB
Daniel P. Berrange
2017-07-11
block: Add PreallocMode to bdrv_truncate()
Max Reitz
2017-07-11
block: Add PreallocMode to BD.bdrv_truncate()
Max Reitz
2017-07-11
block: pass option prefix down to crypto layer
Daniel P. Berrange
2017-07-11
block: remove all encryption handling APIs
Daniel P. Berrange
2017-07-11
qcow: convert QCow to use QCryptoBlock for encryption
Daniel P. Berrange
2017-07-11
block: add ability to set a prefix for opt names
Daniel P. Berrange
2017-07-11
block: expose crypto option names / defs to other drivers
Daniel P. Berrange
2017-05-09
crypto: move 'opaque' parameter to (nearly) the end of parameter list
Daniel P. Berrange
2017-04-28
block: Add errp to BD.bdrv_truncate()
Max Reitz
2017-04-28
block: Add errp to b{lk,drv}_truncate()
Max Reitz
2017-04-24
crypto: Make errp the last parameter of functions
Fam Zheng
2017-02-28
block: Request child permissions in format drivers
Kevin Wolf
2017-02-24
block: Attach bs->file only during .bdrv_open()
Kevin Wolf
2017-02-24
block: Pass BdrvChild to bdrv_truncate()
Kevin Wolf
2016-09-19
crypto: make PBKDF iterations configurable for LUKS format
Daniel P. Berrange
2016-07-26
block: export LUKS specific data to qemu-img info
Daniel P. Berrange
2016-07-06
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-06' into ...
Peter Maydell
2016-07-06
opts-visitor: Favor new visit_free() function
Eric Blake
2016-07-06
qapi: Add parameter to visit_end_*
Eric Blake
2016-07-05
block: Convert bdrv_pread(v) to BdrvChild
Kevin Wolf
2016-07-05
block: Convert bdrv_co_writev() to BdrvChild
Kevin Wolf
2016-07-05
block: Convert bdrv_co_readv() to BdrvChild
Kevin Wolf
2016-07-05
block: Use bool as appropriate for BDS members
Eric Blake
[next]