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-07-14
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
7
-6
/
+103
2020-07-14
block: Avoid stale pointer dereference in blk_get_aio_context()
Greg Kurz
1
-1
/
+3
2020-07-14
block: Add support to warn on backing file change without format
Eric Blake
2
-2
/
+2
2020-07-14
qcow2: Deprecate use of qemu-img amend to change backing file
Eric Blake
1
-0
/
+5
2020-07-14
qcow: Tolerate backing_fmt=
Eric Blake
1
-1
/
+19
2020-07-14
vmdk: Add trivial backing_fmt support
Eric Blake
1
-0
/
+14
2020-07-14
sheepdog: Add trivial backing_fmt support
Eric Blake
1
-2
/
+16
2020-07-14
file-posix: Mitigate file fragmentation with extent size hints
Kevin Wolf
1
-0
/
+44
2020-07-13
nbd: Avoid off-by-one in long export name truncation
Eric Blake
1
-1
/
+1
2020-07-10
iscsi: return -EIO when sense fields are meaningless
Xie Yongji
1
-0
/
+2
2020-07-10
iscsi: handle check condition status in retry loop
Xie Yongji
1
-10
/
+10
2020-07-10
nbd: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
1
-4
/
+3
2020-07-10
error: Avoid error_propagate() after migrate_add_blocker()
Markus Armbruster
7
-25
/
+14
2020-07-10
qapi: Smooth another visitor error checking pattern
Markus Armbruster
11
-54
/
+22
2020-07-10
block/parallels: Simplify parallels_open() after previous commit
Markus Armbruster
1
-5
/
+2
2020-07-10
error: Reduce unnecessary error propagation
Markus Armbruster
5
-10
/
+9
2020-07-10
error: Eliminate error_propagate() manually
Markus Armbruster
1
-3
/
+1
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
17
-61
/
+25
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
9
-24
/
+10
2020-07-10
error: Avoid unnecessary error_propagate() after error_setg()
Markus Armbruster
4
-33
/
+25
2020-07-10
qapi: Use returned bool to check for failure, manual part
Markus Armbruster
1
-3
/
+2
2020-07-10
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
4
-10
/
+5
2020-07-10
qemu-option: Use returned bool to check for failure
Markus Armbruster
21
-56
/
+28
2020-07-10
qemu-option: Check return value instead of @err where convenient
Markus Armbruster
1
-2
/
+2
2020-07-06
qed: Simplify backing reads
Eric Blake
2
-59
/
+6
2020-07-06
block: drop unallocated_blocks_are_zero
Vladimir Sementsov-Ogievskiy
3
-9
/
+2
2020-07-06
block/vhdx: drop unallocated_blocks_are_zero
Vladimir Sementsov-Ogievskiy
1
-3
/
+0
2020-07-06
block/file-posix: drop unallocated_blocks_are_zero
Vladimir Sementsov-Ogievskiy
1
-3
/
+0
2020-07-06
block/iscsi: drop unallocated_blocks_are_zero
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2020-07-06
block/crypto: drop unallocated_blocks_are_zero
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2020-07-06
block/vpc: return ZERO block-status when appropriate
Vladimir Sementsov-Ogievskiy
1
-2
/
+1
2020-07-06
block/vdi: return ZERO block-status when appropriate
Vladimir Sementsov-Ogievskiy
1
-2
/
+1
2020-07-06
block: inline bdrv_unallocated_blocks_are_zero()
Vladimir Sementsov-Ogievskiy
1
-3
/
+8
2020-07-06
block/qcow2: implement blockdev-amend
Maxim Levitsky
1
-0
/
+39
2020-07-06
block/crypto: implement blockdev-amend
Maxim Levitsky
1
-19
/
+53
2020-07-06
block/core: add generic infrastructure for x-blockdev-amend qmp command
Maxim Levitsky
2
-1
/
+114
2020-07-06
block/qcow2: extend qemu-img amend interface with crypto options
Maxim Levitsky
1
-9
/
+62
2020-07-06
block/crypto: implement the encryption key management
Maxim Levitsky
2
-3
/
+161
2020-07-06
block/crypto: rename two functions
Maxim Levitsky
1
-13
/
+12
2020-07-06
block/amend: refactor qcow2 amend options
Maxim Levitsky
1
-100
/
+38
2020-07-06
block/amend: separate amend and create options for qemu-img
Maxim Levitsky
1
-79
/
+94
2020-07-06
block/amend: add 'force' option
Maxim Levitsky
1
-0
/
+1
2020-07-06
qcrypto/core: add generic infrastructure for crypto options amendment
Maxim Levitsky
2
-0
/
+20
2020-07-06
qcow2: Fix preallocation on images with unaligned sizes
Alberto Garcia
1
-3
/
+14
2020-07-06
block/block-copy: block_copy_dirty_clusters: fix failure check
Vladimir Sementsov-Ogievskiy
1
-1
/
+3
2020-07-03
vvfat: Fix array_remove_slice()
Kevin Wolf
1
-37
/
+5
2020-07-03
vvfat: Check that updated filenames are valid
Kevin Wolf
1
-1
/
+24
2020-06-23
block/nvme: support nested aio_poll()
Stefan Hajnoczi
2
-7
/
+58
2020-06-23
block/nvme: keep BDRVNVMeState pointer in NVMeQueuePair
Stefan Hajnoczi
1
-32
/
+38
2020-06-23
block/nvme: clarify that free_req_queue is protected by q->lock
Stefan Hajnoczi
1
-1
/
+1
[next]