index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
qcow2.c
Age
Commit message (
Expand
)
Author
2017-10-06
qcow2: truncate the tail of the image file after shrinking the image
Pavel Butsykin
2017-10-06
qcow2: fix return error code in qcow2_truncate()
Pavel Butsykin
2017-10-06
block: convert qcrypto_block_encrypt|decrypt to take bytes offset
Daniel P. Berrange
2017-10-06
qcow2: Switch qcow2_measure() to byte-based iteration
Eric Blake
2017-09-26
qcow2: add shrink image support
Pavel Butsykin
2017-09-19
Convert remaining error_report() to warn_report()
Alistair Francis
2017-09-06
qcow2: move qcow2_store_persistent_dirty_bitmaps() before cache flushing
Pavel Butsykin
2017-09-04
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
2017-09-04
qapi: Generate FOO_str() macro for QAPI enum FOO
Markus Armbruster
2017-09-04
qapi: Drop superfluous qapi_enum_parse() parameter max
Markus Armbruster
2017-08-30
qcow2: allocate cluster_cache/cluster_data on demand
Stefan Hajnoczi
2017-08-30
misc: Remove unused Error variables
Alberto Garcia
2017-08-11
qcow2: Check failure of bdrv_getlength()
Eric Blake
2017-08-11
qcow2: Drop debugging dump_refcounts()
Eric Blake
2017-07-25
qcow: fix memory leaks related to encryption
Daniel P. Berrange
2017-07-24
qcow2: Fix sector calculation in qcow2_measure()
Eric Blake
2017-07-17
qcow2: call CoQueue APIs under CoMutex
Paolo Bonzini
2017-07-11
block/qcow2: falloc/full preallocating growth
Max Reitz
2017-07-11
block/qcow2: Add qcow2_refcount_area()
Max Reitz
2017-07-11
block/qcow2: Metadata preallocation for truncate
Max Reitz
2017-07-11
block/qcow2: Lock s->lock in preallocate()
Max Reitz
2017-07-11
block/qcow2: Generalize preallocate()
Max Reitz
2017-07-11
block: Add PreallocMode to blk_truncate()
Max Reitz
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
qcow2: add bdrv_measure() support
Stefan Hajnoczi
2017-07-11
qcow2: extract image creation option parsing
Stefan Hajnoczi
2017-07-11
qcow2: make refcount size calculation conservative
Stefan Hajnoczi
2017-07-11
qcow2: extract preallocation calculation function
Stefan Hajnoczi
2017-07-11
qcow2: add .bdrv_remove_persistent_dirty_bitmap
Vladimir Sementsov-Ogievskiy
2017-07-11
qcow2: add .bdrv_can_store_new_dirty_bitmap
Vladimir Sementsov-Ogievskiy
2017-07-11
qcow2: store bitmaps on reopening image as read-only
Vladimir Sementsov-Ogievskiy
2017-07-11
qcow2: add persistent dirty bitmaps support
Vladimir Sementsov-Ogievskiy
2017-07-11
qcow2: support .bdrv_reopen_bitmaps_rw
Vladimir Sementsov-Ogievskiy
2017-07-11
qcow2: autoloading dirty bitmaps
Vladimir Sementsov-Ogievskiy
2017-07-11
qcow2: add bitmaps extension
Vladimir Sementsov-Ogievskiy
2017-07-11
qcow2: report encryption specific image information
Daniel P. Berrange
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
qcow2: add support for LUKS encryption format
Daniel P. Berrange
2017-07-11
qcow2: convert QCow2 to use QCryptoBlock for encryption
Daniel P. Berrange
2017-07-11
qcow2: make qcow2_encrypt_sectors encrypt in place
Daniel P. Berrange
2017-07-11
block: deprecate "encryption=on" in favor of "encrypt.format=aes"
Daniel P. Berrange
2017-06-26
block: change variable names in BlockDriverState
Manos Pitsidianakis
2017-06-26
qcow2: Use offset_into_cluster() and offset_to_l2_index()
Alberto Garcia
2017-06-26
qcow2: Merge the writing of the COW regions with the guest data
Alberto Garcia
2017-05-29
qcow2: remove extra local_error variable
Alberto Garcia
2017-05-11
qcow2: Discard/zero clusters by byte count
Eric Blake
2017-05-11
qcow2: Optimize write zero of unaligned tail cluster
Eric Blake
[next]