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
2021-02-03
block/nbd: only enter connection coroutine if it's present
Roman Kagan
1
-7
/
+9
2021-02-03
block/nbd: only detach existing iochannel from aio_context
Roman Kagan
1
-1
/
+8
2021-02-03
block/io: use int64_t bytes in copy_range
Vladimir Sementsov-Ogievskiy
2
-13
/
+13
2021-02-03
block/io: support int64_t bytes in read/write wrappers
Vladimir Sementsov-Ogievskiy
3
-9
/
+10
2021-02-03
block/io: support int64_t bytes in bdrv_co_p{read,write}v_part()
Vladimir Sementsov-Ogievskiy
2
-8
/
+10
2021-02-03
block/io: support int64_t bytes in bdrv_aligned_preadv()
Vladimir Sementsov-Ogievskiy
1
-4
/
+5
2021-02-03
block/io: support int64_t bytes in bdrv_co_do_copy_on_readv()
Vladimir Sementsov-Ogievskiy
2
-4
/
+6
2021-02-03
block/io: support int64_t bytes in bdrv_aligned_pwritev()
Vladimir Sementsov-Ogievskiy
1
-8
/
+13
2021-02-03
block/io: support int64_t bytes in bdrv_co_do_pwrite_zeroes()
Vladimir Sementsov-Ogievskiy
1
-3
/
+5
2021-02-03
block/io: use int64_t bytes in driver wrappers
Vladimir Sementsov-Ogievskiy
1
-4
/
+8
2021-02-03
block: use int64_t as bytes type in tracked requests
Eric Blake
1
-5
/
+9
2021-02-03
block/io: improve bdrv_check_request: check qiov too
Vladimir Sementsov-Ogievskiy
1
-7
/
+39
2021-02-03
block/throttle-groups: throttle_group_co_io_limits_intercept(): 64bit bytes
Vladimir Sementsov-Ogievskiy
1
-1
/
+4
2021-02-03
block/io: bdrv_pad_request(): support qemu_iovec_init_extended failure
Vladimir Sementsov-Ogievskiy
1
-14
/
+31
2021-02-03
block/io: refactor bdrv_pad_request(): move bdrv_pad_request() up
Vladimir Sementsov-Ogievskiy
1
-6
/
+19
2021-02-03
block: fix theoretical overflow in bdrv_init_padding()
Vladimir Sementsov-Ogievskiy
1
-2
/
+6
2021-02-03
util/iov: make qemu_iovec_init_extended() honest
Vladimir Sementsov-Ogievskiy
1
-3
/
+7
2021-02-03
block: refactor bdrv_check_request: add errp
Vladimir Sementsov-Ogievskiy
2
-8
/
+23
2021-02-02
block: Fix VM size column width in bdrv_snapshot_dump()
Kevin Wolf
1
-2
/
+2
2021-02-02
block/nvme: Trace NVMe spec version supported by the controller
Philippe Mathieu-Daudé
2
-0
/
+7
2021-02-02
block/nvme: Properly display doorbell stride length in trace event
Philippe Mathieu-Daudé
1
-1
/
+1
2021-01-28
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-01-28' into ...
Peter Maydell
6
-67
/
+22
2021-01-28
qapi: More complex uses of QAPI_LIST_APPEND
Eric Blake
2
-22
/
+5
2021-01-28
qapi: Use QAPI_LIST_APPEND in trivial cases
Eric Blake
5
-45
/
+17
2021-01-27
block: Separate blk_is_writable() and blk_supports_write_perm()
Kevin Wolf
1
-3
/
+16
2021-01-26
block: report errno when flock fcntl fails
David Edmondson
1
-10
/
+28
2021-01-26
block/block-copy: drop unused argument of block_copy()
Vladimir Sementsov-Ogievskiy
2
-9
/
+3
2021-01-26
block/block-copy: drop unused block_copy_set_progress_callback()
Vladimir Sementsov-Ogievskiy
1
-15
/
+0
2021-01-26
backup: move to block-copy
Vladimir Sementsov-Ogievskiy
1
-67
/
+120
2021-01-26
block/backup: drop extra gotos from backup_run()
Vladimir Sementsov-Ogievskiy
1
-7
/
+5
2021-01-26
block/block-copy: make progress_bytes_callback optional
Vladimir Sementsov-Ogievskiy
1
-1
/
+3
2021-01-26
qapi: backup: add max-chunk and max-workers to x-perf struct
Vladimir Sementsov-Ogievskiy
2
-6
/
+24
2021-01-26
block/block-copy: add block_copy_cancel
Vladimir Sementsov-Ogievskiy
1
-5
/
+19
2021-01-26
block/block-copy: add ratelimit to block-copy
Vladimir Sementsov-Ogievskiy
3
-3
/
+47
2021-01-26
block/block-copy: add list of all call-states
Vladimir Sementsov-Ogievskiy
1
-1
/
+10
2021-01-26
block/block-copy: add max_chunk and max_workers parameters
Vladimir Sementsov-Ogievskiy
1
-2
/
+9
2021-01-26
block/block-copy: implement block_copy_async
Vladimir Sementsov-Ogievskiy
1
-4
/
+77
2021-01-26
block/block-copy: More explicit call_state
Vladimir Sementsov-Ogievskiy
1
-13
/
+38
2021-01-26
qapi: backup: add perf.use-copy-range parameter
Vladimir Sementsov-Ogievskiy
5
-4
/
+13
2021-01-26
block: apply COR-filter to block-stream jobs
Andrey Shinkevich
1
-43
/
+62
2021-01-26
block/stream: add s->target_bs
Vladimir Sementsov-Ogievskiy
1
-13
/
+10
2021-01-26
qapi: block-stream: add "bottom" argument
Vladimir Sementsov-Ogievskiy
2
-17
/
+36
2021-01-26
stream: rework backing-file changing
Andrey Shinkevich
1
-4
/
+5
2021-01-26
copy-on-read: skip non-guest reads if no copy needed
Andrey Shinkevich
1
-4
/
+10
2021-01-26
block: include supported_read_flags into BDS structure
Andrey Shinkevich
1
-2
/
+8
2021-01-26
qapi: copy-on-read filter: add 'bottom' option
Andrey Shinkevich
1
-2
/
+96
2021-01-26
qapi: add filter-node-name to block-stream
Andrey Shinkevich
2
-3
/
+5
2021-01-26
copy-on-read: add filter drop function
Andrey Shinkevich
2
-0
/
+88
2021-01-26
copy-on-read: support preadv/pwritev_part functions
Andrey Shinkevich
1
-12
/
+16
2021-01-13
Merge remote-tracking branch 'remotes/armbru/tags/pull-yank-2021-01-13' into ...
Peter Maydell
1
-61
/
+92
[next]