1. 76b1c7f block: Inactivate BDS when migration completes by Kevin Wolf · 9 years ago
  2. 04c01a5 block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE by Kevin Wolf · 9 years ago
  3. 23c88b2 block: Fix error path in bdrv_invalidate_cache() by Kevin Wolf · 9 years ago
  4. 82dc8b4 block: Fix .bdrv_open flags by Kevin Wolf · 9 years ago
  5. e43bfd9 error: Use error_prepend() where it makes obvious sense by Markus Armbruster · 9 years ago
  6. cd5c2da block: Clean up "Could not create temporary overlay" error message by Markus Armbruster · 9 years ago
  7. fc27291 block: use drained section in bdrv_close by Paolo Bonzini · 9 years ago
  8. 8b13976 block: Add opaque value to the amend CB by Max Reitz · 10 years ago
  9. 91a097e block: Move cache options into options QDict by Kevin Wolf · 10 years ago
  10. ccf9dc0 block: reopen: Extract QemuOpts for generic block layer options by Kevin Wolf · 10 years ago
  11. 145f598 block: Introduce bs->explicit_options by Kevin Wolf · 10 years ago
  12. de3b53f block: Split out parse_json_protocol() by Kevin Wolf · 9 years ago
  13. 8e2160e block: Add infrastructure for option inheritance by Kevin Wolf · 10 years ago
  14. 2851810 block: reopen: Document option precedence and refactor accordingly by Kevin Wolf · 10 years ago
  15. 4c9dfe5 block: Allow specifying child options in reopen by Kevin Wolf · 10 years ago
  16. 62392eb block: Keep "driver" in bs->options by Kevin Wolf · 10 years ago
  17. 4cdd01d block: Pass driver-specific options to .bdrv_refresh_filename() by Kevin Wolf · 10 years ago
  18. 260fecf block: Exclude nested options only for children in append_open_options() by Kevin Wolf · 10 years ago
  19. 9e700c1 block: Consider all block layer options in append_open_options by Kevin Wolf · 10 years ago
  20. d9b7b05 block: Allow references for backing files by Kevin Wolf · 10 years ago
  21. cddff5b block: Fix reopen with semantically overlapping options by Kevin Wolf · 9 years ago
  22. a31939e blkdebug: Merge hand-rolled and qapi BlkdebugEvent enum by Eric Blake · 9 years ago
  23. df9a681 qed: Implement .bdrv_drain by Fam Zheng · 9 years ago
  24. c459343 Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-11-11' into staging by Peter Maydell · 9 years ago
  25. 455b0fd error: More error_setg() usage by Eric Blake · 9 years ago
  26. a0d64a6 throttle: Use bs->throttle_state instead of bs->io_limits_enabled by Alberto Garcia · 9 years ago
  27. 3e8c2e5 block: support passing 'backing': '' to 'blockdev-add' by Alberto Garcia · 9 years ago
  28. c69a4dd block: Make bdrv_states public by Max Reitz · 9 years ago
  29. 9f4ed6f block: Don't call blk_bs() twice in bdrv_lookup_bs() by Alberto Garcia · 9 years ago
  30. 5433c24 block: Prepare for NULL BDS by Max Reitz · 9 years ago
  31. 373340b block: Move I/O status and error actions into BB by Max Reitz · 9 years ago
  32. 7f0e9da block: Move BlockAcctStats into BlockBackend by Max Reitz · 9 years ago
  33. 68e9ec0 block: Move guest_block_size into BlockBackend by Max Reitz · 9 years ago
  34. b4d0282 block: Invoke change media CB before NULLing drv by Max Reitz · 9 years ago
  35. 28d7a78 block: Make bdrv_is_inserted() recursive by Max Reitz · 9 years ago
  36. e031f75 block: Make bdrv_is_inserted() return a bool by Max Reitz · 9 years ago
  37. d44f928 block: Set BDRV_O_INCOMING in bdrv_fill_options() by Max Reitz · 9 years ago
  38. 10817bf coroutine: move into libqemuutil.a library by Daniel P. Berrange · 10 years ago
  39. 15489c7 block: auto-generated node-names by Jeff Cody · 9 years ago
  40. 779020c block: Allow bdrv_unref_child(bs, NULL) by Kevin Wolf · 9 years ago
  41. 8e419ae block: Remove bdrv_swap() by Kevin Wolf · 10 years ago
  42. 3f09bfb block: Add and use bdrv_replace_in_backing_chain() by Kevin Wolf · 10 years ago
  43. dd62f1c block: Implement bdrv_append() without bdrv_swap() by Kevin Wolf · 10 years ago
  44. d42a8a9 block: Introduce parents list by Kevin Wolf · 10 years ago
  45. 063dd40 block: Split bdrv_move_feature_fields() by Kevin Wolf · 10 years ago
  46. 5db15a5 block: Manage backing file references in bdrv_set_backing_hd() by Kevin Wolf · 10 years ago
  47. 760e006 block: Convert bs->backing_hd to BdrvChild by Kevin Wolf · 10 years ago
  48. b26e90f block: Remove bdrv_open_image() by Kevin Wolf · 10 years ago
  49. 9a4f4c3 block: Convert bs->file to BdrvChild by Kevin Wolf · 10 years ago
  50. 1fdd693 block: Introduce BDS.file_child by Kevin Wolf · 10 years ago
  51. 99b7e77 block: disable I/O limits at the beginning of bdrv_close() by Alberto Garcia · 9 years ago
  52. 4d2cb09 block: Allow specifying driver-specific options to reopen by Kevin Wolf · 10 years ago
  53. cf25ff8 block: Drop bdrv_find_whitelisted_format() by Max Reitz · 10 years ago
  54. 053e157 block: Drop drv parameter from bdrv_fill_options() by Max Reitz · 10 years ago
  55. ce34377 block: Drop drv parameter from bdrv_open_inherit() by Max Reitz · 10 years ago
  56. 6ebf9aa block: Drop drv parameter from bdrv_open() by Max Reitz · 10 years ago
  57. e664171 block: Always pass NULL as drv for bdrv_open() by Max Reitz · 10 years ago
  58. fe64669 opts: produce valid command line in qemu_opts_print by Kővágó, Zoltán · 10 years ago
  59. e12f378 block: more check for replaced node by Wen Congyang · 10 years ago
  60. 80a1e13 block: Fix backing file child when modifying graph by Kevin Wolf · 10 years ago
  61. 9a7dedb block: Reorder cleanups in bdrv_close() by Kevin Wolf · 10 years ago
  62. 33a6040 block: Introduce bdrv_unref_child() by Kevin Wolf · 10 years ago
  63. b4b059f block: Introduce bdrv_open_child() by Kevin Wolf · 10 years ago
  64. df58179 block: Move bdrv_attach_child() calls up the call chain by Kevin Wolf · 10 years ago
  65. 53ec73e block: Use bdrv_drain to replace uncessary bdrv_drain_all by Fam Zheng · 10 years ago
  66. c2e0dbb block: Initialize local_err in bdrv_append_temp_snapshot by Fam Zheng · 10 years ago
  67. 6e82e4b block: Remove bdrv_reset_dirty by Fam Zheng · 10 years ago
  68. b192af8 block: Use bdrv_is_sg() everywhere by Dimitris Aragiorgis · 10 years ago
  69. c6a8c32 util/hbitmap: Add an API to reset all set bits in hbitmap by Wen Congyang · 10 years ago
  70. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  71. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  72. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  73. f3e3b08 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  74. 67251a3 block: Fix reopen flag inheritance by Kevin Wolf · 10 years ago
  75. bddcec3 block: Add BlockDriverState.inherits_from by Kevin Wolf · 10 years ago
  76. 6e93e7c block: Add list of children to BlockDriverState by Kevin Wolf · 10 years ago
  77. 6ee4ce1 block: Drain requests before swapping nodes in bdrv_swap() by Kevin Wolf · 10 years ago
  78. f3930ed block: Move flag inheritance to bdrv_open_inherit() by Kevin Wolf · 10 years ago
  79. 18edf28 block: Use QemuOpts in bdrv_open_common() by Kevin Wolf · 10 years ago
  80. 53a2951 block: driver should override flags in bdrv_open() by Max Reitz · 10 years ago
  81. 06207b0 block: Change bitmap truncate conditional to assertion by John Snow · 10 years ago
  82. 5270b6a block: record new size in bdrv_dirty_bitmap_truncate by John Snow · 10 years ago
  83. db62833 throttle: acquire the ThrottleGroup lock in bdrv_swap() by Alberto Garcia · 10 years ago
  84. 76f4afb throttle: Add throttle group support by Alberto Garcia · 10 years ago
  85. 0e5b0a2 throttle: Extract timers from ThrottleState into a separate structure by Benoît Canet · 10 years ago
  86. 9abe3bd qapi: add dirty bitmap status by John Snow · 10 years ago
  87. 4a9c9ea block: Detect multiplication overflow in bdrv_getlength by Fam Zheng · 10 years ago
  88. 459b4e6 block: align bounce buffers to page by Denis V. Lunev · 10 years ago
  89. 4196d2f block: minimal bounce buffer alignment by Denis V. Lunev · 10 years ago
  90. 61007b3 block: move I/O request processing to block/io.c by Stefan Hajnoczi · 10 years ago
  91. 0eb7217 block: extract bdrv_setup_io_funcs() by Stefan Hajnoczi · 10 years ago
  92. e0c47b6 block: add bdrv_set_dirty()/bdrv_reset_dirty() to block_int.h by Stefan Hajnoczi · 10 years ago
  93. 4f5472c block: replace bdrv_states iteration with bdrv_next() by Stefan Hajnoczi · 10 years ago
  94. ce1ffea block: Resize bitmaps on bdrv_truncate by John Snow · 10 years ago
  95. 20dca81 block: Ensure consistent bitmap function prototypes by John Snow · 10 years ago
  96. aa0c7ca block: add BdrvDirtyBitmap documentation by John Snow · 10 years ago
  97. a113534 qmp: Add dirty bitmap status field in query-block by John Snow · 10 years ago
  98. e74e6b7 qmp: add block-dirty-bitmap-clear by John Snow · 10 years ago
  99. d58d845 qmp: Add support of "dirty-bitmap" sync mode for drive-backup by John Snow · 10 years ago
  100. 9bd2b08 block: Add bitmap successors by John Snow · 10 years ago