aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2023-05-19block: Call .bdrv_co_create(_opts) unlockedKevin Wolf
2023-05-15block: add zoned BlockDriver check to block layerSam Li
2023-05-10block: Mark bdrv_refresh_limits() and callers GRAPH_RDLOCKKevin Wolf
2023-05-10block: Mark bdrv_co_debug_event() GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-05-10block: Mark bdrv_co_get_info() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-05-10block: Mark bdrv_co_get_allocated_file_size() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-05-10block: .bdrv_open is non-coroutine and unlockedKevin Wolf
2023-05-10block: bdrv/blk_co_unref() for calls in coroutine contextKevin Wolf
2023-04-25block: add missing coroutine_fn to bdrv_sum_allocated_file_size()Stefan Hajnoczi
2023-04-11block, block-backend: write some hot coroutine wrappers by handPaolo Bonzini
2023-04-11block-backend: inline bdrv_co_get_geometryPaolo Bonzini
2023-04-11block: refresh bs->total_sectors on reopenPaolo Bonzini
2023-04-11block: move has_variable_length to BlockLimitsPaolo Bonzini
2023-03-27block/export: Fix graph locking in blk_get_geometry() callKevin Wolf
2023-02-23block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark bdrv_co_delete_file() and callers GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark bdrv_co_eject/lock_medium() and callers GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark bdrv_co_is_inserted() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-02-23block: Mark bdrv_co_create() and callers GRAPH_RDLOCKKevin Wolf
2023-02-23block: Make bdrv_can_set_read_only() staticKevin Wolf
2023-02-17block: temporarily hold the new AioContext of bs_top in bdrv_append()Stefano Garzarella
2023-02-17block: Assert non-coroutine context for bdrv_open_inherit()Kevin Wolf
2023-02-17block: Fix bdrv_co_create_opts_simple() to open images with no_co_wrapperKevin Wolf
2023-02-01block: Convert bdrv_debug_event() to co_wrapper_mixedEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_lock_medium() to co_wrapperEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_eject() to co_wrapperEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_get_info() to co_wrapper_mixedEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_get_allocated_file_size() to co_wrapperEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixedEmanuele Giuseppe Esposito
2023-02-01block: Rename refresh_total_sectors to bdrv_refresh_total_sectorsEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_is_inserted() to co_wrapperEmanuele Giuseppe Esposito
2023-01-24block: remove bdrv_coroutine_enterPaolo Bonzini
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster
2022-12-15block: GRAPH_RDLOCK for functions only called by co_wrappersKevin Wolf
2022-12-15Mark assert_bdrv_graph_readable/writable() GRAPH_RD/WRLOCKKevin Wolf
2022-12-15block: assert that graph read and writes are performed correctlyEmanuele Giuseppe Esposito
2022-12-15block: remove unnecessary assert_bdrv_graph_writable()Emanuele Giuseppe Esposito
2022-12-15block: wrlock in bdrv_replace_child_nopermEmanuele Giuseppe Esposito
2022-12-15block: Fix locking in external_snapshot_prepare()Kevin Wolf
2022-12-15block: convert bdrv_create to co_wrapperEmanuele Giuseppe Esposito
2022-12-15block: bdrv_create_file is a coroutine_fnEmanuele Giuseppe Esposito
2022-12-15block: distinguish between bdrv_create running in coroutine and notEmanuele Giuseppe Esposito
2022-12-15block: avoid duplicating filename string in bdrv_createEmanuele Giuseppe Esposito
2022-12-15block: Remove poll parameter from bdrv_parent_drained_begin_single()Kevin Wolf
2022-12-15block: Don't poll in bdrv_replace_child_noperm()Kevin Wolf
2022-12-15block: Remove ignore_bds_parents parameter from drain_begin/end.Kevin Wolf
2022-12-15block: Call drain callbacks only onceKevin Wolf
2022-12-15block: Remove subtree drainsKevin Wolf
2022-12-15stream: Replace subtree drain with a single node drainKevin Wolf
2022-12-15block: Don't use subtree drains in bdrv_drop_intermediate()Kevin Wolf