1. 15aee7a block: Classify bdrv_get_flags() as I/O function by Hanna Reitz · 2 years, 11 months ago
  2. 8e3b0cb Replace qemu_real_host_page variables with inlined functions by Marc-André Lureau · 3 years ago
  3. f0c2832 block_int-common.h: assertions in the callers of BdrvChildClass function pointers by Emanuele Giuseppe Esposito · 3 years, 1 month ago
  4. da35990 block_int-common.h: assertions in the callers of BlockDriver function pointers by Emanuele Giuseppe Esposito · 3 years, 1 month ago
  5. 1581a70 block/coroutines: I/O and "I/O or GS" API by Emanuele Giuseppe Esposito · 3 years, 1 month ago
  6. bdb7347 block.c: add assertions to static functions by Emanuele Giuseppe Esposito · 3 years, 1 month ago
  7. 696bf4c block: introduce assert_bdrv_graph_writable by Emanuele Giuseppe Esposito · 3 years, 1 month ago
  8. 967d790 IO_CODE and IO_OR_GS_CODE for block_int I/O API by Emanuele Giuseppe Esposito · 3 years, 1 month ago
  9. b4ad82a assertions for block_int global state API by Emanuele Giuseppe Esposito · 3 years, 1 month ago
  10. 862fded block.c: assertions to the block layer permissions API by Emanuele Giuseppe Esposito · 3 years, 1 month ago
  11. 384a48f IO_CODE and IO_OR_GS_CODE for block I/O API by Emanuele Giuseppe Esposito · 3 years, 1 month ago
  12. f791bf7 assertions for block global state API by Emanuele Giuseppe Esposito · 3 years, 1 month ago
  13. 3b491a9 include/block/block: split header into I/O and global state API by Emanuele Giuseppe Esposito · 3 years, 1 month ago
  14. 11d0c9b block: move BQL logic of bdrv_co_invalidate_cache in bdrv_activate by Emanuele Giuseppe Esposito · 3 years, 1 month ago
  15. 3b71719 block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_op_invalidate_cache by Emanuele Giuseppe Esposito · 3 years, 1 month ago
  16. a94750d block: introduce bdrv_activate by Emanuele Giuseppe Esposito · 3 years, 1 month ago
  17. c0829cb block: bdrv_set_backing_hd(): use drained section by Vladimir Sementsov-Ogievskiy · 3 years, 2 months ago
  18. 64631f3 block: drop BLK_PERM_GRAPH_MOD by Vladimir Sementsov-Ogievskiy · 3 years, 7 months ago
  19. fa8fc1d block_int: make bdrv_backing_overridden static by Emanuele Giuseppe Esposito · 3 years, 3 months ago
  20. b0a9f6f block: Let replace_child_noperm free children by Hanna Reitz · 3 years, 4 months ago
  21. 82b54cf block: Let replace_child_tran keep indirect pointer by Hanna Reitz · 3 years, 4 months ago
  22. 562bda8 block: Restructure remove_file_or_backing_child() by Hanna Reitz · 3 years, 4 months ago
  23. be64bbb block: Pass BdrvChild ** to replace_child_noperm by Hanna Reitz · 3 years, 4 months ago
  24. 2651806 block: Drop detached child from ignore list by Hanna Reitz · 3 years, 4 months ago
  25. 04c9c3a block: Unite remove_empty_child and child_free by Hanna Reitz · 3 years, 4 months ago
  26. a225369 block: Manipulate children list in .attach/.detach by Hanna Reitz · 3 years, 4 months ago
  27. bfb8aa6 block: Fail gracefully when blockdev-snapshot creates loops by Kevin Wolf · 3 years, 5 months ago
  28. b11c873 block: bdrv_insert_node(): don't use bdrv_open() by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
  29. 96796fa block: bdrv_insert_node(): doc and style by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
  30. f053b7e block: bdrv_insert_node(): fix and improve error handling by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
  31. 621d173 block: implement bdrv_new_open_driver_opts() by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
  32. a13de40 block: bdrv_inactivate_recurse(): check for permissions and fix crash by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
  33. 0bc329f block: block-status cache for data regions by Hanna Reitz · 3 years, 7 months ago
  34. bd8f4c4 block: introduce bdrv_replace_child_bs() by Vladimir Sementsov-Ogievskiy · 3 years, 7 months ago
  35. e5f05f8 block: Add option to use driver whitelist even in tools by Kevin Wolf · 3 years, 8 months ago
  36. 6cf42ca block: Acquire AioContexts during bdrv_reopen_multiple() by Kevin Wolf · 3 years, 8 months ago
  37. ab5b5228 block: Add bdrv_reopen_queue_free() by Alberto Garcia · 3 years, 8 months ago
  38. 497a30d qemu-img: Require -F with -b backing image by Eric Blake · 3 years, 11 months ago
  39. ecd30d2 block: Allow changing bs->file on reopen by Alberto Garcia · 3 years, 9 months ago
  40. 3d0e874 block: BDRVReopenState: drop replace_backing_bs field by Vladimir Sementsov-Ogievskiy · 3 years, 9 months ago
  41. 25f78d9 block: move supports_backing check to bdrv_set_file_or_backing_noperm() by Vladimir Sementsov-Ogievskiy · 3 years, 9 months ago
  42. cbfdb98 block: bdrv_reopen_parse_backing(): simplify handling implicit filters by Vladimir Sementsov-Ogievskiy · 3 years, 9 months ago
  43. bfae052 block: bdrv_reopen_parse_backing(): don't check frozen child by Vladimir Sementsov-Ogievskiy · 3 years, 9 months ago
  44. fd26b8a block: bdrv_reopen_parse_backing(): don't check aio context by Vladimir Sementsov-Ogievskiy · 3 years, 9 months ago
  45. e923827 block: introduce bdrv_set_file_or_backing_noperm() by Vladimir Sementsov-Ogievskiy · 3 years, 9 months ago
  46. 5b99501 block: introduce bdrv_remove_file_or_backing_child() by Vladimir Sementsov-Ogievskiy · 3 years, 9 months ago
  47. 7ec390d block: comment graph-modifying function not updating permissions by Vladimir Sementsov-Ogievskiy · 3 years, 9 months ago
  48. 4bf021d block: rename bdrv_replace_child to bdrv_replace_child_tran by Vladimir Sementsov-Ogievskiy · 3 years, 9 months ago
  49. d5b2399 block: BDRV_O_NO_IO for backing file on creation by Max Reitz · 3 years, 9 months ago
  50. 2d369d6 Prevent compiler warning on block.c by Miroslav Rezanina · 3 years, 11 months ago
  51. feccdce block: check for sys/disk.h by Joelle van Dyne · 4 years ago
  52. 30ebb9a block: improve permission conflict error message by Vladimir Sementsov-Ogievskiy · 3 years, 10 months ago
  53. da261b6 block: simplify bdrv_child_user_desc() by Vladimir Sementsov-Ogievskiy · 3 years, 10 months ago
  54. 2c0a3ac block: improve bdrv_child_get_parent_desc() by Vladimir Sementsov-Ogievskiy · 3 years, 10 months ago
  55. f8d2ad7 block: document child argument of bdrv_attach_child_common() by Vladimir Sementsov-Ogievskiy · 3 years, 10 months ago
  56. 975da07 block: drop BlockDriverState::read_only by Vladimir Sementsov-Ogievskiy · 3 years, 10 months ago
  57. 307261b block: consistently use bdrv_is_read_only() by Vladimir Sementsov-Ogievskiy · 3 years, 10 months ago
  58. fb62b58 block/vvfat: child_vvfat_qcow: add .get_parent_aio_context, fix crash by Vladimir Sementsov-Ogievskiy · 3 years, 10 months ago
  59. e3fc91a block: Fix Transaction leak in bdrv_reopen_multiple() by Kevin Wolf · 3 years, 11 months ago
  60. e878bb1 block: Fix Transaction leak in bdrv_root_attach_child() by Kevin Wolf · 3 years, 11 months ago
  61. ad578c5 block: drop write notifiers by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  62. 4c386f8 Do not include sysemu/sysemu.h if it's not really necessary by Thomas Huth · 4 years ago
  63. c20555e block: refactor bdrv_node_check_perm() by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  64. 2fe5ff5 block: rename bdrv_replace_child_safe() to bdrv_replace_child() by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  65. ecb776b block: refactor bdrv_child_set_perm_safe() transaction action by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  66. 4954aac block: inline bdrv_replace_child() by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  67. 2540980 block: inline bdrv_check_perm_common() by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  68. 058acc4 block: drop unused permission update functions by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  69. 72373e4 block: bdrv_reopen_multiple: refresh permissions on updated graph by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  70. a2aabf8 block: bdrv_reopen_multiple(): move bdrv_flush to separate pre-prepare by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  71. 160333e block: add bdrv_set_backing_noperm() transaction action by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  72. 1e4c797 block: make bdrv_refresh_limits() to be a transaction action by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  73. 332b3a1 block: make bdrv_unset_inherits_from to be a transaction action by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  74. 9397c14 block: drop ignore_children for permission update functions by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  75. 3108a15 block: introduce bdrv_drop_filter() by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  76. 46541ee block: add bdrv_remove_filter_or_cow transaction action by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  77. 2272edc block: adapt bdrv_append() for inserting filters by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  78. 117caba block: split out bdrv_replace_node_noperm() by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  79. aa5a04c block: add bdrv_attach_child_noperm() transaction action by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  80. 548a74c block: add bdrv_attach_child_common() transaction action by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  81. 3bb0e29 block: fix bdrv_replace_node_common by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  82. 0978623 block: add bdrv_replace_child_safe() transaction action by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  83. b1d2bbe block: add bdrv_list_* permission update functions by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  84. 2513ef5 block: add bdrv_drv_set_perm transaction action by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  85. bd57f8f block: use topological sort for permission update by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  86. 3ef45e0 block: inline bdrv_child_*() permission functions calls by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  87. 83928dc block: rewrite bdrv_child_try_set_perm() using bdrv_refresh_perms() by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  88. b0defa8 block: refactor bdrv_child* permission functions by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  89. 3bf416b block: bdrv_refresh_perms: check for parents permissions conflict by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  90. 53e96d1 block: make bdrv_reopen_{prepare,commit,abort} private by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  91. 228ca37 block: drop ctx argument from bdrv_root_attach_child by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  92. 3ca1f32 block: BdrvChildClass: add .get_parent_aio_context handler by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  93. ae9d441 block: bdrv_append(): don't consume reference by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
  94. 729222a block: remove format defaults from QemuOpts in bdrv_create_file() by Stefano Garzarella · 4 years ago
  95. 9abda42 Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-03-09' into staging by Peter Maydell · 4 years ago
  96. dc9c10a block: drop extra error propagation for bdrv_set_backing_hd by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
  97. 785ec4b block: Clarify error messages pertaining to 'node-name' by Connor Kuehl · 4 years ago
  98. a890f08 block: add bdrv_co_delete_file_noerr by Maxim Levitsky · 4 years, 3 months ago
  99. 934aee1 block: use return status of bdrv_append() by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
  100. a1e708f block: return status from bdrv_append and friends by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago