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