1. 75af1f3 block: introduce BDRV_REQUEST_MAX_SECTORS by Peter Lieven · 10 years ago
  2. bb00021 block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET} by Fam Zheng · 10 years ago
  3. c4237df block: fix spoiling all dirty bitmaps by mirror and migration by Vladimir Sementsov-Ogievskiy · 10 years ago
  4. 9f07429 block: JSON filenames and relative backing files by Max Reitz · 10 years ago
  5. 0a82855 block: Get full backing filename from string by Max Reitz · 10 years ago
  6. b5cf2c1 block: drop unused bdrv_clear_incoming_migration_all() prototype by Stefan Hajnoczi · 10 years ago
  7. 5c98415 vmdk: Fix error for JSON descriptor file names by Max Reitz · 10 years ago
  8. 20a9e77 block: Add bdrv_get_node_name by Fam Zheng · 10 years ago
  9. 04df765 block: Add bdrv_next_node by Fam Zheng · 10 years ago
  10. 776346c Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-11' into staging by Peter Maydell · 10 years ago
  11. 705be72 block: Fix comment for bdrv_co_get_block_status by Fam Zheng · 10 years ago
  12. 5b98db0 block: add bdrv_drain() by Stefan Hajnoczi · 10 years ago
  13. 7748543 block: Add status callback to bdrv_amend_options() by Max Reitz · 10 years ago
  14. 9405418 qcow2: Optimize bdrv_make_empty() by Max Reitz · 10 years ago
  15. 9ebd844 block: Add qemu_{,try_}blockalign0() by Max Reitz · 10 years ago
  16. a7f53e2 block: Lift device model API into BlockBackend by Markus Armbruster · 10 years ago
  17. 097310b block: Rename BlockDriverCompletionFunc to BlockCompletionFunc by Markus Armbruster · 10 years ago
  18. 7c84b1b block: Rename BlockDriverAIOCB* to BlockAIOCB* by Markus Armbruster · 10 years ago
  19. 7f06d47 block: Merge BlockBackend and BlockDriverState name spaces by Markus Armbruster · 10 years ago
  20. bfb197e block: Eliminate BlockDriverState member device_name[] by Markus Armbruster · 10 years ago
  21. fea68bb block: Eliminate bdrv_iterate(), use bdrv_next() by Markus Armbruster · 10 years ago
  22. e4e9986 block: Split bdrv_new_root() off bdrv_new() by Markus Armbruster · 10 years ago
  23. 02c50ef block: Add bdrv_aio_cancel_async by Fam Zheng · 10 years ago
  24. 5366d0c block: Make the block accounting functions operate on BlockAcctStats by Benoît Canet · 11 years ago
  25. 5e5a94b block: Extract the block accounting code by Benoît Canet · 11 years ago
  26. 0ddd0ad block: Extract the BlockAcctStats structure by Benoît Canet · 11 years ago
  27. 91af701 block: Add bdrv_refresh_filename() by Max Reitz · 11 years ago
  28. 7d2a35c block: Introduce qemu_try_blockalign() by Kevin Wolf · 11 years ago
  29. 65a9bb2 block: New bdrv_nb_sectors() by Markus Armbruster · 11 years ago
  30. 3baca89 block: Add Error argument to bdrv_refresh_limits() by Kevin Wolf · 11 years ago
  31. 448ad91 block: block: introduce APIs for submitting IO as a batch by Ming Lei · 11 years ago
  32. 54e2690 block: extend block-commit to accept a string for the backing file by Jeff Cody · 11 years ago
  33. 5a6684d block: add helper function to determine if a BDS is in a chain by Jeff Cody · 11 years ago
  34. 6b8aeca block.c: Don't return success for bdrv_append_temp_snapshot() failure by Chen Gang · 11 years ago
  35. 09158f0 block: Add replaces argument to drive-mirror by Benoît Canet · 11 years ago
  36. a589569 qapi: adjust existing defines by Wenchao Xia · 11 years ago
  37. c282e1f cleanup QEMUOptionParameter by Chunyan Liu · 11 years ago
  38. 83d0521 change block layer to support both QemuOpts and QEMUOptionParamter by Chunyan Liu · 11 years ago
  39. db519cb block: Move declaration of bdrv_get_aio_context to block.h by Fam Zheng · 11 years ago
  40. 76ef2cf raw-posix: drop raw_get_aio_fd() since it is no longer used by Stefan Hajnoczi · 11 years ago
  41. dcd0422 block: add bdrv_set_aio_context() by Stefan Hajnoczi · 11 years ago
  42. 8d24cce block: Add bdrv_set_backing_hd() by Fam Zheng · 11 years ago
  43. 3718d8a block: Replace in_use with operation blocker by Fam Zheng · 11 years ago
  44. fbe40ff block: Introduce op_blockers to BlockDriverState by Fam Zheng · 11 years ago
  45. 8574575 block: Add BlockOpType enum by Fam Zheng · 11 years ago
  46. e88ae22 block: Fix bdrv_is_allocated() for short backing files by Kevin Wolf · 11 years ago
  47. b1e6fc0 block: Fix open flags with BDRV_O_SNAPSHOT by Kevin Wolf · 11 years ago
  48. 85f49ca qemu-img: Convert by cluster size if target is compressed by Fam Zheng · 11 years ago
  49. 8bfea15 block: Unlink temporary files in raw-posix/win32 by Kevin Wolf · 11 years ago
  50. 98522f6 block: Add errp to bdrv_new() by Kevin Wolf · 11 years ago
  51. b8afb52 block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmap by Fam Zheng · 11 years ago
  52. b998875 block: Fix snapshot=on for protocol parsed from filename by Kevin Wolf · 11 years ago
  53. 5a8a30d block: Add error handling to bdrv_invalidate_cache() by Kevin Wolf · 11 years ago
  54. b5042a3 block: Rewrite the snapshot authorization mechanism for block filters. by Benoît Canet · 11 years ago
  55. f7d9fd8 block: Remove bdrv_open_image()'s force_raw option by Max Reitz · 11 years ago
  56. 2e40134 block: Make bdrv_file_open() static by Max Reitz · 11 years ago
  57. ddf5636 block: Add reference parameter to bdrv_open() by Max Reitz · 11 years ago
  58. f67503e block: Change BDS parameter of bdrv_open() to ** by Max Reitz · 11 years ago
  59. 9e1cb96 qemu-iotests: Test pwritev RMW logic by Kevin Wolf · 11 years ago
  60. 8407d5d block: Make bdrv_pwrite() a bdrv_prwv_co() wrapper by Kevin Wolf · 11 years ago
  61. 1b7fd72 block: rename buffer_alignment to guest_block_size by Paolo Bonzini · 13 years ago
  62. 339064d block: Don't use guest sector size for qemu_blockalign() by Kevin Wolf · 11 years ago
  63. 355ef4a block: Update BlockLimits when they might have changed by Kevin Wolf · 11 years ago
  64. 212a5a8 block: Create authorizations mechanism for external snapshot and resize. by Benoît Canet · 11 years ago
  65. 12d3ba8 qmp: Allow to change password on named block driver states. by Benoît Canet · 11 years ago
  66. c13163f qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes. by Benoît Canet · 11 years ago
  67. dc364f4 block: Add bs->node_name to hold the name of a bs node of the bs graph. by Benoît Canet · 11 years ago
  68. da557aa block: Add bdrv_open_image() by Max Reitz · 11 years ago
  69. 72daa72 block: Allow reference for bdrv_file_open() by Max Reitz · 11 years ago
  70. d5ef94d block: add bdrv_aio_write_zeroes by Paolo Bonzini · 11 years ago
  71. d20d9b7 block: add flags to BlockRequest by Paolo Bonzini · 11 years ago
  72. 4cc70e9 blkdebug: add "remove_break" command by Fam Zheng · 11 years ago
  73. 21b5683 qapi: Change BlockDirtyInfo to list by Fam Zheng · 11 years ago
  74. e4654d2 block: per caller dirty bitmap by Fam Zheng · 11 years ago
  75. d75cbb5 block: introduce bdrv_make_zero by Peter Lieven · 11 years ago
  76. 4ce7869 block: add wrappers for logical block provisioning information by Peter Lieven · 11 years ago
  77. e1a5c4b block: add logical block provisioning info to BlockDriverInfo by Peter Lieven · 11 years ago
  78. d32f35c block: introduce BDRV_REQ_MAY_UNMAP request flag by Peter Lieven · 11 years ago
  79. aa7bfbf block: add flags to bdrv_*_write_zeroes by Peter Lieven · 11 years ago
  80. 6faac15 block: make BdrvRequestFlags public by Peter Lieven · 11 years ago
  81. f6186f4 block: Add BlockDriver.bdrv_check_ext_snapshot. by Benoît Canet · 11 years ago
  82. 92bc50a block/get_block_status: avoid redundant callouts on raw devices by Peter Lieven · 11 years ago
  83. eae041f block: Add bdrv_get_specific_info by Max Reitz · 11 years ago
  84. cc84d90 block: Error parameter for create functions by Max Reitz · 12 years ago
  85. 34b5d2c block: Error parameter for open functions by Max Reitz · 12 years ago
  86. 6f176b4 block: Image file option amendment by Max Reitz · 12 years ago
  87. 4333bb7 block: define get_block_status return value by Paolo Bonzini · 12 years ago
  88. b6b8a33 block: introduce bdrv_get_block_status API by Paolo Bonzini · 12 years ago
  89. 4f57863 block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinction by Paolo Bonzini · 12 years ago
  90. bdad13b block: make bdrv_co_is_allocated static by Paolo Bonzini · 12 years ago
  91. 4f6fd34 block: make bdrv_delete() static by Fam Zheng · 12 years ago
  92. 9fcb025 block: implement reference count for BlockDriverState by Fam Zheng · 12 years ago
  93. cc0681c block: Enable the new throttling code in the block layer. by Benoît Canet · 12 years ago
  94. afa5019 qcow2-refcount: Repair shared refcount blocks by Max Reitz · 12 years ago
  95. 4105eaa block: add bdrv_write_zeroes() by Peter Lieven · 12 years ago
  96. f0f0fdf block: Add return value for bdrv_flush_all() by Kevin Wolf · 12 years ago
  97. 9828962 block: Don't parse protocol from file.filename by Kevin Wolf · 12 years ago
  98. 3ac2162 block: change default of .has_zero_init to 0 by Peter Lieven · 12 years ago
  99. bf736fe blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK events by Kevin Wolf · 12 years ago
  100. f364ec6 block: move qmp and info dump related code to block/qapi.c by Wenchao Xia · 12 years ago