aboutsummaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)Author
2023-12-12block: Fix AioContext locking in qmp_block_resize()Kevin Wolf
2023-11-21block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf
2023-11-07block: Mark bdrv_replace_node() GRAPH_WRLOCKKevin Wolf
2023-11-07block: Mark bdrv_chain_contains() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark bdrv_skip_filters() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark bdrv_skip_implicit_filters() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark bdrv_filter_or_cow_bs() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark bdrv_has_zero_init() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07hw/xen: automatically assign device index to block devicesDavid Woodhouse
2023-10-31blockjob: introduce block-job-change QMP commandFiona Ebner
2023-10-31blockdev: mirror: avoid potential deadlock when using iothreadFiona Ebner
2023-10-12block: Mark bdrv_op_is_blocked() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_refresh_filename() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_get_xdbg_block_graph() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_snapshot_fallback() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCKKevin Wolf
2023-09-20block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCKKevin Wolf
2023-09-20block: Mark bdrv_get_cumulative_perm() and callers GRAPH_RDLOCKKevin Wolf
2023-06-02cutils: Adjust signature of parse_uint[_full]Eric Blake
2023-05-30block: Take main AioContext lock when calling bdrv_open()Kevin Wolf
2023-05-19blockdev: qmp_transaction: drop extra generic layerVladimir Sementsov-Ogievskiy
2023-05-19blockdev: use state.bitmap in block-dirty-bitmap-add actionVladimir Sementsov-Ogievskiy
2023-05-19blockdev: transaction: refactor handling transaction propertiesVladimir Sementsov-Ogievskiy
2023-05-19blockdev: qmp_transaction: refactor loop to classic forVladimir Sementsov-Ogievskiy
2023-05-19blockdev: transactions: rename some thingsVladimir Sementsov-Ogievskiy
2023-05-19blockdev: refactor transaction to use Transaction APIVladimir Sementsov-Ogievskiy
2023-05-10block: Mark bdrv_recurse_can_replace() and callers GRAPH_RDLOCKKevin Wolf
2023-05-10block: Don't call no_coroutine_fns in qmp_block_resize()Kevin Wolf
2023-05-10block: Fix use after free in blockdev_mark_auto_del()Kevin Wolf
2023-02-01block: Convert bdrv_is_inserted() to co_wrapperEmanuele Giuseppe Esposito
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster
2022-12-15block: Fix locking in external_snapshot_prepare()Kevin Wolf
2022-12-15block: Drain individual nodes during reopenKevin Wolf
2022-12-14qapi transaction: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14qapi block: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-13blockdev: Clean up abuse of DriveBackup member formatMarkus Armbruster
2022-10-27monitor: switch to *_co_* functionsAlberto Faria
2022-10-27block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...Emanuele Giuseppe Esposito
2022-10-07job.c: enable job lock/unlock and remove Aiocontext locksEmanuele Giuseppe Esposito
2022-10-07jobs: group together API calls under the same job lockEmanuele Giuseppe Esposito
2022-10-07jobs: add job lock in find_* functionsEmanuele Giuseppe Esposito
2022-09-30block: pass OnOffAuto instead of bool to block_acct_setup()Denis V. Lunev
2022-04-06Replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau
2022-03-04assertions for blockdev.h global state APIEmanuele Giuseppe Esposito
2022-03-04assertions for block_int global state APIEmanuele Giuseppe Esposito
2022-03-04include/block/block_int: split header into I/O and global state APIEmanuele Giuseppe Esposito
2022-03-04assertions for block global state APIEmanuele Giuseppe Esposito
2022-02-11block: Lock AioContext for drain_end in blockdev-reopenKevin Wolf
2022-01-14include/sysemu/blockdev.h: remove drive_get_max_devsEmanuele Giuseppe Esposito
2022-01-14include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline driv...Emanuele Giuseppe Esposito