1. 99b7e77 block: disable I/O limits at the beginning of bdrv_close() by Alberto Garcia · 10 years ago
  2. 4d2cb09 block: Allow specifying driver-specific options to reopen by Kevin Wolf · 10 years ago
  3. cf25ff8 block: Drop bdrv_find_whitelisted_format() by Max Reitz · 10 years ago
  4. 053e157 block: Drop drv parameter from bdrv_fill_options() by Max Reitz · 10 years ago
  5. ce34377 block: Drop drv parameter from bdrv_open_inherit() by Max Reitz · 10 years ago
  6. 6ebf9aa block: Drop drv parameter from bdrv_open() by Max Reitz · 10 years ago
  7. e664171 block: Always pass NULL as drv for bdrv_open() by Max Reitz · 10 years ago
  8. fe64669 opts: produce valid command line in qemu_opts_print by Kővágó, Zoltán · 10 years ago
  9. e12f378 block: more check for replaced node by Wen Congyang · 10 years ago
  10. 80a1e13 block: Fix backing file child when modifying graph by Kevin Wolf · 10 years ago
  11. 9a7dedb block: Reorder cleanups in bdrv_close() by Kevin Wolf · 10 years ago
  12. 33a6040 block: Introduce bdrv_unref_child() by Kevin Wolf · 10 years ago
  13. b4b059f block: Introduce bdrv_open_child() by Kevin Wolf · 10 years ago
  14. df58179 block: Move bdrv_attach_child() calls up the call chain by Kevin Wolf · 10 years ago
  15. 53ec73e block: Use bdrv_drain to replace uncessary bdrv_drain_all by Fam Zheng · 10 years ago
  16. c2e0dbb block: Initialize local_err in bdrv_append_temp_snapshot by Fam Zheng · 10 years ago
  17. 6e82e4b block: Remove bdrv_reset_dirty by Fam Zheng · 10 years ago
  18. b192af8 block: Use bdrv_is_sg() everywhere by Dimitris Aragiorgis · 10 years ago
  19. c6a8c32 util/hbitmap: Add an API to reset all set bits in hbitmap by Wen Congyang · 10 years ago
  20. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  21. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  22. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  23. f3e3b08 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  24. 67251a3 block: Fix reopen flag inheritance by Kevin Wolf · 10 years ago
  25. bddcec3 block: Add BlockDriverState.inherits_from by Kevin Wolf · 10 years ago
  26. 6e93e7c block: Add list of children to BlockDriverState by Kevin Wolf · 10 years ago
  27. 6ee4ce1 block: Drain requests before swapping nodes in bdrv_swap() by Kevin Wolf · 10 years ago
  28. f3930ed block: Move flag inheritance to bdrv_open_inherit() by Kevin Wolf · 10 years ago
  29. 18edf28 block: Use QemuOpts in bdrv_open_common() by Kevin Wolf · 10 years ago
  30. 53a2951 block: driver should override flags in bdrv_open() by Max Reitz · 10 years ago
  31. 06207b0 block: Change bitmap truncate conditional to assertion by John Snow · 10 years ago
  32. 5270b6a block: record new size in bdrv_dirty_bitmap_truncate by John Snow · 10 years ago
  33. db62833 throttle: acquire the ThrottleGroup lock in bdrv_swap() by Alberto Garcia · 10 years ago
  34. 76f4afb throttle: Add throttle group support by Alberto Garcia · 10 years ago
  35. 0e5b0a2 throttle: Extract timers from ThrottleState into a separate structure by Benoît Canet · 10 years ago
  36. 9abe3bd qapi: add dirty bitmap status by John Snow · 10 years ago
  37. 4a9c9ea block: Detect multiplication overflow in bdrv_getlength by Fam Zheng · 10 years ago
  38. 459b4e6 block: align bounce buffers to page by Denis V. Lunev · 10 years ago
  39. 4196d2f block: minimal bounce buffer alignment by Denis V. Lunev · 10 years ago
  40. 61007b3 block: move I/O request processing to block/io.c by Stefan Hajnoczi · 10 years ago
  41. 0eb7217 block: extract bdrv_setup_io_funcs() by Stefan Hajnoczi · 10 years ago
  42. e0c47b6 block: add bdrv_set_dirty()/bdrv_reset_dirty() to block_int.h by Stefan Hajnoczi · 10 years ago
  43. 4f5472c block: replace bdrv_states iteration with bdrv_next() by Stefan Hajnoczi · 10 years ago
  44. ce1ffea block: Resize bitmaps on bdrv_truncate by John Snow · 10 years ago
  45. 20dca81 block: Ensure consistent bitmap function prototypes by John Snow · 10 years ago
  46. aa0c7ca block: add BdrvDirtyBitmap documentation by John Snow · 10 years ago
  47. a113534 qmp: Add dirty bitmap status field in query-block by John Snow · 10 years ago
  48. e74e6b7 qmp: add block-dirty-bitmap-clear by John Snow · 10 years ago
  49. d58d845 qmp: Add support of "dirty-bitmap" sync mode for drive-backup by John Snow · 10 years ago
  50. 9bd2b08 block: Add bitmap successors by John Snow · 10 years ago
  51. b8e6fb7 block: Add bitmap disabled status by John Snow · 10 years ago
  52. 592fdd0 block: Introduce bdrv_dirty_bitmap_granularity() by John Snow · 10 years ago
  53. 341ebc2 qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-remove by John Snow · 10 years ago
  54. 5fba6c0 qmp: Ensure consistent granularity type by John Snow · 10 years ago
  55. 0db6e54 qapi: Add optional field "name" to block dirty bitmap by Fam Zheng · 10 years ago
  56. d5a8ee6 qmp: fill in the image field in BlockDeviceInfo by Alberto Garcia · 10 years ago
  57. 81e5f78 block: use bdrv_get_device_or_node_name() in error messages by Alberto Garcia · 10 years ago
  58. 9b2aa84 block: add bdrv_get_device_or_node_name() by Alberto Garcia · 10 years ago
  59. 0b5a244 block: avoid unnecessary bottom halves by Paolo Bonzini · 10 years ago
  60. 69da3b0 block: Pause block jobs in bdrv_drain_all by Fam Zheng · 10 years ago
  61. de50a20 block: Switch to host monotonic clock for IO throttling by Fam Zheng · 10 years ago
  62. 786a4ea Convert (ffs(val) - 1) to ctz32(val) by Stefan Hajnoczi · 10 years ago
  63. fc3959e block: Fix unaligned zero write by Fam Zheng · 10 years ago
  64. d51a242 block: Drop bdrv_find by Fam Zheng · 10 years ago
  65. a1f688f block: Deprecate QCOW/QCOW2 encryption by Markus Armbruster · 10 years ago
  66. 892b7de block: add bdrv functions for geometry and blocksize by Ekaterina Tumanova · 10 years ago
  67. dc523cd qemu-img: Suppress unhelpful extra errors in convert, amend by Markus Armbruster · 10 years ago
  68. f43e47d QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use by Markus Armbruster · 10 years ago
  69. 6be4194 block: Suppress unhelpful extra errors in bdrv_img_create() by Markus Armbruster · 10 years ago
  70. 39101f2 QemuOpts: Convert qemu_opt_set_number() to Error, fix its use by Markus Armbruster · 10 years ago
  71. b9c6494 block: Keep bdrv_check*_request()'s return value by Max Reitz · 10 years ago
  72. c0191e7 block: Remove "growable" from BDS by Max Reitz · 10 years ago
  73. b65a5e1 block: Add Error parameter to bdrv_find_protocol() by Max Reitz · 10 years ago
  74. b1ca639 block: Eliminate silly QERR_ macros used for encryption keys by Markus Armbruster · 10 years ago
  75. 4d2855a block: New bdrv_add_key(), convert monitor to use it by Markus Armbruster · 10 years ago
  76. 75af1f3 block: introduce BDRV_REQUEST_MAX_SECTORS by Peter Lieven · 10 years ago
  77. f4564d5 block: add accounting for merged requests by Peter Lieven · 10 years ago
  78. 9876415 block: change default for discard and write zeroes to INT_MAX by Peter Lieven · 10 years ago
  79. a1a11d1 block: remove unused variable in bdrv_commit by Jeff Cody · 10 years ago
  80. bb00021 block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET} by Fam Zheng · 11 years ago
  81. 095e4fa block: limited request size in write zeroes unsupported path by Peter Lieven · 10 years ago
  82. c4237df block: fix spoiling all dirty bitmaps by mirror and migration by Vladimir Sementsov-Ogievskiy · 10 years ago
  83. 2916801 block: Relative backing file for image creation by Max Reitz · 10 years ago
  84. 9f07429 block: JSON filenames and relative backing files by Max Reitz · 10 years ago
  85. 0a82855 block: Get full backing filename from string by Max Reitz · 10 years ago
  86. e012b78 block: do not allocate an iovec per read of a growable/zero_after_eof BDS by Paolo Bonzini · 10 years ago
  87. 43c5d8f block: Don't add trailing space in "Formating..." message by Fam Zheng · 10 years ago
  88. 5c98415 vmdk: Fix error for JSON descriptor file names by Max Reitz · 10 years ago
  89. c614972 block: Check create_opts before image creation by Max Reitz · 10 years ago
  90. ef81043 block: Omit bdrv_find_format for essential drivers by Max Reitz · 10 years ago
  91. c5f6e49 block: Don't probe for unknown backing file format by Kevin Wolf · 10 years ago
  92. 38f3ef5 raw: Prohibit dangerous writes for probed images by Kevin Wolf · 10 years ago
  93. 7cddd37 block: Read only one sector for format probing by Kevin Wolf · 10 years ago
  94. c668424 block: Factor bdrv_probe_all() out of find_image_format() by Markus Armbruster · 10 years ago
  95. 20a9e77 block: Add bdrv_get_node_name by Fam Zheng · 10 years ago
  96. 04df765 block: Add bdrv_next_node by Fam Zheng · 10 years ago
  97. f3a9cfd block: Fix max nb_sectors in bdrv_make_zero by Fam Zheng · 10 years ago
  98. 776346c Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-11' into staging by Peter Maydell · 10 years ago
  99. 705be72 block: Fix comment for bdrv_co_get_block_status by Fam Zheng · 10 years ago
  100. e56934b block: Propagate error in bdrv_img_create() by Max Reitz · 10 years ago