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: Make it easier to learn which BDS support bitmaps
Eric Blake
2020-05-19
4
-0
/
+19
*
block/block-copy: Simplify block_copy_do_copy()
Philippe Mathieu-Daudé
2020-05-18
1
-9
/
+3
*
block/block-copy: Fix uninitialized variable in block_copy_task_entry
Philippe Mathieu-Daudé
2020-05-18
1
-1
/
+1
*
block: Drop @child_class from bdrv_child_perm()
Max Reitz
2020-05-18
9
-14
/
+4
*
block: Pass BdrvChildRole in remaining cases
Max Reitz
2020-05-18
2
-5
/
+10
*
block: Use bdrv_default_perms()
Max Reitz
2020-05-18
20
-28
/
+23
*
block: Use child_of_bds in remaining places
Max Reitz
2020-05-18
3
-6
/
+17
*
block: Make filter drivers use child_of_bds
Max Reitz
2020-05-18
8
-12
/
+22
*
block: Make format drivers use child_of_bds
Max Reitz
2020-05-18
12
-29
/
+50
*
block: Make backing files child_of_bds children
Max Reitz
2020-05-18
2
-2
/
+3
*
block: Switch child_format users to child_of_bds
Max Reitz
2020-05-18
2
-4
/
+6
*
raw-format: Split raw_read_options()
Max Reitz
2020-05-18
1
-45
/
+65
*
block: Pass parent_is_format to .inherit_options()
Max Reitz
2020-05-18
2
-2
/
+2
*
block: Pass BdrvChildRole to .inherit_options()
Max Reitz
2020-05-18
2
-2
/
+4
*
block: Pass BdrvChildRole to bdrv_child_perm()
Max Reitz
2020-05-18
9
-7
/
+16
*
block: Add BdrvChildRole to BdrvChild
Max Reitz
2020-05-18
25
-33
/
+34
*
block: Rename BdrvChildRole to BdrvChildClass
Max Reitz
2020-05-18
11
-31
/
+33
*
block: Add BlockDriver.is_format
Max Reitz
2020-05-18
13
-0
/
+14
*
block: Mark commit, mirror, blkreplay as filters
Max Reitz
2020-05-18
3
-0
/
+5
*
block: Use bdrv_make_empty() where possible
Max Reitz
2020-05-18
2
-5
/
+2
*
replication: Avoid blk_make_empty() on read-only child
Kevin Wolf
2020-05-18
1
-2
/
+11
*
block: Use blk_make_empty() after commits
Max Reitz
2020-05-18
1
-7
/
+9
*
block: Add blk_make_empty()
Max Reitz
2020-05-18
1
-0
/
+10
*
block/replication.c: Avoid cancelling the job twice
Lukas Straub
2020-05-18
1
-0
/
+2
*
mirror: Make sure that source and target size match
Kevin Wolf
2020-05-18
1
-9
/
+12
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
1
-4
/
+2
*
block/block-copy: fix use-after-free of task pointer
Vladimir Sementsov-Ogievskiy
2020-05-13
1
-1
/
+1
*
qcow2: add zstd cluster compression
Denis Plotnikov
2020-05-13
2
-0
/
+176
*
qcow2: rework the cluster compression routine
Denis Plotnikov
2020-05-13
1
-11
/
+60
*
qcow2: introduce compression type feature
Denis Plotnikov
2020-05-13
2
-1
/
+132
*
block: Drop unused .bdrv_has_zero_init_truncate
Eric Blake
2020-05-08
9
-16
/
+0
*
vhdx: Rework truncation logic
Eric Blake
2020-05-08
1
-38
/
+51
*
parallels: Rework truncation logic
Eric Blake
2020-05-08
1
-9
/
+16
*
ssh: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
2020-05-08
1
-0
/
+4
*
sheepdog: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
2020-05-08
1
-0
/
+1
*
rbd: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
2020-05-08
1
-0
/
+3
*
nfs: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
2020-05-08
1
-0
/
+3
*
file-win32: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
2020-05-08
1
-0
/
+3
*
gluster: Drop useless has_zero_init callback
Eric Blake
2020-05-08
1
-14
/
+0
*
qcow2: Fix preallocation on block devices
Max Reitz
2020-05-08
1
-2
/
+8
*
backup: Make sure that source and target size match
Kevin Wolf
2020-05-08
2
-6
/
+22
*
backup: Improve error for bdrv_getlength() failure
Kevin Wolf
2020-05-08
1
-2
/
+2
*
vmdk: Flush only once in vmdk_L2update()
Kevin Wolf
2020-05-08
1
-2
/
+5
*
vmdk: Don't update L2 table for zero write on zero cluster
Kevin Wolf
2020-05-08
1
-1
/
+1
*
vmdk: Fix partial overwrite of zero cluster
Kevin Wolf
2020-05-08
1
-6
/
+12
*
vmdk: Fix zero cluster allocation
Kevin Wolf
2020-05-08
1
-5
/
+7
*
vmdk: Rename VmdkMetaData.valid to new_allocation
Kevin Wolf
2020-05-08
1
-4
/
+4
*
qcow2: Avoid integer wraparound in qcow2_co_truncate()
Alberto Garcia
2020-05-08
1
-5
/
+7
*
block: luks: better error message when creating too large files
Maxim Levitsky
2020-05-07
1
-4
/
+21
*
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-05-05' in...
Peter Maydell
2020-05-05
16
-149
/
+309
|
\
[next]