1. 8a56fda qed: Use BB functions in .bdrv_create() by Kevin Wolf · 9 years ago
  2. 53f1dfd qed: Assign bs->file->bs to file in bdrv_qed_co_get_block_status by Fam Zheng · 9 years ago
  3. 67a0fd2 block: Add "file" output parameter to block status query functions by Fam Zheng · 9 years ago
  4. 04c01a5 block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE by Kevin Wolf · 9 years ago
  5. 80c71a2 block: Clean up includes by Peter Maydell · 9 years ago
  6. e43bfd9 error: Use error_prepend() where it makes obvious sense by Markus Armbruster · 9 years ago
  7. df9a681 qed: Implement .bdrv_drain by Fam Zheng · 9 years ago
  8. 8e419ae block: Remove bdrv_swap() by Kevin Wolf · 9 years ago
  9. 760e006 block: Convert bs->backing_hd to BdrvChild by Kevin Wolf · 10 years ago
  10. 9a4f4c3 block: Convert bs->file to BdrvChild by Kevin Wolf · 10 years ago
  11. 6ebf9aa block: Drop drv parameter from bdrv_open() by Max Reitz · 9 years ago
  12. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  13. 81e5f78 block: use bdrv_get_device_or_node_name() in error messages by Alberto Garcia · 10 years ago
  14. 786a4ea Convert (ffs(val) - 1) to ctz32(val) by Stefan Hajnoczi · 10 years ago
  15. 0adfa1e qed: check for header size overflow by Stefan Hajnoczi · 10 years ago
  16. 097310b block: Rename BlockDriverCompletionFunc to BlockCompletionFunc by Markus Armbruster · 10 years ago
  17. 7c84b1b block: Rename BlockDriverAIOCB* to BlockAIOCB* by Markus Armbruster · 10 years ago
  18. bfb197e block: Eliminate BlockDriverState member device_name[] by Markus Armbruster · 10 years ago
  19. 8007429 block: Rename qemu_aio_release -> qemu_aio_unref by Fam Zheng · 10 years ago
  20. 533ffb1 qed: Drop qed_aiocb_info.cancel by Fam Zheng · 10 years ago
  21. c2eb918 block: round up file size to nearest sector by Hu Tao · 10 years ago
  22. 4f4896d qed: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  23. 3baca89 block: Add Error argument to bdrv_refresh_limits() by Kevin Wolf · 11 years ago
  24. f06ee3d qed: Make qiov match request size until backing file EOF by Kevin Wolf · 11 years ago
  25. 4ab1559 qemu-img create: add 'nocow' option by Chunyan Liu · 11 years ago
  26. 8ee79e7 block: Catch backing files assigned to non-COW drivers by Kevin Wolf · 11 years ago
  27. c282e1f cleanup QEMUOptionParameter by Chunyan Liu · 11 years ago
  28. 7ab7484 qed.c: replace QEMUOptionParameter with QemuOpts by Chunyan Liu · 11 years ago
  29. 83d0521 change block layer to support both QemuOpts and QEMUOptionParamter by Chunyan Liu · 11 years ago
  30. a8c868c qed: use BlockDriverState's AioContext by Stefan Hajnoczi · 11 years ago
  31. 5ff679b convert fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create() by Aakriti Gupta · 11 years ago
  32. 5a8a30d block: Add error handling to bdrv_invalidate_cache() by Kevin Wolf · 11 years ago
  33. 3456a8d block: Update image size in bdrv_invalidate_cache() by Kevin Wolf · 11 years ago
  34. 76abe40 block: do not abuse EMEDIUMTYPE by Paolo Bonzini · 11 years ago
  35. 0fea6b7 qed: correctly propagate errors by Paolo Bonzini · 11 years ago
  36. 2e40134 block: Make bdrv_file_open() static by Max Reitz · 11 years ago
  37. 55aff7f block: remove QED .bdrv_make_empty implementation by Jeff Cody · 11 years ago
  38. d34682c block: Move initialisation of BlockLimits to bdrv_refresh_limits() by Kevin Wolf · 11 years ago
  39. 72daa72 block: Allow reference for bdrv_file_open() by Max Reitz · 11 years ago
  40. cffb1ec block drivers: expose requirement for write same alignment from formats by Paolo Bonzini · 11 years ago
  41. 95de6d7 block drivers: add discard/write_zeroes properties to bdrv_get_info implementation by Paolo Bonzini · 11 years ago
  42. aa7bfbf block: add flags to bdrv_*_write_zeroes by Peter Lieven · 11 years ago
  43. cc84d90 block: Error parameter for create functions by Max Reitz · 11 years ago
  44. 34b5d2c block: Error parameter for open functions by Max Reitz · 11 years ago
  45. d5124c0 bdrv: Use "Error" for creating images by Max Reitz · 11 years ago
  46. 015a103 bdrv: Use "Error" for opening images by Max Reitz · 11 years ago
  47. 4bc74be block: return get_block_status data and flags for formats by Paolo Bonzini · 11 years ago
  48. b6b8a33 block: introduce bdrv_get_block_status API by Paolo Bonzini · 11 years ago
  49. 4f6fd34 block: make bdrv_delete() static by Fam Zheng · 12 years ago
  50. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  51. 3ac2162 block: change default of .has_zero_init to 0 by Peter Lieven · 12 years ago
  52. 787e4a8 block: Add options QDict to bdrv_file_open() prototypes by Kevin Wolf · 12 years ago
  53. 1a86938 block: Add options QDict to .bdrv_open() by Kevin Wolf · 12 years ago
  54. 15bac0d block: Use error code EMEDIUMTYPE for wrong format in some block drivers by Stefan Weil · 12 years ago
  55. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  56. caf71f8 migration: move include files to include/migration/ by Paolo Bonzini · 12 years ago
  57. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  58. d7331be aio: rename AIOPool to AIOCBInfo by Stefan Hajnoczi · 12 years ago
  59. f9cb20f block: qed image file reopen by Jeff Cody · 12 years ago
  60. ef72f76 qed: refuse unaligned zero writes with a backing file by Stefan Hajnoczi · 12 years ago
  61. 058f8f1 block: add BLOCK_O_CHECK for qemu-img check by Stefan Hajnoczi · 13 years ago
  62. b10170a qed: mark image clean after repair succeeds by Stefan Hajnoczi · 13 years ago
  63. 23797df Merge remote-tracking branch 'mjt/mjt-iov2' into staging by Anthony Liguori · 13 years ago
  64. 820100f blkdebug: remove sync i/o events by Paolo Bonzini · 13 years ago
  65. 4534ff5 qemu-img check -r for repairing images by Kevin Wolf · 13 years ago
  66. 1b093c4 consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistent by Michael Tokarev · 13 years ago
  67. 3d9b492 consolidate qemu_iovec_memset{,_skip}() into single function and use existing iov_memset() by Michael Tokarev · 13 years ago
  68. e023b2e block: fix snapshot on QED by Paolo Bonzini · 13 years ago
  69. 50d30c2 qed: remove incoming live migration blocker by Benoît Canet · 13 years ago
  70. 2d1f3c2 qed: honor BDRV_O_INCOMING for incoming live migration by Benoît Canet · 13 years ago
  71. c82954e qed: add bdrv_invalidate_cache to be called after incoming live migration by Benoît Canet · 13 years ago
  72. d68dbee qed: track dirty flag status by Dong Xu Wang · 13 years ago
  73. 29cdb25 block: push recursive flushing up from drivers by Paolo Bonzini · 13 years ago
  74. 0e71be1 qed: add .bdrv_co_write_zeroes() support by Stefan Hajnoczi · 13 years ago
  75. 6e4f59b qed: replace is_write with flags field by Stefan Hajnoczi · 13 years ago
  76. ad54ae8 block: bdrv_aio_* do not return NULL by Paolo Bonzini · 13 years ago
  77. b7d5a5b qed: convert to .bdrv_co_is_allocated() by Stefan Hajnoczi · 13 years ago
  78. 1ed520c qed: add migration blocker (v2) by Anthony Liguori · 13 years ago
  79. 3a069ff Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 13 years ago
  80. 512a2cf qed: remove unneeded variable assignment by Pavel Borzenkov · 13 years ago
  81. feba23b qed: don't pass NULL to memcpy by Pavel Borzenkov · 13 years ago
  82. 6f6dc65 block: drop redundant bdrv_flush implementation by Stefan Hajnoczi · 13 years ago
  83. e4fc878 qed: fix use-after-free during l2 cache commit by Stefan Hajnoczi · 13 years ago
  84. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  85. 384acbf async: Remove AsyncContext by Kevin Wolf · 14 years ago
  86. 99cce9f qemu-img create: Fix displayed default cluster size by Kevin Wolf · 14 years ago
  87. 77a5a00 qed: support for growing images by Stefan Hajnoczi · 14 years ago
  88. 6f321e9 qed: Periodically flush and clear need check bit by Stefan Hajnoczi · 14 years ago
  89. 21df65b qed: Add support for zero clusters by Anthony Liguori · 14 years ago
  90. 10b758e qed: Report error for unsupported features by Kevin Wolf · 14 years ago
  91. 0d09c79 qed: Images with backing file do not require QED_F_NEED_CHECK by Stefan Hajnoczi · 14 years ago
  92. c743849 qed: Refuse to create images on block devices by Stefan Hajnoczi · 14 years ago
  93. 01979a9 qed: Consistency check support by Stefan Hajnoczi · 14 years ago
  94. eabba58 qed: Read/write support by Stefan Hajnoczi · 14 years ago
  95. 298800c qed: Table, L2 cache, and cluster functions by Stefan Hajnoczi · 14 years ago
  96. 75411d2 qed: Add QEMU Enhanced Disk image format by Stefan Hajnoczi · 14 years ago