index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
crypto.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Let format drivers pass @exact
Max Reitz
2019-10-28
1
-1
/
+1
*
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
2019-10-28
1
-4
/
+4
*
LUKS: support preallocation
Maxim Levitsky
2019-08-19
1
-3
/
+27
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
block: Add BlockBackend.ctx
Kevin Wolf
2019-06-04
1
-1
/
+2
*
block: Make bdrv_{copy_on_read,crypto_luks,replication} static
Alberto Garcia
2019-03-19
1
-1
/
+1
*
block: Add strong_runtime_opts to BlockDriver
Max Reitz
2019-02-25
1
-0
/
+8
*
bdrv_query_image_info Error parameter added
Andrey Shinkevich
2019-02-11
1
-6
/
+3
*
crypto: support multiple threads accessing one QCryptoBlock
Vladimir Sementsov-Ogievskiy
2018-12-12
1
-0
/
+1
*
luks: Allow share-rw=on
Fam Zheng
2018-08-15
1
-1
/
+3
*
block/crypto: Fix memory leak in create error path
Kevin Wolf
2018-07-05
1
-1
/
+1
*
block/crypto: Simplify block_crypto_{open,create}_opts_init()
Markus Armbruster
2018-06-29
1
-85
/
+14
*
block: Convert .bdrv_truncate callback to coroutine_fn
Kevin Wolf
2018-06-29
1
-4
/
+5
*
block/crypto: Pacify Coverity after commit f853465aacb
Markus Armbruster
2018-06-29
1
-2
/
+2
*
block: Make remaining uses of qobject input visitor more robust
Markus Armbruster
2018-06-15
1
-3
/
+9
*
block: use local path for local headers
Michael S. Tsirkin
2018-05-31
1
-1
/
+1
*
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-05-04
1
-2
/
+2
*
luks: Turn another invalid assertion into check
Kevin Wolf
2018-03-26
1
-1
/
+5
*
luks: Catch integer overflow for huge sizes
Kevin Wolf
2018-03-19
1
-0
/
+5
*
luks: Turn invalid assertion into check
Kevin Wolf
2018-03-19
1
-1
/
+4
*
luks: Support .bdrv_co_create
Kevin Wolf
2018-03-19
1
-0
/
+34
*
luks: Create block_crypto_co_create_generic()
Kevin Wolf
2018-03-19
1
-34
/
+61
*
luks: Separate image file creation from formatting
Kevin Wolf
2018-03-19
1
-20
/
+17
*
block: implement the bdrv_reopen_prepare helper for LUKS driver
Daniel P. Berrange
2018-03-09
1
-0
/
+7
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2018-03-06
1
-4
/
+4
|
\
|
*
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
2018-03-02
1
-4
/
+4
*
|
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
1
-1
/
+1
|
/
*
block: Simplify bdrv_can_write_zeroes_with_unmap()
Eric Blake
2018-02-09
1
-1
/
+0
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
1
-0
/
+1
*
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
block: support passthrough of BDRV_REQ_FUA in crypto driver
Daniel P. Berrange
2017-10-06
1
-2
/
+5
*
block: convert qcrypto_block_encrypt|decrypt to take bytes offset
Daniel P. Berrange
2017-10-06
1
-8
/
+4
*
block: convert crypto driver to bdrv_co_preadv|pwritev
Daniel P. Berrange
2017-10-06
1
-52
/
+54
*
block: fix data type casting for crypto payload offset
Daniel P. Berrange
2017-10-06
1
-4
/
+9
*
block: use 1 MB bounce buffers for crypto instead of 16KB
Daniel P. Berrange
2017-10-06
1
-13
/
+15
*
block: Add PreallocMode to bdrv_truncate()
Max Reitz
2017-07-11
1
-7
/
+1
*
block: Add PreallocMode to BD.bdrv_truncate()
Max Reitz
2017-07-11
1
-1
/
+7
*
block: pass option prefix down to crypto layer
Daniel P. Berrange
2017-07-11
1
-2
/
+2
*
block: remove all encryption handling APIs
Daniel P. Berrange
2017-07-11
1
-1
/
+0
*
qcow: convert QCow to use QCryptoBlock for encryption
Daniel P. Berrange
2017-07-11
1
-0
/
+10
*
block: add ability to set a prefix for opt names
Daniel P. Berrange
2017-07-11
1
-8
/
+8
*
block: expose crypto option names / defs to other drivers
Daniel P. Berrange
2017-07-11
1
-56
/
+26
*
crypto: move 'opaque' parameter to (nearly) the end of parameter list
Daniel P. Berrange
2017-05-09
1
-3
/
+3
*
block: Add errp to BD.bdrv_truncate()
Max Reitz
2017-04-28
1
-2
/
+3
*
block: Add errp to b{lk,drv}_truncate()
Max Reitz
2017-04-28
1
-1
/
+1
*
crypto: Make errp the last parameter of functions
Fam Zheng
2017-04-24
1
-6
/
+6
*
block: Request child permissions in format drivers
Kevin Wolf
2017-02-28
1
-0
/
+1
*
block: Attach bs->file only during .bdrv_open()
Kevin Wolf
2017-02-24
1
-0
/
+6
*
block: Pass BdrvChild to bdrv_truncate()
Kevin Wolf
2017-02-24
1
-1
/
+1
*
crypto: make PBKDF iterations configurable for LUKS format
Daniel P. Berrange
2016-09-19
1
-0
/
+6
[next]