1. 934aee1 block: use return status of bdrv_append() by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  2. a1e708f block: return status from bdrv_append and friends by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  3. 1895b97 block: move blk_exp_close_all() to qemu_cleanup() by Sergio Lopez · 3 years, 11 months ago
  4. 722d8e7 block: Avoid processing BDS twice in bdrv_set_aio_context_ignore() by Sergio Lopez · 3 years, 11 months ago
  5. 8872ef7 block: add API function to insert a node by Andrey Shinkevich · 4 years ago
  6. 1f7c027 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into staging by Peter Maydell · 4 years ago
  7. 18cf67c block: Use GString instead of QString to build filenames by Markus Armbruster · 4 years ago
  8. 410f44f block: Avoid qobject_get_try_str() by Markus Armbruster · 4 years ago
  9. eab3a46 qobject: Change qobject_to_json()'s value to GString by Markus Armbruster · 4 years ago
  10. 9530a25 block: bdrv_check_perm(): process children anyway by Vladimir Sementsov-Ogievskiy · 4 years, 2 months ago
  11. 071b474 block: drop tighten_restrictions by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
  12. 6e0c916 block: bdrv_child_set_perm() drop redundant parameters. by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
  13. 74ad9a3 block: bdrv_set_perm() drop redundant parameters. by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
  14. bb87e4d block: add bdrv_refresh_perms() helper by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
  15. 8b11700 block: introduce BDRV_MAX_LENGTH by Vladimir Sementsov-Ogievskiy · 4 years ago
  16. 0c9b70d fuse: Allow exporting BDSs via FUSE by Max Reitz · 4 years, 2 months ago
  17. d669ed6 block: make bdrv_drop_intermediate() less wrong by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
  18. 313274b block: add bdrv_replace_node_common() by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
  19. 6c5f7b3 block: add forgotten bdrv_abort_perm_update() to bdrv_co_invalidate_cache() by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
  20. 122860b block: Fix integer promotion error in bdrv_getlength() by Eric Blake · 4 years, 1 month ago
  21. 9812e71 qapi: Add QAPI_LIST_PREPEND() macro by Eric Blake · 4 years, 2 months ago
  22. 159f844 block: Simplify QAPI_LIST_ADD by Eric Blake · 4 years, 2 months ago
  23. 1a6d3bd block: End quiescent sections when a BDS is deleted by Greg Kurz · 4 years, 2 months ago
  24. 18c6ac1 block: Add bdrv_lock()/unlock() by Kevin Wolf · 4 years, 2 months ago
  25. e336fd4 block: Add bdrv_co_enter()/leave() by Kevin Wolf · 4 years, 2 months ago
  26. 9bb4b06 block: generate coroutine-wrapper code by Vladimir Sementsov-Ogievskiy · 4 years, 3 months ago
  27. 21c2283 block: declare some coroutine functions in block/coroutines.h by Vladimir Sementsov-Ogievskiy · 4 years, 3 months ago
  28. 5416645 block: return error-code from bdrv_invalidate_cache by Vladimir Sementsov-Ogievskiy · 4 years, 3 months ago
  29. bc4ee65 block/export: Add blk_exp_close_all(_type) by Kevin Wolf · 4 years, 3 months ago
  30. d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 3 months ago
  31. e3a6e0d qemu/: fix some comment spelling errors by zhaolichang · 4 years, 3 months ago
  32. 0b877d0 block: Leave BDS.backing_{file,format} constant by Max Reitz · 6 years ago
  33. 081e465 block: Improve get_allocated_file_size's default by Max Reitz · 6 years ago
  34. f706a92 block: Use CAFs for debug breakpoints by Max Reitz · 6 years ago
  35. 52f72d6 block: Use CAFs in bdrv_refresh_filename() by Max Reitz · 6 years ago
  36. 1d42f48 block: Re-evaluate backing file handling in reopen by Max Reitz · 6 years ago
  37. dcf3f9b block: Use CAFs when working with backing chains by Max Reitz · 6 years ago
  38. 93393e6 block: Use bdrv_filter_(bs|child) where obvious by Max Reitz · 6 years ago
  39. ae23f78 block: Add bdrv_supports_compressed_writes() by Max Reitz · 6 years ago
  40. 8b8277c block: Drop bdrv_is_encrypted() by Max Reitz · 6 years ago
  41. 7b99a26 block: Include filters when freezing backing chain by Max Reitz · 6 years ago
  42. 9ee413c block: bdrv_set_backing_hd() is about bs->backing by Max Reitz · 6 years ago
  43. 3477817 block: bdrv_cow_child() for bdrv_has_zero_init() by Max Reitz · 6 years ago
  44. d38d7eb block: Add chain helper functions by Max Reitz · 6 years ago
  45. 9a6fc88 block: Add child access functions by Max Reitz · 6 years ago
  46. 975a7bd block: Raise an error when backing file parameter is an empty string by Connor Kuehl · 4 years, 4 months ago
  47. 859aef0 meson: replace create-config with meson configure_file by Paolo Bonzini · 4 years, 4 months ago
  48. 5e5733e meson: convert block by Marc-André Lureau · 5 years ago
  49. 9c60a5d block: Require aligned image size to avoid assertion failure by Kevin Wolf · 4 years, 5 months ago
  50. d9f059a qemu-img: Deprecate use of -b without -F by Eric Blake · 4 years, 5 months ago
  51. e54ee1b block: Add support to warn on backing file change without format by Eric Blake · 4 years, 5 months ago
  52. add8200 block: Error if backing file fails during creation without -u by Eric Blake · 4 years, 5 months ago
  53. 4e2f441 qemu-img: Flush stdout before before potential stderr messages by Eric Blake · 4 years, 5 months ago
  54. a5f9b9d error: Reduce unnecessary error propagation by Markus Armbruster · 4 years, 5 months ago
  55. af175e8 error: Eliminate error_propagate() with Coccinelle, part 2 by Markus Armbruster · 4 years, 5 months ago
  56. 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 5 months ago
  57. 3882578 block: Avoid error accumulation in bdrv_img_create() by Markus Armbruster · 4 years, 5 months ago
  58. 235e59c qemu-option: Use returned bool to check for failure by Markus Armbruster · 4 years, 5 months ago
  59. 7b1efe9 block: inline bdrv_unallocated_blocks_are_zero() by Vladimir Sementsov-Ogievskiy · 4 years, 7 months ago
  60. a3579bf block/amend: add 'force' option by Maxim Levitsky · 4 years, 6 months ago
  61. 5c86bdf block: Call attention to truncation of long NBD exports by Eric Blake · 4 years, 6 months ago
  62. e5d8a40 block: Drop @child_class from bdrv_child_perm() by Max Reitz · 4 years, 7 months ago
  63. f6de853 block: Drop child_file by Max Reitz · 4 years, 7 months ago
  64. 9aab945 block: Drop bdrv_format_default_perms() by Max Reitz · 4 years, 7 months ago
  65. 87278af block: Make bdrv_filter_default_perms() static by Max Reitz · 4 years, 7 months ago
  66. 5894440 block: Use child_of_bds in remaining places by Max Reitz · 4 years, 7 months ago
  67. ff3541c block: Drop child_backing by Max Reitz · 4 years, 7 months ago
  68. 25191e5 block: Make backing files child_of_bds children by Max Reitz · 4 years, 7 months ago
  69. f34ade1 block: Drop child_format by Max Reitz · 4 years, 7 months ago
  70. 2519f54 block: Add bdrv_default_perms() by Max Reitz · 4 years, 7 months ago
  71. f889054 block: Relax *perms_for_storage for data children by Max Reitz · 4 years, 7 months ago
  72. 6f838a4 block: Pull out bdrv_default_perms_for_storage() by Max Reitz · 4 years, 7 months ago
  73. 70082db block: Pull out bdrv_default_perms_for_cow() by Max Reitz · 4 years, 7 months ago
  74. 33f2663 block: Distinguish paths in *_format_default_perms by Max Reitz · 4 years, 7 months ago
  75. 4348355 block: Add child_of_bds by Max Reitz · 4 years, 7 months ago
  76. 48e0828 block: Unify bdrv_child_cb_detach() by Max Reitz · 4 years, 7 months ago
  77. ca2f123 block: Unify bdrv_child_cb_attach() by Max Reitz · 4 years, 7 months ago
  78. 00ff7ff block: Use bdrv_inherited_options() by Max Reitz · 4 years, 7 months ago
  79. fae8bd3 block: Add generic bdrv_inherited_options() by Max Reitz · 4 years, 7 months ago
  80. b054ff7 block: Rename bdrv_inherited_options() by Max Reitz · 4 years, 7 months ago
  81. 3cdc69d block: Pass parent_is_format to .inherit_options() by Max Reitz · 4 years, 7 months ago
  82. 272c02e block: Pass BdrvChildRole to .inherit_options() by Max Reitz · 4 years, 7 months ago
  83. bf8e925 block: Pass BdrvChildRole to bdrv_child_perm() by Max Reitz · 4 years, 7 months ago
  84. 258b776 block: Add BdrvChildRole to BdrvChild by Max Reitz · 4 years, 7 months ago
  85. bd86fb9 block: Rename BdrvChildRole to BdrvChildClass by Max Reitz · 4 years, 7 months ago
  86. 6f7a3b5 block: Add bdrv_make_empty() by Max Reitz · 4 years, 8 months ago
  87. 47e0b38 block: Drop unused .bdrv_has_zero_init_truncate by Eric Blake · 4 years, 8 months ago
  88. dfde483 block: Avoid dead assignment by Philippe Mathieu-Daudé · 4 years, 8 months ago
  89. 8c6242b block-backend: Add flags to blk_truncate() by Kevin Wolf · 4 years, 8 months ago
  90. 1f58424 qapi: Only input visitors can actually fail by Markus Armbruster · 4 years, 8 months ago
  91. 7a26df2 block: fix bdrv_root_attach_child forget to unref child_bs by Vladimir Sementsov-Ogievskiy · 4 years, 9 months ago
  92. 5a5e7f8 block: trickle down the fallback image creation function use to the block drivers by Maxim Levitsky · 4 years, 9 months ago
  93. b92902d block: pass BlockDriver reference to the .bdrv_co_create by Maxim Levitsky · 4 years, 9 months ago
  94. 6e57963 block: bdrv_set_backing_bs: fix use-after-free by Vladimir Sementsov-Ogievskiy · 4 years, 9 months ago
  95. a15f08d block: Assert BlockDriver::format_name is not NULL by Philippe Mathieu-Daudé · 4 years, 9 months ago
  96. e1d7f8b block.c: adding bdrv_co_delete_file by Daniel Henrique Barboza · 4 years, 11 months ago
  97. 30dd65f block: Fix cross-AioContext blockdev-snapshot by Kevin Wolf · 4 years, 9 months ago
  98. c7a0f2b block: Make bdrv_get_cumulative_perm() public by Kevin Wolf · 4 years, 9 months ago
  99. 1de6b45 block: bdrv_reopen() with backing file in different AioContext by Kevin Wolf · 4 years, 10 months ago
  100. 17e1e2b block: Introduce 'bdrv_reopen_commit_post' step by Peter Krempa · 4 years, 10 months ago