aboutsummaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-28qapi: blockdev-backup: add discard-source parameterVladimir Sementsov-Ogievskiy1-1/+1
2024-05-27block: Improve error message when external snapshot can't flushMarkus Armbruster1-2/+4
2024-04-24qapi: Inline and remove QERR_DEVICE_HAS_NO_MEDIUM definitionPhilippe Mathieu-Daudé1-1/+1
2024-03-18blockdev: Fix blockdev-snapshot-sync error reporting for no mediumMarkus Armbruster1-1/+2
2024-03-09blockdev: Fix block_resize error reporting for op blockersMarkus Armbruster1-2/+1
2024-01-26stream: Allow users to request only format driver names in backing file formatPeter Krempa1-0/+7
2024-01-26commit: Allow users to request only format driver names in backing file formatPeter Krempa1-0/+6
2023-12-21block: remove bdrv_co_lock()Stefan Hajnoczi1-5/+0
2023-12-21block: remove AioContext lockingStefan Hajnoczi1-254/+53
2023-12-21graph-lock: remove AioContext lockingStefan Hajnoczi1-4/+4
2023-12-12block: Fix AioContext locking in qmp_block_resize()Kevin Wolf1-1/+2
2023-11-21block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf1-2/+2
2023-11-07block: Mark bdrv_replace_node() GRAPH_WRLOCKKevin Wolf1-0/+5
2023-11-07block: Mark bdrv_chain_contains() and callers GRAPH_RDLOCKKevin Wolf1-21/+27
2023-11-07block: Mark bdrv_skip_filters() and callers GRAPH_RDLOCKKevin Wolf1-3/+4
2023-11-07block: Mark bdrv_skip_implicit_filters() and callers GRAPH_RDLOCKKevin Wolf1-6/+8
2023-11-07block: Mark bdrv_filter_or_cow_bs() and callers GRAPH_RDLOCKKevin Wolf1-1/+1
2023-11-07block: Mark bdrv_has_zero_init() and callers GRAPH_RDLOCKKevin Wolf1-0/+2
2023-11-07hw/xen: automatically assign device index to block devicesDavid Woodhouse1-3/+12
2023-10-31blockjob: introduce block-job-change QMP commandFiona Ebner1-0/+14
2023-10-31blockdev: mirror: avoid potential deadlock when using iothreadFiona Ebner1-2/+12
2023-10-12block: Mark bdrv_op_is_blocked() and callers GRAPH_RDLOCKKevin Wolf1-0/+15
2023-10-12block: Mark bdrv_refresh_filename() and callers GRAPH_RDLOCKKevin Wolf1-0/+13
2023-10-12block: Mark bdrv_get_xdbg_block_graph() and callers GRAPH_RDLOCKKevin Wolf1-0/+2
2023-10-12block: Mark bdrv_snapshot_fallback() and callers GRAPH_RDLOCKKevin Wolf1-0/+9
2023-10-12block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCKKevin Wolf1-0/+5
2023-09-20block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCKKevin Wolf1-6/+11
2023-09-20block: Mark bdrv_get_cumulative_perm() and callers GRAPH_RDLOCKKevin Wolf1-0/+6
2023-06-02cutils: Adjust signature of parse_uint[_full]Eric Blake1-2/+2
2023-05-30block: Take main AioContext lock when calling bdrv_open()Kevin Wolf1-6/+23
2023-05-19blockdev: qmp_transaction: drop extra generic layerVladimir Sementsov-Ogievskiy1-180/+85
2023-05-19blockdev: use state.bitmap in block-dirty-bitmap-add actionVladimir Sementsov-Ogievskiy1-9/+4
2023-05-19blockdev: transaction: refactor handling transaction propertiesVladimir Sementsov-Ogievskiy1-74/+22
2023-05-19blockdev: qmp_transaction: refactor loop to classic forVladimir Sementsov-Ogievskiy1-6/+3
2023-05-19blockdev: transactions: rename some thingsVladimir Sementsov-Ogievskiy1-15/+15
2023-05-19blockdev: refactor transaction to use Transaction APIVladimir Sementsov-Ogievskiy1-131/+178
2023-05-10block: Mark bdrv_recurse_can_replace() and callers GRAPH_RDLOCKKevin Wolf1-0/+3
2023-05-10block: Don't call no_coroutine_fns in qmp_block_resize()Kevin Wolf1-2/+2
2023-05-10block: Fix use after free in blockdev_mark_auto_del()Kevin Wolf1-4/+14
2023-02-01block: Convert bdrv_is_inserted() to co_wrapperEmanuele Giuseppe Esposito1-1/+7
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster1-0/+1
2022-12-15block: Fix locking in external_snapshot_prepare()Kevin Wolf1-0/+4
2022-12-15block: Drain individual nodes during reopenKevin Wolf1-13/+0
2022-12-14qapi transaction: Elide redundant has_FOO in generated CMarkus Armbruster1-2/+2
2022-12-14qapi block: Elide redundant has_FOO in generated CMarkus Armbruster1-99/+65
2022-12-13blockdev: Clean up abuse of DriveBackup member formatMarkus Armbruster1-8/+9
2022-10-27monitor: switch to *_co_* functionsAlberto Faria1-1/+1
2022-10-27block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...Emanuele Giuseppe Esposito1-11/+11
2022-10-07job.c: enable job lock/unlock and remove Aiocontext locksEmanuele Giuseppe Esposito1-62/+10
2022-10-07jobs: group together API calls under the same job lockEmanuele Giuseppe Esposito1-4/+10