1. e262687 block: Fix use after free in blockdev_mark_auto_del() by Kevin Wolf · 1 year, 10 months ago
  2. 1e97be9 block: Convert bdrv_is_inserted() to co_wrapper by Emanuele Giuseppe Esposito · 2 years, 2 months ago
  3. e2c1c34 include/block: Untangle inclusion loops by Markus Armbruster · 2 years, 3 months ago
  4. e135505 block: Fix locking in external_snapshot_prepare() by Kevin Wolf · 2 years, 3 months ago
  5. d22933a block: Drain individual nodes during reopen by Kevin Wolf · 2 years, 4 months ago
  6. 238e920 qapi transaction: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
  7. 54fde4f qapi block: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
  8. 04658a5 blockdev: Clean up abuse of DriveBackup member format by Markus Armbruster · 2 years, 4 months ago
  9. 247cf5c monitor: switch to *_co_* functions by Alberto Faria · 2 years, 5 months ago
  10. 142e690 block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_aio_context by Emanuele Giuseppe Esposito · 2 years, 4 months ago
  11. 6f592e5 job.c: enable job lock/unlock and remove Aiocontext locks by Emanuele Giuseppe Esposito · 2 years, 5 months ago
  12. 880eeec jobs: group together API calls under the same job lock by Emanuele Giuseppe Esposito · 2 years, 5 months ago
  13. 9624112 jobs: add job lock in find_* functions by Emanuele Giuseppe Esposito · 2 years, 5 months ago
  14. b2aaf35 block: pass OnOffAuto instead of bool to block_acct_setup() by Denis V. Lunev · 2 years, 6 months ago
  15. f793dde Replace qemu_gettimeofday() with g_get_real_time() by Marc-André Lureau · 3 years ago
  16. c5be744 assertions for blockdev.h global state API by Emanuele Giuseppe Esposito · 3 years ago
  17. b4ad82a assertions for block_int global state API by Emanuele Giuseppe Esposito · 3 years ago
  18. ebc2752 include/block/block_int: split header into I/O and global state API by Emanuele Giuseppe Esposito · 3 years ago
  19. f791bf7 assertions for block global state API by Emanuele Giuseppe Esposito · 3 years ago
  20. aba8205 block: Lock AioContext for drain_end in blockdev-reopen by Kevin Wolf · 3 years, 1 month ago
  21. eac32e2 include/sysemu/blockdev.h: remove drive_get_max_devs by Emanuele Giuseppe Esposito · 3 years, 3 months ago
  22. cc67f28 include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline drive_def by Emanuele Giuseppe Esposito · 3 years, 3 months ago
  23. df9a316 blockjob: implement and use block_job_get_aio_context by Vladimir Sementsov-Ogievskiy · 3 years, 10 months ago
  24. 95fd260 blockdev: Drop unused drive_get_next() by Markus Armbruster · 3 years, 4 months ago
  25. 4cfb3f0 job: @force parameter for job_cancel_sync() by Hanna Reitz · 3 years, 5 months ago
  26. 7f4c520 arch_init.h: Don't include arch_init.h unnecessarily by Peter Maydell · 3 years, 7 months ago
  27. e60edf6 block: Make blockdev-reopen stable API by Alberto Garcia · 3 years, 8 months ago
  28. 3908b7a block: Support multiple reopening with x-blockdev-reopen by Alberto Garcia · 3 years, 8 months ago
  29. 6cf42ca block: Acquire AioContexts during bdrv_reopen_multiple() by Kevin Wolf · 3 years, 8 months ago
  30. 2842ff2 blockdev: fix drive-backup transaction endless drained section by Vladimir Sementsov-Ogievskiy · 3 years, 9 months ago
  31. 260242a block: drop BlockBackendRootState::read_only by Vladimir Sementsov-Ogievskiy · 3 years, 9 months ago
  32. ae9d441 block: bdrv_append(): don't consume reference by Vladimir Sementsov-Ogievskiy · 3 years, 10 months ago
  33. 9db1d3a blockdev: with -drive if=virtio, use generic virtio-blk by Laurent Vivier · 4 years ago
  34. bdabafc block: Remove monitor command block_passwd by Markus Armbruster · 4 years ago
  35. fe9f70a blockdev: Drop deprecated bogus -drive interface type by Markus Armbruster · 4 years ago
  36. 9abda42 Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-03-09' into staging by Peter Maydell · 4 years ago
  37. 821e7ed Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-09' into staging by Peter Maydell · 4 years ago
  38. d6eb39b qtest: delete superfluous inclusions of qtest.h by Chen Qun · 4 years ago
  39. 5a11a1c blockdev: fix drive_backup_prepare() missed error by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
  40. ef2e38a blockdev: Clarify error messages pertaining to 'node-name' by Connor Kuehl · 4 years ago
  41. 934aee1 block: use return status of bdrv_append() by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
  42. c3033fd qapi: Use QAPI_LIST_APPEND in trivial cases by Eric Blake · 4 years, 2 months ago
  43. 6a30f66 qapi: backup: disable copy_range by default by Vladimir Sementsov-Ogievskiy · 4 years, 2 months ago
  44. 2c59fd8 qapi: backup: add max-chunk and max-workers to x-perf struct by Vladimir Sementsov-Ogievskiy · 4 years, 2 months ago
  45. 86c6a3b qapi: backup: add perf.use-copy-range parameter by Vladimir Sementsov-Ogievskiy · 4 years, 2 months ago
  46. 7f4a396 qapi: block-stream: add "bottom" argument by Vladimir Sementsov-Ogievskiy · 4 years, 3 months ago
  47. 000e5a1 stream: rework backing-file changing by Andrey Shinkevich · 4 years, 3 months ago
  48. 880747a qapi: add filter-node-name to block-stream by Andrey Shinkevich · 4 years, 3 months ago
  49. 9423765 blockdev: Fix a memleak in drive_backup_prepare() by Pan Nengyuan · 4 years, 4 months ago
  50. 8089eab block: Fix locking in qmp_block_resize() by Kevin Wolf · 4 years, 3 months ago
  51. d9dbf25 block: Simplify qmp_block_resize() error paths by Kevin Wolf · 4 years, 3 months ago
  52. 6cc0667 Tweak a few "Parameter 'NAME' expects THING" error message by Markus Armbruster · 4 years, 4 months ago
  53. b0d7be2 block: Improve some block-commit, block-stream error messages by Markus Armbruster · 4 years, 4 months ago
  54. eb94b81 block: Convert 'block_resize' to coroutine by Kevin Wolf · 4 years, 5 months ago
  55. b39847a migration: introduce icount field for snapshots by Pavel Dovgalyuk · 4 years, 5 months ago
  56. d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 5 months ago
  57. 05ea385 blockdev: Fix active commit choice by Max Reitz · 6 years ago
  58. 9a71b9d commit: Deal with filters by Max Reitz · 6 years ago
  59. 2b088c6 backup: Deal with filters by Max Reitz · 6 years ago
  60. 3f072a7 mirror: Deal with filters by Max Reitz · 6 years ago
  61. 7cc734a blockdev: Use CAF in external_snapshot_prepare() by Max Reitz · 6 years ago
  62. 67acfd2 stream: Deal with filters by Max Reitz · 6 years ago
  63. e54ee1b block: Add support to warn on backing file change without format by Eric Blake · 4 years, 8 months ago
  64. 992861f error: Eliminate error_propagate() manually by Markus Armbruster · 4 years, 8 months ago
  65. af175e8 error: Eliminate error_propagate() with Coccinelle, part 2 by Markus Armbruster · 4 years, 8 months ago
  66. 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 8 months ago
  67. 235e59c qemu-option: Use returned bool to check for failure by Markus Armbruster · 4 years, 8 months ago
  68. c75d7f7 qemu-option: Make functions taking Error ** return bool, not void by Markus Armbruster · 4 years, 8 months ago
  69. c6ecec4 qemu-option: Check return value instead of @err where convenient by Markus Armbruster · 4 years, 8 months ago
  70. a1b40bd blockdev: Deprecate -drive with bogus interface type by Markus Armbruster · 4 years, 9 months ago
  71. bb4e58c blockdev: Split off basic bitmap operations for qemu-img by Eric Blake · 4 years, 10 months ago
  72. c6996cf blockdev: Promote several bitmap functions to non-static by Eric Blake · 4 years, 10 months ago
  73. a3aeeab block: Add blk_new_with_bs() helper by Eric Blake · 4 years, 10 months ago
  74. 8c6242b block-backend: Add flags to blk_truncate() by Kevin Wolf · 4 years, 11 months ago
  75. 1f58424 qapi: Only input visitors can actually fail by Markus Armbruster · 4 years, 11 months ago
  76. b660a84 job: take each job's lock individually in job_txn_apply by Stefan Reiter · 5 years ago
  77. 30dd65f block: Fix cross-AioContext blockdev-snapshot by Kevin Wolf · 5 years ago
  78. d29d3d1 block: Relax restrictions for blockdev-snapshot by Kevin Wolf · 5 years ago
  79. 89802d5 monitor/hmp: Move hmp_drive_add_node to block-hmp-cmds.c by Maxim Levitsky · 5 years ago
  80. a1edae2 monitor/hmp: move hmp_drive_del and hmp_commit to block-hmp-cmds.c by Maxim Levitsky · 5 years ago
  81. 12c929b block: Move system emulator QMP commands to block/qapi-sysemu.c by Kevin Wolf · 5 years ago
  82. facda54 qapi: Allow getting flat output from 'query-named-block-nodes' by Peter Krempa · 5 years ago
  83. 7607074 blockdev: Allow resizing everywhere by Max Reitz · 5 years ago
  84. ca08d93 blockdev: Allow external snapshots everywhere by Max Reitz · 5 years ago
  85. 8faad1c commit: Expose on-error option in QMP by Kevin Wolf · 5 years ago
  86. f80f267 blockdev: adds bdrv_parse_aio to use io_uring by Aarushi Mehta · 5 years ago
  87. 377410f blockdev: Return bs to the proper context on snapshot abort by Sergio Lopez · 5 years ago
  88. 91005a4 blockdev: Acquire AioContext on dirty bitmap functions by Sergio Lopez · 5 years ago
  89. 3ea67e0 blockdev: honor bdrv_try_set_aio_context() context requirements by Sergio Lopez · 5 years ago
  90. 5b7bfe5 blockdev: unify qmp_blockdev_backup and blockdev-backup transaction paths by Sergio Lopez · 5 years ago
  91. 2288ccf blockdev: unify qmp_drive_backup and drive-backup transaction paths by Sergio Lopez · 5 years ago
  92. 471ded6 blockdev: fix coding style issues in drive_backup_prepare by Sergio Lopez · 5 years ago
  93. c80d8b0 block: Add @exact parameter to bdrv_co_truncate() by Max Reitz · 5 years ago
  94. 4674111 blockdev: Use error_report() in hmp_commit() by Kevin Wolf · 6 years ago
  95. 3264ffc dirty-bitmaps: remove deprecated autoload parameter by John Snow · 5 years ago
  96. 5deb6cb block/dirty-bitmap: add bs link by Vladimir Sementsov-Ogievskiy · 5 years ago
  97. d2c3080 block/qcow2: proper locking on bitmap add/remove paths by Vladimir Sementsov-Ogievskiy · 5 years ago
  98. b56a1e3 block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmap by Vladimir Sementsov-Ogievskiy · 5 years ago
  99. 00e30f0 block/backup: use backup-top instead of write notifiers by Vladimir Sementsov-Ogievskiy · 5 years ago
  100. cdf3bc9 mirror: Fix bdrv_has_zero_init() use by Max Reitz · 6 years ago