summaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)Author
2024-09-30backup: add minimum cluster size to performance optionsFiona Ebner
2024-05-28qapi: blockdev-backup: add discard-source parameterVladimir Sementsov-Ogievskiy
2024-05-27block: Improve error message when external snapshot can't flushMarkus Armbruster
2024-04-24qapi: Inline and remove QERR_DEVICE_HAS_NO_MEDIUM definitionPhilippe Mathieu-Daudé
2024-03-18blockdev: Fix blockdev-snapshot-sync error reporting for no mediumMarkus Armbruster
2024-03-09blockdev: Fix block_resize error reporting for op blockersMarkus Armbruster
2024-01-26stream: Allow users to request only format driver names in backing file formatPeter Krempa
2024-01-26commit: Allow users to request only format driver names in backing file formatPeter Krempa
2023-12-21block: remove bdrv_co_lock()Stefan Hajnoczi
2023-12-21block: remove AioContext lockingStefan Hajnoczi
2023-12-21graph-lock: remove AioContext lockingStefan Hajnoczi
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