aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-30block: add subcluster_size field to BlockDriverInfoAndrey Drobyshev1-0/+7
2023-06-28block: mark another function as coroutine_fns and GRAPH_UNLOCKEDPaolo Bonzini1-5/+6
2023-06-28graph-lock: Unlock the AioContext while pollingKevin Wolf1-2/+2
2023-06-28block: Fix AioContext locking in bdrv_open_backing_file()Kevin Wolf1-0/+5
2023-06-28block: Fix AioContext locking in bdrv_open_inherit()Kevin Wolf1-1/+24
2023-06-28block: Fix AioContext locking in bdrv_reopen_parse_file_or_backing()Kevin Wolf1-2/+33
2023-06-28block: Fix AioContext locking in bdrv_attach_child_common()Kevin Wolf1-1/+20
2023-06-28block: Fix AioContext locking in bdrv_open_child()Kevin Wolf1-2/+11
2023-06-09block.c: add newline for "Detected format" warningMichael Tokarev1-1/+1
2023-05-30aio: remove aio_disable_external() APIStefan Hajnoczi1-7/+0
2023-05-30block: Fix AioContext locking in bdrv_insert_node()Kevin Wolf1-0/+11
2023-05-30block: Take AioContext lock in bdrv_open_driver()Kevin Wolf1-0/+7
2023-05-30qcow2: Fix open with 'file' in iothreadKevin Wolf1-0/+6
2023-05-30mirror: Hold main AioContext lock for calling bdrv_open_backing_file()Kevin Wolf1-0/+2
2023-05-30block: Take main AioContext lock when calling bdrv_open()Kevin Wolf1-0/+3
2023-05-30block: Clarify locking rules for bdrv_open(_inherit)()Kevin Wolf1-8/+2
2023-05-19block: Call .bdrv_co_create(_opts) unlockedKevin Wolf1-1/+0
2023-05-15block: add zoned BlockDriver check to block layerSam Li1-0/+19
2023-05-10block: Mark bdrv_refresh_limits() and callers GRAPH_RDLOCKKevin Wolf1-0/+9
2023-05-10block: Mark bdrv_co_debug_event() GRAPH_RDLOCKEmanuele Giuseppe Esposito1-0/+2
2023-05-10block: Mark bdrv_co_get_info() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito1-0/+2
2023-05-10block: Mark bdrv_co_get_allocated_file_size() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito1-1/+3
2023-05-10block: .bdrv_open is non-coroutine and unlockedKevin Wolf1-3/+3
2023-05-10block: bdrv/blk_co_unref() for calls in coroutine contextKevin Wolf1-1/+1
2023-04-25block: add missing coroutine_fn to bdrv_sum_allocated_file_size()Stefan Hajnoczi1-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