1. 9877860 block/vmdk: Report failures in vmdk_read_cid() by Peter Maydell · 7 years ago
  2. 3a691c5 block: Add PreallocMode to blk_truncate() by Max Reitz · 8 years ago
  3. 795c40b migration: Create migration/blocker.h by Juan Quintela · 8 years ago
  4. ed3d2ec block: Add errp to b{lk,drv}_truncate() by Max Reitz · 8 years ago
  5. 5588060 block: Add BDRV_O_RESIZE for blk_new_open() by Kevin Wolf · 8 years ago
  6. 862f215 block: Request child permissions in format drivers by Kevin Wolf · 8 years ago
  7. 4e4bf5c block: Attach bs->file only during .bdrv_open() by Kevin Wolf · 8 years ago
  8. 4545d4f block/vmdk: Fix the endian problem of buf_len and lba by QingFeng Hao · 8 years ago
  9. fe44dc9 migration: disallow migrate_add_blocker during migration by Ashijeet Acharya · 8 years ago
  10. b2c622d vmdk: add vmdk_co_pwritev_compressed by Pavel Butsykin · 8 years ago
  11. 524089b vmdk: fix metadata write regression by Reda Sallahi · 8 years ago
  12. 0b8b875 coroutine: move entry argument to qemu_coroutine_create by Paolo Bonzini · 8 years ago
  13. a03ef88 block: Convert bdrv_co_preadv/pwritev to BdrvChild by Kevin Wolf · 9 years ago
  14. d9ca2ea block: Convert bdrv_pwrite(v/_sync) to BdrvChild by Kevin Wolf · 9 years ago
  15. cf2ab8f block: Convert bdrv_pread(v) to BdrvChild by Kevin Wolf · 9 years ago
  16. 9be3859 coccinelle: Remove unnecessary variables for function return value by Eduardo Habkost · 9 years ago
  17. a620f2a vmdk: Convert to bdrv_co_pwrite_zeroes() by Eric Blake · 9 years ago
  18. cf081fc block: Track write zero limits in bytes by Eric Blake · 9 years ago
  19. 030c98a all: Remove unnecessary glib.h includes by Peter Maydell · 9 years ago
  20. 6bd8ab6 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  21. b97511c block: Propagate AioContext change to all children by Max Reitz · 9 years ago
  22. 58369e2 qemu-common: stop including qemu/bswap.h from qemu-common.h by Paolo Bonzini · 9 years ago
  23. 8341f00 block: Allow BDRV_REQ_FUA through blk_pwrite() by Eric Blake · 9 years ago
  24. f249924 Allow users to specify the vmdk virtual hardware version. by Janne Karhunen · 9 years ago
  25. 37b1d7d vmdk: Implement .bdrv_co_pwritev() interface by Kevin Wolf · 9 years ago
  26. f10cc24 vmdk: Implement .bdrv_co_preadv() interface by Kevin Wolf · 9 years ago
  27. a844a2b vmdk: Add vmdk_find_offset_in_cluster() by Kevin Wolf · 9 years ago
  28. 72e775c block: Always set writeback mode in blk_new_open() by Kevin Wolf · 9 years ago
  29. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  30. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  31. 32bafa8 qapi: Don't special-case simple union wrappers by Eric Blake · 9 years ago
  32. efaa7c4 blockdev: Split monitor reference from BB creation by Max Reitz · 9 years ago
  33. a55448b qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATURE by Max Reitz · 9 years ago
  34. c4bea16 vmdk: Use BB functions in .bdrv_create() by Kevin Wolf · 9 years ago
  35. 6340472 block: Use writeback in .bdrv_create() implementations by Kevin Wolf · 9 years ago
  36. 71968db vmdk: Switch to heap arrays for vmdk_parent_open by Fam Zheng · 9 years ago
  37. 5997c21 vmdk: Switch to heap arrays for vmdk_read_cid by Fam Zheng · 9 years ago
  38. 965415e vmdk: Switch to heap arrays for vmdk_write_cid by Fam Zheng · 9 years ago
  39. e0f100f vmdk: Return extent's file in bdrv_get_block_status by Fam Zheng · 9 years ago
  40. d0a18f1 vmdk: Fix calculation of block status's offset by Fam Zheng · 9 years ago
  41. 67a0fd2 block: Add "file" output parameter to block status query functions by Fam Zheng · 9 years ago
  42. 3db1d98 vmdk: Fix converting to streamOptimized by Fam Zheng · 9 years ago
  43. d62d9dc vmdk: Create streamOptimized as version 3 by Fam Zheng · 9 years ago
  44. 80c71a2 block: Clean up includes by Peter Maydell · 9 years ago
  45. d28d737 vmdk: Clean up "Invalid extent lines" error message by Markus Armbruster · 9 years ago
  46. e493769 vmdk: Clean up control flow in vmdk_parse_extents() a bit by Markus Armbruster · 9 years ago
  47. 9af9e0f error: Strip trailing '\n' from error string arguments (again) by Markus Armbruster · 9 years ago
  48. 6a8f966 block: Convert to new qapi union layout by Eric Blake · 9 years ago
  49. 760e006 block: Convert bs->backing_hd to BdrvChild by Kevin Wolf · 10 years ago
  50. 9a4f4c3 block: Convert bs->file to BdrvChild by Kevin Wolf · 10 years ago
  51. 24bc15d vmdk: Use BdrvChild instead of BDS for references to extents by Kevin Wolf · 10 years ago
  52. 3efffc3 vmdk: Fix next_cluster_sector for compressed write by Radoslav Gerganov · 9 years ago
  53. 6ebf9aa block: Drop drv parameter from bdrv_open() by Max Reitz · 9 years ago
  54. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  55. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  56. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  57. 67251a3 block: Fix reopen flag inheritance by Kevin Wolf · 10 years ago
  58. f3930ed block: Move flag inheritance to bdrv_open_inherit() by Kevin Wolf · 10 years ago
  59. a646836 vmdk: Use bdrv_open_image() by Kevin Wolf · 10 years ago
  60. 90df601 vmdk: Use vmdk_find_index_in_cluster everywhere by Fam Zheng · 10 years ago
  61. 61f0ed1 vmdk: Fix index_in_cluster calculation in vmdk_co_get_block_status by Fam Zheng · 10 years ago
  62. 13c4941 vmdk: Fix overflow if l1_size is 0x20000000 by Fam Zheng · 10 years ago
  63. 5e82a31 vmdk: Fix next_cluster_sector for compressed write by Fam Zheng · 10 years ago
  64. 7237aec vmdk: Widen before shifting 32 bit header field by Fam Zheng · 10 years ago
  65. 81e5f78 block: use bdrv_get_device_or_node_name() in error messages by Alberto Garcia · 10 years ago
  66. a7be17b block: vmdk - fixed sizeof() error by Jeff Cody · 10 years ago
  67. fe20656 block: vmdk - move string allocations from stack to the heap by Jeff Cody · 10 years ago
  68. 395a22f block: vmdk - make ret variable usage clear by Jeff Cody · 10 years ago
  69. 1085daf block/vmdk: Relative backing file for creation by Max Reitz · 10 years ago
  70. 5c98415 vmdk: Fix error for JSON descriptor file names by Max Reitz · 10 years ago
  71. d899d2e vmdk: Set errp on failures in vmdk_open_vmdk4 by Fam Zheng · 10 years ago
  72. 9aeecbb vmdk: Remove unnecessary initialization by Fam Zheng · 10 years ago
  73. 03c3359 vmdk: Check descriptor file length when reading it by Fam Zheng · 10 years ago
  74. 73b7bca vmdk: Clean up descriptor file reading by Fam Zheng · 10 years ago
  75. 8a3e0bc vmdk: Fix comment to match code of extent lines by Fam Zheng · 10 years ago
  76. e5dc64b vmdk: Use g_random_int to generate CID by Fam Zheng · 10 years ago
  77. 5f58330 vmdk: Leave bdi intact if -ENOTSUP in vmdk_get_info by Fam Zheng · 10 years ago
  78. bfb197e block: Eliminate BlockDriverState member device_name[] by Markus Armbruster · 10 years ago
  79. d1319b0 vmdk: Fix integer overflow in offset calculation by Fam Zheng · 10 years ago
  80. c2eb918 block: round up file size to nearest sector by Hu Tao · 10 years ago
  81. b6b1d31 vmdk: fix buf leak in vmdk_parse_extents() by Stefan Hajnoczi · 10 years ago
  82. ff74f33 vmdk: fix vmdk_parse_extents() extent_file leaks by Stefan Hajnoczi · 10 years ago
  83. 0a156f7 vmdk: Use bdrv_nb_sectors() where sectors, not bytes are wanted by Markus Armbruster · 10 years ago
  84. 5839e53 block: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 10 years ago
  85. d6e5993 vmdk: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  86. c6ac36e vmdk: Optimize cluster allocation by Fam Zheng · 10 years ago
  87. 57322b7 block: Use bdrv_nb_sectors() where sectors, not bytes are wanted by Markus Armbruster · 11 years ago
  88. 3baca89 block: Add Error argument to bdrv_refresh_limits() by Kevin Wolf · 10 years ago
  89. 4ab1559 qemu-img create: add 'nocow' option by Chunyan Liu · 11 years ago
  90. 8ee79e7 block: Catch backing files assigned to non-COW drivers by Kevin Wolf · 11 years ago
  91. c282e1f cleanup QEMUOptionParameter by Chunyan Liu · 11 years ago
  92. 5820f1d vmdk.c: replace QEMUOptionParameter with QemuOpts by Chunyan Liu · 11 years ago
  93. 83d0521 change block layer to support both QemuOpts and QEMUOptionParamter by Chunyan Liu · 11 years ago
  94. c75f3bd vmdk: implement .bdrv_detach/attach_aio_context() by Stefan Hajnoczi · 11 years ago
  95. c13959c vmdk: Fix local_err in vmdk_create by Fam Zheng · 11 years ago
  96. 74fe188 vmdk: Implement .bdrv_get_info() by Fam Zheng · 11 years ago
  97. ba0ad89 vmdk: Implement .bdrv_write_compressed by Fam Zheng · 11 years ago
  98. 9b17031 vmdk: Fix "%x" to PRIx32 in format strings for cid by Fam Zheng · 11 years ago
  99. 4ab9dab vmdk: Fix %d and %lld to PRI* in format strings by Fam Zheng · 11 years ago
  100. 3eba13e block/vmdk: do not report file offset for compressed extents by Peter Lieven · 11 years ago