index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-28
qcow2: Expose bitmaps' size during measure
Eric Blake
5
-5
/
+51
2020-05-28
block/dirty-bitmap: add bdrv_has_named_bitmaps helper
Vladimir Sementsov-Ogievskiy
1
-0
/
+13
2020-05-19
blockdev: Split off basic bitmap operations for qemu-img
Eric Blake
2
-0
/
+322
2020-05-19
block: Make it easier to learn which BDS support bitmaps
Eric Blake
4
-0
/
+19
2020-05-18
block/block-copy: Simplify block_copy_do_copy()
Philippe Mathieu-Daudé
1
-9
/
+3
2020-05-18
block/block-copy: Fix uninitialized variable in block_copy_task_entry
Philippe Mathieu-Daudé
1
-1
/
+1
2020-05-18
block: Drop @child_class from bdrv_child_perm()
Max Reitz
9
-14
/
+4
2020-05-18
block: Pass BdrvChildRole in remaining cases
Max Reitz
2
-5
/
+10
2020-05-18
block: Use bdrv_default_perms()
Max Reitz
20
-28
/
+23
2020-05-18
block: Use child_of_bds in remaining places
Max Reitz
3
-6
/
+17
2020-05-18
block: Make filter drivers use child_of_bds
Max Reitz
8
-12
/
+22
2020-05-18
block: Make format drivers use child_of_bds
Max Reitz
12
-29
/
+50
2020-05-18
block: Make backing files child_of_bds children
Max Reitz
2
-2
/
+3
2020-05-18
block: Switch child_format users to child_of_bds
Max Reitz
2
-4
/
+6
2020-05-18
raw-format: Split raw_read_options()
Max Reitz
1
-45
/
+65
2020-05-18
block: Pass parent_is_format to .inherit_options()
Max Reitz
2
-2
/
+2
2020-05-18
block: Pass BdrvChildRole to .inherit_options()
Max Reitz
2
-2
/
+4
2020-05-18
block: Pass BdrvChildRole to bdrv_child_perm()
Max Reitz
9
-7
/
+16
2020-05-18
block: Add BdrvChildRole to BdrvChild
Max Reitz
25
-33
/
+34
2020-05-18
block: Rename BdrvChildRole to BdrvChildClass
Max Reitz
11
-31
/
+33
2020-05-18
block: Add BlockDriver.is_format
Max Reitz
13
-0
/
+14
2020-05-18
block: Mark commit, mirror, blkreplay as filters
Max Reitz
3
-0
/
+5
2020-05-18
block: Use bdrv_make_empty() where possible
Max Reitz
2
-5
/
+2
2020-05-18
replication: Avoid blk_make_empty() on read-only child
Kevin Wolf
1
-2
/
+11
2020-05-18
block: Use blk_make_empty() after commits
Max Reitz
1
-7
/
+9
2020-05-18
block: Add blk_make_empty()
Max Reitz
1
-0
/
+10
2020-05-18
block/replication.c: Avoid cancelling the job twice
Lukas Straub
1
-0
/
+2
2020-05-18
mirror: Make sure that source and target size match
Kevin Wolf
1
-9
/
+12
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-4
/
+2
2020-05-13
block/block-copy: fix use-after-free of task pointer
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2020-05-13
qcow2: add zstd cluster compression
Denis Plotnikov
2
-0
/
+176
2020-05-13
qcow2: rework the cluster compression routine
Denis Plotnikov
1
-11
/
+60
2020-05-13
qcow2: introduce compression type feature
Denis Plotnikov
2
-1
/
+132
2020-05-08
block: Drop unused .bdrv_has_zero_init_truncate
Eric Blake
9
-16
/
+0
2020-05-08
vhdx: Rework truncation logic
Eric Blake
1
-38
/
+51
2020-05-08
parallels: Rework truncation logic
Eric Blake
1
-9
/
+16
2020-05-08
ssh: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
1
-0
/
+4
2020-05-08
sheepdog: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
1
-0
/
+1
2020-05-08
rbd: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
1
-0
/
+3
2020-05-08
nfs: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
1
-0
/
+3
2020-05-08
file-win32: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
1
-0
/
+3
2020-05-08
gluster: Drop useless has_zero_init callback
Eric Blake
1
-14
/
+0
2020-05-08
qcow2: Fix preallocation on block devices
Max Reitz
1
-2
/
+8
2020-05-08
backup: Make sure that source and target size match
Kevin Wolf
2
-6
/
+22
2020-05-08
backup: Improve error for bdrv_getlength() failure
Kevin Wolf
1
-2
/
+2
2020-05-08
vmdk: Flush only once in vmdk_L2update()
Kevin Wolf
1
-2
/
+5
2020-05-08
vmdk: Don't update L2 table for zero write on zero cluster
Kevin Wolf
1
-1
/
+1
2020-05-08
vmdk: Fix partial overwrite of zero cluster
Kevin Wolf
1
-6
/
+12
2020-05-08
vmdk: Fix zero cluster allocation
Kevin Wolf
1
-5
/
+7
2020-05-08
vmdk: Rename VmdkMetaData.valid to new_allocation
Kevin Wolf
1
-4
/
+4
[next]