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