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