- 6252deb backup: add minimum cluster size to performance options by Fiona Ebner · 5 months ago
- 0fd05c8 qapi: blockdev-backup: add discard-source parameter by Vladimir Sementsov-Ogievskiy · 9 months ago
- 540d91b block: Improve error message when external snapshot can't flush by Markus Armbruster · 7 months ago
- a95921f qapi: Inline and remove QERR_DEVICE_HAS_NO_MEDIUM definition by Philippe Mathieu-Daudé · 9 months ago
- 7fcb8c8 blockdev: Fix blockdev-snapshot-sync error reporting for no medium by Markus Armbruster · 10 months ago
- 9fe0753 blockdev: Fix block_resize error reporting for op blockers by Markus Armbruster · 10 months ago
- 72098a3 stream: Allow users to request only format driver names in backing file format by Peter Krempa · 1 year ago
- 4b028cb commit: Allow users to request only format driver names in backing file format by Peter Krempa · 1 year ago
- c43d5bc block: remove bdrv_co_lock() by Stefan Hajnoczi · 1 year ago
- b49f475 block: remove AioContext locking by Stefan Hajnoczi · 1 year ago
- 6bc30f1 graph-lock: remove AioContext locking by Stefan Hajnoczi · 1 year ago
- 755ae38 block: Fix AioContext locking in qmp_block_resize() by Kevin Wolf · 1 year ago
- 6bc0bcc block: Fix deadlocks in bdrv_graph_wrunlock() by Kevin Wolf · 1 year, 1 month ago
- ccd6a37 block: Mark bdrv_replace_node() GRAPH_WRLOCK by Kevin Wolf · 1 year, 2 months ago
- 79bb762 block: Mark bdrv_chain_contains() and callers GRAPH_RDLOCK by Kevin Wolf · 1 year, 2 months ago
- ad74751 block: Mark bdrv_skip_filters() and callers GRAPH_RDLOCK by Kevin Wolf · 1 year, 2 months ago
- 430da83 block: Mark bdrv_skip_implicit_filters() and callers GRAPH_RDLOCK by Kevin Wolf · 1 year, 2 months ago
- 372b69f block: Mark bdrv_filter_or_cow_bs() and callers GRAPH_RDLOCK by Kevin Wolf · 1 year, 2 months ago
- 0671798 block: Mark bdrv_has_zero_init() and callers GRAPH_RDLOCK by Kevin Wolf · 1 year, 2 months ago
- d3256f8 hw/xen: automatically assign device index to block devices by David Woodhouse · 1 year, 2 months ago
- 61a3a5a blockjob: introduce block-job-change QMP command by Fiona Ebner · 1 year, 2 months ago
- 3028238 blockdev: mirror: avoid potential deadlock when using iothread by Fiona Ebner · 1 year, 2 months ago
- 277f200 block: Mark bdrv_op_is_blocked() and callers GRAPH_RDLOCK by Kevin Wolf · 1 year, 3 months ago
- b7cfc7d block: Mark bdrv_refresh_filename() and callers GRAPH_RDLOCK by Kevin Wolf · 1 year, 3 months ago
- 15f3f1f block: Mark bdrv_get_xdbg_block_graph() and callers GRAPH_RDLOCK by Kevin Wolf · 1 year, 3 months ago
- a32e781 block: Mark bdrv_snapshot_fallback() and callers GRAPH_RDLOCK by Kevin Wolf · 1 year, 3 months ago
- 2b3912f block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCK by Kevin Wolf · 1 year, 3 months ago
- 9def608 block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCK by Kevin Wolf · 1 year, 3 months ago
- bce73bc block: Mark bdrv_get_cumulative_perm() and callers GRAPH_RDLOCK by Kevin Wolf · 1 year, 3 months ago
- bd1386c cutils: Adjust signature of parse_uint[_full] by Eric Blake · 1 year, 7 months ago
- c6e0a6d block: Take main AioContext lock when calling bdrv_open() by Kevin Wolf · 1 year, 7 months ago
- d53c89a blockdev: qmp_transaction: drop extra generic layer by Vladimir Sementsov-Ogievskiy · 1 year, 7 months ago
- c85feaf blockdev: use state.bitmap in block-dirty-bitmap-add action by Vladimir Sementsov-Ogievskiy · 1 year, 7 months ago
- c85f34c blockdev: transaction: refactor handling transaction properties by Vladimir Sementsov-Ogievskiy · 1 year, 7 months ago
- 30c96b5 blockdev: qmp_transaction: refactor loop to classic for by Vladimir Sementsov-Ogievskiy · 1 year, 7 months ago
- 2403969 blockdev: transactions: rename some things by Vladimir Sementsov-Ogievskiy · 1 year, 7 months ago
- 8187f63 blockdev: refactor transaction to use Transaction API by Vladimir Sementsov-Ogievskiy · 1 year, 7 months ago
- 533c6e4 block: Mark bdrv_recurse_can_replace() and callers GRAPH_RDLOCK by Kevin Wolf · 1 year, 8 months ago
- 0c7d204 block: Don't call no_coroutine_fns in qmp_block_resize() by Kevin Wolf · 1 year, 8 months ago
- e262687 block: Fix use after free in blockdev_mark_auto_del() by Kevin Wolf · 1 year, 8 months ago
- 1e97be9 block: Convert bdrv_is_inserted() to co_wrapper by Emanuele Giuseppe Esposito · 2 years ago
- e2c1c34 include/block: Untangle inclusion loops by Markus Armbruster · 2 years ago
- e135505 block: Fix locking in external_snapshot_prepare() by Kevin Wolf · 2 years ago
- d22933a block: Drain individual nodes during reopen by Kevin Wolf · 2 years, 1 month ago
- 238e920 qapi transaction: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 2 months ago
- 54fde4f qapi block: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 2 months ago
- 04658a5 blockdev: Clean up abuse of DriveBackup member format by Markus Armbruster · 2 years, 2 months ago
- 247cf5c monitor: switch to *_co_* functions by Alberto Faria · 2 years, 2 months ago
- 142e690 block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_aio_context by Emanuele Giuseppe Esposito · 2 years, 2 months ago
- 6f592e5 job.c: enable job lock/unlock and remove Aiocontext locks by Emanuele Giuseppe Esposito · 2 years, 3 months ago
- 880eeec jobs: group together API calls under the same job lock by Emanuele Giuseppe Esposito · 2 years, 3 months ago
- 9624112 jobs: add job lock in find_* functions by Emanuele Giuseppe Esposito · 2 years, 3 months ago
- b2aaf35 block: pass OnOffAuto instead of bool to block_acct_setup() by Denis V. Lunev · 2 years, 4 months ago
- f793dde Replace qemu_gettimeofday() with g_get_real_time() by Marc-André Lureau · 2 years, 10 months ago
- c5be744 assertions for blockdev.h global state API by Emanuele Giuseppe Esposito · 2 years, 10 months ago
- b4ad82a assertions for block_int global state API by Emanuele Giuseppe Esposito · 2 years, 10 months ago
- ebc2752 include/block/block_int: split header into I/O and global state API by Emanuele Giuseppe Esposito · 2 years, 10 months ago
- f791bf7 assertions for block global state API by Emanuele Giuseppe Esposito · 2 years, 10 months ago
- aba8205 block: Lock AioContext for drain_end in blockdev-reopen by Kevin Wolf · 2 years, 11 months ago
- eac32e2 include/sysemu/blockdev.h: remove drive_get_max_devs by Emanuele Giuseppe Esposito · 3 years ago
- cc67f28 include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline drive_def by Emanuele Giuseppe Esposito · 3 years ago
- df9a316 blockjob: implement and use block_job_get_aio_context by Vladimir Sementsov-Ogievskiy · 3 years, 8 months ago
- 95fd260 blockdev: Drop unused drive_get_next() by Markus Armbruster · 3 years, 1 month ago
- 4cfb3f0 job: @force parameter for job_cancel_sync() by Hanna Reitz · 3 years, 2 months ago
- 7f4c520 arch_init.h: Don't include arch_init.h unnecessarily by Peter Maydell · 3 years, 5 months ago
- e60edf6 block: Make blockdev-reopen stable API by Alberto Garcia · 3 years, 5 months ago
- 3908b7a block: Support multiple reopening with x-blockdev-reopen by Alberto Garcia · 3 years, 5 months ago
- 6cf42ca block: Acquire AioContexts during bdrv_reopen_multiple() by Kevin Wolf · 3 years, 5 months ago
- 2842ff2 blockdev: fix drive-backup transaction endless drained section by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
- 260242a block: drop BlockBackendRootState::read_only by Vladimir Sementsov-Ogievskiy · 3 years, 7 months ago
- ae9d441 block: bdrv_append(): don't consume reference by Vladimir Sementsov-Ogievskiy · 3 years, 8 months ago
- 9db1d3a blockdev: with -drive if=virtio, use generic virtio-blk by Laurent Vivier · 3 years, 9 months ago
- bdabafc block: Remove monitor command block_passwd by Markus Armbruster · 3 years, 9 months ago
- fe9f70a blockdev: Drop deprecated bogus -drive interface type by Markus Armbruster · 3 years, 10 months ago
- 9abda42 Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-03-09' into staging by Peter Maydell · 3 years, 9 months ago
- 821e7ed Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-09' into staging by Peter Maydell · 3 years, 9 months ago
- d6eb39b qtest: delete superfluous inclusions of qtest.h by Chen Qun · 3 years, 10 months ago
- 5a11a1c blockdev: fix drive_backup_prepare() missed error by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- ef2e38a blockdev: Clarify error messages pertaining to 'node-name' by Connor Kuehl · 3 years, 10 months ago
- 934aee1 block: use return status of bdrv_append() by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- c3033fd qapi: Use QAPI_LIST_APPEND in trivial cases by Eric Blake · 4 years ago
- 6a30f66 qapi: backup: disable copy_range by default by Vladimir Sementsov-Ogievskiy · 4 years ago
- 2c59fd8 qapi: backup: add max-chunk and max-workers to x-perf struct by Vladimir Sementsov-Ogievskiy · 4 years ago
- 86c6a3b qapi: backup: add perf.use-copy-range parameter by Vladimir Sementsov-Ogievskiy · 4 years ago
- 7f4a396 qapi: block-stream: add "bottom" argument by Vladimir Sementsov-Ogievskiy · 4 years ago
- 000e5a1 stream: rework backing-file changing by Andrey Shinkevich · 4 years ago
- 880747a qapi: add filter-node-name to block-stream by Andrey Shinkevich · 4 years ago
- 9423765 blockdev: Fix a memleak in drive_backup_prepare() by Pan Nengyuan · 4 years, 2 months ago
- 8089eab block: Fix locking in qmp_block_resize() by Kevin Wolf · 4 years, 1 month ago
- d9dbf25 block: Simplify qmp_block_resize() error paths by Kevin Wolf · 4 years, 1 month ago
- 6cc0667 Tweak a few "Parameter 'NAME' expects THING" error message by Markus Armbruster · 4 years, 1 month ago
- b0d7be2 block: Improve some block-commit, block-stream error messages by Markus Armbruster · 4 years, 1 month ago
- eb94b81 block: Convert 'block_resize' to coroutine by Kevin Wolf · 4 years, 3 months ago
- b39847a migration: introduce icount field for snapshots by Pavel Dovgalyuk · 4 years, 3 months ago
- d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 3 months ago
- 05ea385 blockdev: Fix active commit choice by Max Reitz · 6 years ago
- 9a71b9d commit: Deal with filters by Max Reitz · 6 years ago
- 2b088c6 backup: Deal with filters by Max Reitz · 6 years ago
- 3f072a7 mirror: Deal with filters by Max Reitz · 6 years ago
- 7cc734a blockdev: Use CAF in external_snapshot_prepare() by Max Reitz · 6 years ago