aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-10block: bdrv/blk_co_unref() for calls in coroutine contextKevin Wolf1-1/+1
2023-04-11block, block-backend: write some hot coroutine wrappers by handPaolo Bonzini1-0/+22
2023-04-11block-backend: inline bdrv_co_get_geometryPaolo Bonzini1-10/+0
2023-04-11block: refresh bs->total_sectors on reopenPaolo Bonzini1-0/+1
2023-04-11block: move has_variable_length to BlockLimitsPaolo Bonzini1-1/+1
2023-03-27block/export: Fix graph locking in blk_get_geometry() callKevin Wolf1-2/+3
2023-02-23block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCKKevin Wolf1-0/+3
2023-02-23block: Mark bdrv_co_delete_file() and callers GRAPH_RDLOCKKevin Wolf1-0/+1
2023-02-23block: Mark bdrv_co_eject/lock_medium() and callers GRAPH_RDLOCKKevin Wolf1-0/+2
2023-02-23block: Mark bdrv_co_is_inserted() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito1-0/+1
2023-02-23block: Mark bdrv_co_create() and callers GRAPH_RDLOCKKevin Wolf1-0/+1
2023-02-23block: Make bdrv_can_set_read_only() staticKevin Wolf1-2/+2
2023-02-17block: temporarily hold the new AioContext of bs_top in bdrv_append()Stefano Garzarella1-0/+23
2023-02-17block: Assert non-coroutine context for bdrv_open_inherit()Kevin Wolf1-7/+6
2023-02-17block: Fix bdrv_co_create_opts_simple() to open images with no_co_wrapperKevin Wolf1-2/+2
2023-02-01block: Convert bdrv_debug_event() to co_wrapper_mixedEmanuele Giuseppe Esposito1-3/+3
2023-02-01block: Convert bdrv_lock_medium() to co_wrapperEmanuele Giuseppe Esposito1-3/+3
2023-02-01block: Convert bdrv_eject() to co_wrapperEmanuele Giuseppe Esposito1-3/+3
2023-02-01block: Convert bdrv_get_info() to co_wrapper_mixedEmanuele Giuseppe Esposito1-4/+4
2023-02-01block: Convert bdrv_get_allocated_file_size() to co_wrapperEmanuele Giuseppe Esposito1-6/+6
2023-02-01block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixedEmanuele Giuseppe Esposito1-8/+24
2023-02-01block: Rename refresh_total_sectors to bdrv_refresh_total_sectorsEmanuele Giuseppe Esposito1-4/+4
2023-02-01block: Convert bdrv_is_inserted() to co_wrapperEmanuele Giuseppe Esposito1-4/+4
2023-01-24block: remove bdrv_coroutine_enterPaolo Bonzini1-6/+0
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster1-0/+1
2022-12-15block: GRAPH_RDLOCK for functions only called by co_wrappersKevin Wolf1-0/+2
2022-12-15Mark assert_bdrv_graph_readable/writable() GRAPH_RD/WRLOCKKevin Wolf1-2/+2
2022-12-15block: assert that graph read and writes are performed correctlyEmanuele Giuseppe Esposito1-2/+2
2022-12-15block: remove unnecessary assert_bdrv_graph_writable()Emanuele Giuseppe Esposito1-3/+0
2022-12-15block: wrlock in bdrv_replace_child_nopermEmanuele Giuseppe Esposito1-4/+3
2022-12-15block: Fix locking in external_snapshot_prepare()Kevin Wolf1-0/+4
2022-12-15block: convert bdrv_create to co_wrapperEmanuele Giuseppe Esposito1-39/+2
2022-12-15block: bdrv_create_file is a coroutine_fnEmanuele Giuseppe Esposito1-2/+3
2022-12-15block: distinguish between bdrv_create running in coroutine and notEmanuele Giuseppe Esposito1-35/+34
2022-12-15block: avoid duplicating filename string in bdrv_createEmanuele Giuseppe Esposito1-5/+2
2022-12-15block: Remove poll parameter from bdrv_parent_drained_begin_single()Kevin Wolf1-2/+2
2022-12-15block: Don't poll in bdrv_replace_child_noperm()Kevin Wolf1-14/+89
2022-12-15block: Remove ignore_bds_parents parameter from drain_begin/end.Kevin Wolf1-1/+1
2022-12-15block: Call drain callbacks only onceKevin Wolf1-18/+7
2022-12-15block: Remove subtree drainsKevin Wolf1-15/+5
2022-12-15stream: Replace subtree drain with a single node drainKevin Wolf1-3/+14
2022-12-15block: Don't use subtree drains in bdrv_drop_intermediate()Kevin Wolf1-2/+2
2022-12-15block: Drain individual nodes during reopenKevin Wolf1-7/+9
2022-12-15block: Fix locking for bdrv_reopen_queue_child()Kevin Wolf1-2/+5
2022-12-15block: Remove drained_end_counterKevin Wolf1-3/+2
2022-12-15block: Revert .bdrv_drained_begin/end to non-coroutine_fnKevin Wolf1-2/+2
2022-12-15block: refactor bdrv_list_refresh_perms to allow any list of nodesVladimir Sementsov-Ogievskiy1-19/+32
2022-12-15block: bdrv_refresh_perms(): allow external tranVladimir Sementsov-Ogievskiy1-11/+20
2022-12-15block: drop bdrv_remove_filter_or_cow_childVladimir Sementsov-Ogievskiy1-14/+1
2022-12-15block: Inline bdrv_detach_child()Vladimir Sementsov-Ogievskiy1-27/+19