index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
throttle.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Take graph lock for most of .bdrv_open
Kevin Wolf
2023-11-08
1
-0
/
+3
*
block/throttle-groups: Use ThrottleDirection instread of bool is_write
zhenwei pi
2023-08-29
1
-4
/
+4
*
block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-1
/
+2
*
block: Mark public read/write functions GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-12
/
+9
*
block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-3
/
+3
*
block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
1
-2
/
+2
*
block: Mark bdrv_co_flush() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
1
-1
/
+1
*
block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2023-02-01
1
-3
/
+3
*
include/block: Untangle inclusion loops
Markus Armbruster
2023-01-20
1
-0
/
+2
*
block: Revert .bdrv_drained_begin/end to non-coroutine_fn
Kevin Wolf
2022-12-15
1
-4
/
+4
*
block: introduce bdrv_open_file_child() helper
Vladimir Sementsov-Ogievskiy
2022-10-27
1
-5
/
+3
*
throttle: add missing coroutine_fn annotations
Paolo Bonzini
2022-10-07
1
-1
/
+1
*
block: use int64_t instead of int in driver discard handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-1
/
+1
*
block: use int64_t instead of int in driver write_zeroes handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-1
/
+1
*
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-4
/
+5
*
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-2
/
+3
*
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-23
1
-2
/
+2
*
block: Inline bdrv_co_block_status_from_*()
Max Reitz
2020-09-07
1
-1
/
+0
*
throttle: Support compressed writes
Max Reitz
2020-09-07
1
-0
/
+10
*
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
2020-07-10
1
-3
/
+1
*
qemu-option: Use returned bool to check for failure
Markus Armbruster
2020-07-10
1
-2
/
+1
*
block: Use bdrv_default_perms()
Max Reitz
2020-05-18
1
-1
/
+1
*
block: Make filter drivers use child_of_bds
Max Reitz
2020-05-18
1
-2
/
+3
*
block: Add BdrvChildRole to BdrvChild
Max Reitz
2020-05-18
1
-1
/
+1
*
block: Remove bdrv_recurse_is_first_non_filter()
Max Reitz
2020-02-18
1
-8
/
+0
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
block: Add strong_runtime_opts to BlockDriver
Max Reitz
2019-02-25
1
-0
/
+7
*
block: Use BdrvChild to discard
Fam Zheng
2018-07-10
1
-1
/
+1
*
throttle: Fix crash on reopen
Alberto Garcia
2018-06-11
1
-21
/
+33
*
block: Support BDRV_REQ_WRITE_UNCHANGED in filters
Max Reitz
2018-05-15
1
-2
/
+4
*
block/throttle: Remove protocol-related fields
Fabiano Rosas
2018-03-26
1
-2
/
+1
*
block: Switch passthrough drivers to .bdrv_co_block_status()
Eric Blake
2018-03-02
1
-1
/
+1
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
1
-0
/
+1
*
block/throttle.c: add bdrv_co_drain_begin/end callbacks
Manos Pitsidianakis
2017-10-13
1
-0
/
+18
*
block: add throttle block filter driver
Manos Pitsidianakis
2017-09-06
1
-0
/
+237