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
Commit message (
Expand
)
Author
Age
Files
Lines
*
block/qcow2: falloc/full preallocating growth
Max Reitz
2017-07-11
3
-9
/
+108
*
block/qcow2: Rename "fail_block" to just "fail"
Max Reitz
2017-07-11
1
-7
/
+7
*
block/qcow2: Add qcow2_refcount_area()
Max Reitz
2017-07-11
3
-88
/
+203
*
block/qcow2: Metadata preallocation for truncate
Max Reitz
2017-07-11
1
-2
/
+31
*
block/qcow2: Lock s->lock in preallocate()
Max Reitz
2017-07-11
1
-7
/
+15
*
block/qcow2: Generalize preallocate()
Max Reitz
2017-07-11
1
-5
/
+12
*
block/file-posix: Preallocation for truncate
Max Reitz
2017-07-11
1
-12
/
+10
*
block/file-posix: Generalize raw_regular_truncate
Max Reitz
2017-07-11
1
-11
/
+50
*
block/file-posix: Extract raw_regular_truncate()
Max Reitz
2017-07-11
1
-66
/
+78
*
block/file-posix: Small fixes in raw_create()
Max Reitz
2017-07-11
1
-2
/
+3
*
block: Add PreallocMode to blk_truncate()
Max Reitz
2017-07-11
11
-17
/
+22
*
block: Add PreallocMode to bdrv_truncate()
Max Reitz
2017-07-11
10
-33
/
+21
*
block: Add PreallocMode to BD.bdrv_truncate()
Max Reitz
2017-07-11
12
-13
/
+95
*
qcow2: add bdrv_measure() support
Stefan Hajnoczi
2017-07-11
1
-0
/
+137
*
qcow2: extract image creation option parsing
Stefan Hajnoczi
2017-07-11
1
-36
/
+73
*
qcow2: make refcount size calculation conservative
Stefan Hajnoczi
2017-07-11
1
-41
/
+42
*
qcow2: extract preallocation calculation function
Stefan Hajnoczi
2017-07-11
1
-59
/
+77
*
raw-format: add bdrv_measure() support
Stefan Hajnoczi
2017-07-11
1
-0
/
+26
*
block: release persistent bitmaps on inactivate
Vladimir Sementsov-Ogievskiy
2017-07-11
1
-6
/
+23
*
qcow2: add .bdrv_remove_persistent_dirty_bitmap
Vladimir Sementsov-Ogievskiy
2017-07-11
3
-0
/
+45
*
block/dirty-bitmap: add bdrv_remove_persistent_dirty_bitmap
Vladimir Sementsov-Ogievskiy
2017-07-11
1
-0
/
+18
*
qmp: add x-debug-block-dirty-bitmap-sha256
Vladimir Sementsov-Ogievskiy
2017-07-11
1
-0
/
+5
*
qcow2: add .bdrv_can_store_new_dirty_bitmap
Vladimir Sementsov-Ogievskiy
2017-07-11
3
-0
/
+56
*
qcow2: store bitmaps on reopening image as read-only
Vladimir Sementsov-Ogievskiy
2017-07-11
3
-0
/
+28
*
qcow2: add persistent dirty bitmaps support
Vladimir Sementsov-Ogievskiy
2017-07-11
3
-0
/
+486
*
block/dirty-bitmap: add bdrv_dirty_bitmap_next()
Vladimir Sementsov-Ogievskiy
2017-07-11
1
-0
/
+7
*
block: introduce persistent dirty bitmaps
Vladimir Sementsov-Ogievskiy
2017-07-11
2
-0
/
+30
*
block/dirty-bitmap: add autoload field to BdrvDirtyBitmap
Vladimir Sementsov-Ogievskiy
2017-07-11
2
-0
/
+20
*
qcow2: support .bdrv_reopen_bitmaps_rw
Vladimir Sementsov-Ogievskiy
2017-07-11
3
-0
/
+64
*
qcow2: autoloading dirty bitmaps
Vladimir Sementsov-Ogievskiy
2017-07-11
3
-2
/
+406
*
block/dirty-bitmap: add readonly field to BdrvDirtyBitmap
Vladimir Sementsov-Ogievskiy
2017-07-11
2
-0
/
+44
*
block/dirty-bitmap: fix comment for BlockDirtyBitmap.disabled field
Vladimir Sementsov-Ogievskiy
2017-07-11
1
-1
/
+2
*
qcow2: add bitmaps extension
Vladimir Sementsov-Ogievskiy
2017-07-11
5
-6
/
+593
*
qcow2-refcount: rename inc_refcounts() and make it public
Vladimir Sementsov-Ogievskiy
2017-07-11
2
-28
/
+35
*
block/dirty-bitmap: add deserialize_ones func
Vladimir Sementsov-Ogievskiy
2017-07-11
1
-0
/
+7
*
block: fix bdrv_dirty_bitmap_granularity signature
Vladimir Sementsov-Ogievskiy
2017-07-11
1
-1
/
+1
*
qcow2: report encryption specific image information
Daniel P. Berrange
2017-07-11
1
-1
/
+31
*
block: pass option prefix down to crypto layer
Daniel P. Berrange
2017-07-11
3
-9
/
+10
*
block: remove all encryption handling APIs
Daniel P. Berrange
2017-07-11
4
-4
/
+8
*
qcow2: add support for LUKS encryption format
Daniel P. Berrange
2017-07-11
4
-36
/
+265
*
qcow2: convert QCow2 to use QCryptoBlock for encryption
Daniel P. Berrange
2017-07-11
3
-120
/
+158
*
qcow2: make qcow2_encrypt_sectors encrypt in place
Daniel P. Berrange
2017-07-11
3
-15
/
+9
*
qcow: convert QCow to use QCryptoBlock for encryption
Daniel P. Berrange
2017-07-11
3
-107
/
+121
*
qcow: make encrypt_sectors encrypt in place
Daniel P. Berrange
2017-07-11
1
-30
/
+15
*
block: deprecate "encryption=on" in favor of "encrypt.format=aes"
Daniel P. Berrange
2017-07-11
2
-13
/
+52
*
qcow: require image size to be > 1 for new images
Daniel P. Berrange
2017-07-11
1
-0
/
+6
*
block: add ability to set a prefix for opt names
Daniel P. Berrange
2017-07-11
2
-28
/
+28
*
block: expose crypto option names / defs to other drivers
Daniel P. Berrange
2017-07-11
2
-56
/
+117
*
block: Make bdrv_is_allocated_above() byte-based
Eric Blake
2017-07-10
5
-52
/
+54
*
block: Minimize raw use of bds->total_sectors
Eric Blake
2017-07-10
1
-8
/
+6
[next]