index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
block
/
block-global-state.h
Age
Commit message (
Expand
)
Author
2023-12-21
block: remove bdrv_co_lock()
Stefan Hajnoczi
2023-12-21
block: remove AioContext locking
Stefan Hajnoczi
2023-11-08
block: Introduce bdrv_co_change_backing_file()
Kevin Wolf
2023-11-07
block: Mark bdrv_replace_node() GRAPH_WRLOCK
Kevin Wolf
2023-11-07
block: Mark bdrv_set_backing_hd_drained() GRAPH_WRLOCK
Kevin Wolf
2023-11-07
block: Mark bdrv_chain_contains() and callers GRAPH_RDLOCK
Kevin Wolf
2023-11-07
block: Mark bdrv_(un)freeze_backing_chain() and callers GRAPH_RDLOCK
Kevin Wolf
2023-11-07
block: Mark bdrv_skip_filters() and callers GRAPH_RDLOCK
Kevin Wolf
2023-11-07
block: Mark bdrv_has_zero_init() and callers GRAPH_RDLOCK
Kevin Wolf
2023-11-07
block: Mark bdrv_probe_blocksizes() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark bdrv_op_is_blocked() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
qcow2: Mark qcow2_signal_corruption() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark bdrv_amend_options() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark bdrv_refresh_filename() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark bdrv_get_xdbg_block_graph() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCK
Kevin Wolf
2023-09-20
block: remove AIOCBInfo->get_aio_context()
Stefan Hajnoczi
2023-09-20
block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCK
Kevin Wolf
2023-09-20
block: Mark bdrv_unref_child() GRAPH_WRLOCK
Kevin Wolf
2023-09-20
block: Mark bdrv_attach_child() GRAPH_WRLOCK
Kevin Wolf
2023-09-20
block: Introduce bdrv_schedule_unref()
Kevin Wolf
2023-05-19
block: Call .bdrv_co_create(_opts) unlocked
Kevin Wolf
2023-05-10
block: Mark bdrv_refresh_limits() and callers GRAPH_RDLOCK
Kevin Wolf
2023-05-10
block: Mark bdrv_recurse_can_replace() and callers GRAPH_RDLOCK
Kevin Wolf
2023-05-10
block: bdrv/blk_co_unref() for calls in coroutine context
Kevin Wolf
2023-05-10
block: Consistently call bdrv_activate() outside coroutine
Kevin Wolf
2023-02-23
block: Mark bdrv_co_create() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-17
block: Create no_co_wrappers for open functions
Kevin Wolf
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
2022-12-15
block: Factor out bdrv_drain_all_begin_nopoll()
Kevin Wolf
2022-12-15
block: convert bdrv_create to co_wrapper
Emanuele Giuseppe Esposito
2022-12-15
block: bdrv_create_file is a coroutine_fn
Emanuele Giuseppe Esposito
2022-12-15
stream: Replace subtree drain with a single node drain
Kevin Wolf
2022-11-10
block: Make bdrv_child_get_parent_aio_context I/O
Hanna Reitz
2022-10-30
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2022-10-27
block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...
Emanuele Giuseppe Esposito
2022-10-27
block: rename bdrv_child_try_change_aio_context in bdrv_try_change_aio_context
Emanuele Giuseppe Esposito
2022-10-27
block: remove all unused ->can_set_aio_ctx and ->set_aio_ctx callbacks
Emanuele Giuseppe Esposito
2022-10-27
bdrv_change_aio_context: use hash table instead of list of visited nodes
Emanuele Giuseppe Esposito
2022-10-27
block: use transactions as a replacement of ->{can_}set_aio_context()
Emanuele Giuseppe Esposito
2022-10-27
block: introduce bdrv_open_file_child() helper
Vladimir Sementsov-Ogievskiy
2022-10-26
block: return errors from bdrv_register_buf()
Stefan Hajnoczi
2022-10-26
block: pass size to bdrv_unregister_buf()
Stefan Hajnoczi
2022-05-04
block: Classify bdrv_get_flags() as I/O function
Hanna Reitz
2022-03-04
include/block/block: split header into I/O and global state API
Emanuele Giuseppe Esposito