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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-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
2020-06-23
block/nvme: switch to a NVMeRequest freelist
Stefan Hajnoczi
1
-27
/
+54
2020-06-23
block/nvme: don't access CQE after moving cq.head
Stefan Hajnoczi
1
-1
/
+4
2020-06-23
block/nvme: drop tautologous assertion
Stefan Hajnoczi
1
-1
/
+0
2020-06-23
block/nvme: poll queues without q->lock
Stefan Hajnoczi
1
-0
/
+12
2020-06-17
qcow2: Tweak comments on qcow2_get_persistent_dirty_bitmap_size
Eric Blake
1
-4
/
+5
2020-06-17
block: Refactor subdirectory recursion during make
Eric Blake
1
-0
/
+1
2020-06-10
block: Call attention to truncation of long NBD exports
Eric Blake
1
-8
/
+13
2020-06-05
block: Factor out bdrv_run_co()
Vladimir Sementsov-Ogievskiy
1
-121
/
+72
2020-06-05
io_uring: use io_uring_cq_ready() to check for ready cqes
Stefano Garzarella
1
-6
/
+3
2020-06-05
io_uring: retry io_uring_submit() if it fails with errno=EINTR
Stefano Garzarella
1
-1
/
+1
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
[prev]
[next]