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