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
2017-10-26
qcow2: Always execute preallocate() in a coroutine
Max Reitz
1
-7
/
+34
2017-10-26
qcow2: Fix unaligned preallocated truncation
Max Reitz
1
-0
/
+1
2017-10-26
qcow2: Emit errp when truncating the image tail
Max Reitz
1
-6
/
+7
2017-10-26
qcow2: Use BDRV_SECTOR_BITS instead of its literal value
Alberto Garcia
1
-2
/
+2
2017-10-26
qcow2: Reduce is_zero() rounding
Eric Blake
1
-9
/
+3
2017-10-26
block: Reduce bdrv_aligned_preadv() rounding
Eric Blake
1
-6
/
+2
2017-10-26
block: Align block status requests
Eric Blake
2
-27
/
+57
2017-10-26
block: Convert bdrv_get_block_status_above() to bytes
Eric Blake
3
-77
/
+26
2017-10-26
block: Switch bdrv_co_get_block_status_above() to byte-based
Eric Blake
1
-44
/
+24
2017-10-26
block: Switch bdrv_common_block_status_above() to byte-based
Eric Blake
1
-31
/
+30
2017-10-26
block: Switch BdrvCoGetBlockStatusData to byte-based
Eric Blake
1
-18
/
+38
2017-10-26
block: Switch bdrv_co_get_block_status() to byte-based
Eric Blake
1
-43
/
+81
2017-10-26
block: Convert bdrv_get_block_status() to bytes
Eric Blake
2
-14
/
+35
2017-10-26
block: Switch bdrv_make_zero() to byte-based
Eric Blake
1
-16
/
+16
2017-10-26
qcow2: Switch is_zero_sectors() to byte-based
Eric Blake
1
-14
/
+19
2017-10-26
block: Make bdrv_round_to_clusters() signature more useful
Eric Blake
3
-8
/
+7
2017-10-26
block: Add flag to avoid wasted work in bdrv_is_allocated()
Eric Blake
1
-16
/
+41
2017-10-26
block: Allow NULL file for bdrv_get_block_status()
Eric Blake
3
-30
/
+30
2017-10-16
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-10-14' into st...
Peter Maydell
1
-8
/
+10
2017-10-13
block/throttle.c: add bdrv_co_drain_begin/end callbacks
Manos Pitsidianakis
1
-0
/
+18
2017-10-13
block: rename bdrv_co_drain to bdrv_co_drain_begin
Manos Pitsidianakis
2
-5
/
+5
2017-10-13
block: add bdrv_co_drain_end callback
Manos Pitsidianakis
1
-14
/
+34
2017-10-12
block/nbd-client: refactor nbd_co_receive_reply
Vladimir Sementsov-Ogievskiy
1
-4
/
+4
2017-10-12
block/nbd-client: assert qiov len once in nbd_co_request
Vladimir Sementsov-Ogievskiy
1
-4
/
+6
2017-10-09
config: qemu_config_parse() return number of config groups
Eduardo Habkost
1
-1
/
+0
2017-10-06
block/mirror: check backing in bdrv_mirror_top_flush
Vladimir Sementsov-Ogievskiy
1
-0
/
+4
2017-10-06
qcow2: truncate the tail of the image file after shrinking the image
Pavel Butsykin
3
-0
/
+46
2017-10-06
qcow2: fix return error code in qcow2_truncate()
Pavel Butsykin
1
-2
/
+2
2017-10-06
block/mirror: check backing in bdrv_mirror_top_refresh_filename
Vladimir Sementsov-Ogievskiy
1
-0
/
+5
2017-10-06
block: support passthrough of BDRV_REQ_FUA in crypto driver
Daniel P. Berrange
1
-2
/
+5
2017-10-06
block: convert qcrypto_block_encrypt|decrypt to take bytes offset
Daniel P. Berrange
4
-19
/
+16
2017-10-06
block: convert crypto driver to bdrv_co_preadv|pwritev
Daniel P. Berrange
1
-52
/
+54
2017-10-06
block: fix data type casting for crypto payload offset
Daniel P. Berrange
1
-4
/
+9
2017-10-06
block: use 1 MB bounce buffers for crypto instead of 16KB
Daniel P. Berrange
1
-13
/
+15
2017-10-06
block: Perform copy-on-read in loop
Eric Blake
1
-38
/
+82
2017-10-06
block: Add blkdebug hook for copy-on-read
Eric Blake
1
-0
/
+1
2017-10-06
block: Uniform handling of 0-length bdrv_get_block_status()
Eric Blake
1
-0
/
+4
2017-10-06
commit: Remove overlay_bs
Kevin Wolf
1
-47
/
+15
2017-10-06
commit: Support multiple roots above top node
Kevin Wolf
1
-1
/
+1
2017-10-06
dirty-bitmap: Convert internal hbitmap size/granularity
Eric Blake
1
-44
/
+18
2017-10-06
dirty-bitmap: Switch bdrv_set_dirty() to bytes
Eric Blake
2
-7
/
+6
2017-10-06
qcow2: Switch store_bitmap_data() to byte-based iteration
Eric Blake
1
-15
/
+16
2017-10-06
qcow2: Switch load_bitmap_data() to byte-based iteration
Eric Blake
1
-14
/
+8
2017-10-06
qcow2: Switch qcow2_measure() to byte-based iteration
Eric Blake
1
-12
/
+10
2017-10-06
mirror: Switch mirror_dirty_init() to byte-based iteration
Eric Blake
1
-24
/
+14
2017-10-06
dirty-bitmap: Change bdrv_[re]set_dirty_bitmap() to use bytes
Eric Blake
2
-16
/
+22
2017-10-06
dirty-bitmap: Change bdrv_get_dirty_locked() to take bytes
Eric Blake
2
-6
/
+5
2017-10-06
dirty-bitmap: Change bdrv_get_dirty_count() to report bytes
Eric Blake
2
-12
/
+8
2017-10-06
dirty-bitmap: Change bdrv_dirty_iter_next() to report byte offset
Eric Blake
4
-7
/
+8
2017-10-06
dirty-bitmap: Set iterator start by offset, not sector
Eric Blake
4
-12
/
+10
[next]