aboutsummaryrefslogtreecommitdiff
path: root/include/block/block-global-state.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-26commit: Allow users to request only format driver names in backing file formatPeter Krempa1-1/+2
2023-12-21block: remove bdrv_co_lock()Stefan Hajnoczi1-14/+0
2023-12-21block: remove AioContext lockingStefan Hajnoczi1-5/+4
2023-11-08block: Introduce bdrv_co_change_backing_file()Kevin Wolf1-2/+1
2023-11-07block: Mark bdrv_replace_node() GRAPH_WRLOCKKevin Wolf1-2/+4
2023-11-07block: Mark bdrv_set_backing_hd_drained() GRAPH_WRLOCKKevin Wolf1-3/+4
2023-11-07block: Mark bdrv_chain_contains() and callers GRAPH_RDLOCKKevin Wolf1-1/+3
2023-11-07block: Mark bdrv_(un)freeze_backing_chain() and callers GRAPH_RDLOCKKevin Wolf1-5/+6
2023-11-07block: Mark bdrv_skip_filters() and callers GRAPH_RDLOCKKevin Wolf1-3/+5
2023-11-07block: Mark bdrv_has_zero_init() and callers GRAPH_RDLOCKKevin Wolf1-1/+1
2023-11-07block: Mark bdrv_probe_blocksizes() and callers GRAPH_RDLOCKKevin Wolf1-1/+1
2023-10-12block: Mark bdrv_op_is_blocked() and callers GRAPH_RDLOCKKevin Wolf1-1/+3
2023-10-12qcow2: Mark qcow2_signal_corruption() and callers GRAPH_RDLOCKKevin Wolf1-1/+1
2023-10-12block: Mark bdrv_amend_options() and callers GRAPH_RDLOCKKevin Wolf1-4/+4
2023-10-12block: Mark bdrv_refresh_filename() and callers GRAPH_RDLOCKKevin Wolf1-3/+6
2023-10-12block: Mark bdrv_get_xdbg_block_graph() and callers GRAPH_RDLOCKKevin Wolf1-1/+1
2023-10-12block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCKKevin Wolf1-4/+5
2023-09-20block: remove AIOCBInfo->get_aio_context()Stefan Hajnoczi1-0/+2
2023-09-20block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCKKevin Wolf1-3/+5
2023-09-20block: Mark bdrv_unref_child() GRAPH_WRLOCKKevin Wolf1-1/+6
2023-09-20block: Mark bdrv_attach_child() GRAPH_WRLOCKKevin Wolf1-6/+8
2023-09-20block: Introduce bdrv_schedule_unref()Kevin Wolf1-0/+1
2023-05-19block: Call .bdrv_co_create(_opts) unlockedKevin Wolf1-4/+4
2023-05-10block: Mark bdrv_refresh_limits() and callers GRAPH_RDLOCKKevin Wolf1-1/+4
2023-05-10block: Mark bdrv_recurse_can_replace() and callers GRAPH_RDLOCKKevin Wolf1-2/+3
2023-05-10block: bdrv/blk_co_unref() for calls in coroutine contextKevin Wolf1-1/+2
2023-05-10block: Consistently call bdrv_activate() outside coroutineKevin Wolf1-1/+5
2023-02-23block: Mark bdrv_co_create() and callers GRAPH_RDLOCKKevin Wolf1-6/+8
2023-02-17block: Create no_co_wrappers for open functionsKevin Wolf1-9/+26
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster1-1/+3
2022-12-15block: Factor out bdrv_drain_all_begin_nopoll()Kevin Wolf1-0/+1
2022-12-15block: convert bdrv_create to co_wrapperEmanuele Giuseppe Esposito1-2/+6
2022-12-15block: bdrv_create_file is a coroutine_fnEmanuele Giuseppe Esposito1-1/+2
2022-12-15stream: Replace subtree drain with a single node drainKevin Wolf1-0/+3
2022-11-10block: Make bdrv_child_get_parent_aio_context I/OHanna Reitz1-1/+0
2022-10-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi1-10/+8
2022-10-27block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...Emanuele Giuseppe Esposito1-2/+0
2022-10-27block: rename bdrv_child_try_change_aio_context in bdrv_try_change_aio_contextEmanuele Giuseppe Esposito1-2/+2
2022-10-27block: remove all unused ->can_set_aio_ctx and ->set_aio_ctx callbacksEmanuele Giuseppe Esposito1-9/+0
2022-10-27bdrv_change_aio_context: use hash table instead of list of visited nodesEmanuele Giuseppe Esposito1-1/+1
2022-10-27block: use transactions as a replacement of ->{can_}set_aio_context()Emanuele Giuseppe Esposito1-0/+6
2022-10-27block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy1-0/+3
2022-10-26block: return errors from bdrv_register_buf()Stefan Hajnoczi1-1/+4
2022-10-26block: pass size to bdrv_unregister_buf()Stefan Hajnoczi1-1/+4
2022-05-04block: Classify bdrv_get_flags() as I/O functionHanna Reitz1-1/+0
2022-03-04include/block/block: split header into I/O and global state APIEmanuele Giuseppe Esposito1-0/+253