aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2023-06-28block: mark another function as coroutine_fns and GRAPH_UNLOCKEDPaolo Bonzini
2023-06-28graph-lock: Unlock the AioContext while pollingKevin Wolf
2023-06-28block: Fix AioContext locking in bdrv_open_backing_file()Kevin Wolf
2023-06-28block: Fix AioContext locking in bdrv_open_inherit()Kevin Wolf
2023-06-28block: Fix AioContext locking in bdrv_reopen_parse_file_or_backing()Kevin Wolf
2023-06-28block: Fix AioContext locking in bdrv_attach_child_common()Kevin Wolf
2023-06-28block: Fix AioContext locking in bdrv_open_child()Kevin Wolf
2023-06-09block.c: add newline for "Detected format" warningMichael Tokarev
2023-05-30aio: remove aio_disable_external() APIStefan Hajnoczi
2023-05-30block: Fix AioContext locking in bdrv_insert_node()Kevin Wolf
2023-05-30block: Take AioContext lock in bdrv_open_driver()Kevin Wolf
2023-05-30qcow2: Fix open with 'file' in iothreadKevin Wolf
2023-05-30mirror: Hold main AioContext lock for calling bdrv_open_backing_file()Kevin Wolf
2023-05-30block: Take main AioContext lock when calling bdrv_open()Kevin Wolf
2023-05-30block: Clarify locking rules for bdrv_open(_inherit)()Kevin Wolf
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