1. bb45ded VMDK: bugfix, opening vSphere 4 exported image by Fam Zheng · 14 years ago
  2. f16f509 VMDK: bugfix, open Haiku vmdk image by Fam Zheng · 14 years ago
  3. 6c031aa VMDK: creating streamOptimized subformat by Fam Zheng · 14 years ago
  4. 2b2c8c5 VMDK: read/write compressed extent by Fam Zheng · 14 years ago
  5. 432bb17 VMDK: Opening compressed extent. by Fam Zheng · 14 years ago
  6. dd3f6ee VMDK: separate vmdk_read_extent/vmdk_write_extent by Fam Zheng · 14 years ago
  7. 86c6b42 VMDK: add twoGbMaxExtentSparse support by Fam Zheng · 14 years ago
  8. 6398de5 VMDK: enable twoGbMaxExtentFlat by Fam Zheng · 14 years ago
  9. be32f75 block/raw: Fix to forward method bdrv_media_changed() by Markus Armbruster · 14 years ago
  10. 0fa9131 qcow2: Fix error cases to run depedent requests by Kevin Wolf · 14 years ago
  11. 8e217d5 qcow2: Properly initialise QcowL2Meta by Kevin Wolf · 14 years ago
  12. c30e624 linux aio: some comments by Frediano Ziglio · 14 years ago
  13. 541dc0d Use new macro QEMU_PACKED for packed structures by Stefan Weil · 14 years ago
  14. 2f4b759 qcow2: remove unused qcow2_create_refcount_update function by Frediano Ziglio · 14 years ago
  15. 35ee5e3 qcow2: use always stderr for debugging by Frediano Ziglio · 14 years ago
  16. 2df4624 sheepdog: use coroutines by MORITA Kazutaka · 14 years ago
  17. ab0997e qcow2: remove memory leak by Frediano Ziglio · 14 years ago
  18. 3fc48d0 qcow2: Removed QCowAIOCB entirely by Frediano Ziglio · 14 years ago
  19. 5ebaa27 qcow2: reindent and use while before the big jump by Frediano Ziglio · 14 years ago
  20. e78c69b qcow2: remove common from QCowAIOCB by Frediano Ziglio · 14 years ago
  21. c2bdd99 qcow2: remove cluster_offset from QCowAIOCB by Frediano Ziglio · 14 years ago
  22. c227140 qcow2: remove l2meta from QCowAIOCB by Frediano Ziglio · 14 years ago
  23. faf575c qcow2: removed cur_nr_sectors field in QCowAIOCB by Frediano Ziglio · 14 years ago
  24. 4617310 qcow2: Removed unused AIOCB fields by Frediano Ziglio · 14 years ago
  25. 122bbd1 qcow: remove old #undefined code by Frediano Ziglio · 14 years ago
  26. 27deebe qcow: Remove QCowAIOCB by Frediano Ziglio · 14 years ago
  27. 43ca85b qcow: move some blocks of code to avoid useless variable initialization by Frediano Ziglio · 14 years ago
  28. 430bbaa qcow: QCowAIOCB field cleanup by Frediano Ziglio · 14 years ago
  29. f5cd817 qcow/qcow2: Allocate QCowAIOCB structure using stack by Frediano Ziglio · 14 years ago
  30. f785a5a block/curl: Handle failed reads gracefully. by Nicholas Thomas · 14 years ago
  31. de33b1f qcow: initialize coroutine mutex by Scott Wood · 14 years ago
  32. d57237f qcow2: fix typo in documentation for qcow2_get_cluster_offset() by Devin Nakamura · 14 years ago
  33. 6cbc303 qcow2: Fix DEBUG_* compilation by Philipp Hahn · 14 years ago
  34. 2c993ec w32: Fix qemu_ftruncate64 by Stefan Weil · 14 years ago
  35. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  36. 35d7ace qcow2: Fix L1 table size after bdrv_snapshot_goto by Kevin Wolf · 14 years ago
  37. 384acbf async: Remove AsyncContext by Kevin Wolf · 14 years ago
  38. 52b8eb6 qcow: Use coroutines by Kevin Wolf · 14 years ago
  39. 68d100e qcow2: Use coroutines by Kevin Wolf · 14 years ago
  40. f6e8ffc raw-posix: Always check paio_init result by Frediano Ziglio · 14 years ago
  41. c1ee7d5 raw-posix: Typo fix by Frediano Ziglio · 14 years ago
  42. efc8243 block/vpc.c: Detect too-large vpc file by Serge E. Hallyn · 14 years ago
  43. 822e1cd block: Make BlockDriver method bdrv_eject() return void by Markus Armbruster · 14 years ago
  44. 7bf37fe block: Make BlockDriver method bdrv_set_locked() return void by Markus Armbruster · 14 years ago
  45. 02266d5 block/raw-win32: Drop disabled code for removable host devices by Markus Armbruster · 14 years ago
  46. 00aa004 Wrap recv to avoid warnings by Blue Swirl · 14 years ago
  47. 93913df qcow2: Use Qcow2Cache in writeback mode during loadvm/savevm by Kevin Wolf · 14 years ago
  48. 4a1d5e1 block: add bdrv_get_allocated_file_size() operation by Fam Zheng · 14 years ago
  49. ae261c8 VMDK: fix coding style by Fam Zheng · 14 years ago
  50. f66fd6c VMDK: create different subformats by Fam Zheng · 14 years ago
  51. 7fa60fa VMDK: open/read/write for monolithicFlat image by Fam Zheng · 14 years ago
  52. 91b85bd VMDK: change get_cluster_offset return type by Fam Zheng · 14 years ago
  53. 69b4d86 VMDK: move 'static' cid_update flag to bs field by Fam Zheng · 14 years ago
  54. 333c574 VMDK: flush multiple extents by Fam Zheng · 14 years ago
  55. e1da9b2 VMDK: add field BDRVVmdkState.desc_offset by Fam Zheng · 14 years ago
  56. b4b3ab1 VMDK: separate vmdk_open by format version by Fam Zheng · 14 years ago
  57. 01fc99d VMDK: probe for monolithicFlat images by Fam Zheng · 14 years ago
  58. 0e69c54 VMDK: bugfix, align offset to cluster in get_whole_cluster by Fam Zheng · 14 years ago
  59. b3976d3 VMDK: introduce VmdkExtent by Fam Zheng · 14 years ago
  60. a8e0fdd sheepdog: add full data preallocation support by MORITA Kazutaka · 14 years ago
  61. 343f856 block/raw-posix: Linux compat-ioctl warning workaround by Johannes Stezenbach · 14 years ago
  62. 6daf194 Strip trailing '\n' from error_report()'s first argument by Markus Armbruster · 14 years ago
  63. db78ef5 sheepdog: qemu_bh_new() can't return null pointer, drop check by Markus Armbruster · 14 years ago
  64. 9e2a370 qcow2: Fix in-flight list after qcow2_cache_put failure by Kevin Wolf · 14 years ago
  65. e67a64a vdi: Avoid direct AIO callback by Kevin Wolf · 14 years ago
  66. b11a24d qcow: Avoid direct AIO callback by Kevin Wolf · 14 years ago
  67. 42496d6 qcow2: Avoid direct AIO callback by Kevin Wolf · 14 years ago
  68. 7bf4162 block/rbd: Remove unused local variable by Stefan Weil · 14 years ago
  69. 13748cf Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 14 years ago
  70. 99cce9f qemu-img create: Fix displayed default cluster size by Kevin Wolf · 14 years ago
  71. 80fa334 qcow2: Fix memory leaks in error cases by Kevin Wolf · 14 years ago
  72. 30cdc48 rbd: Add bdrv_truncate implementation by Josh Durgin · 14 years ago
  73. 51a1352 rbd: check return values when scheduling aio by Josh Durgin · 14 years ago
  74. fab5cf5 rbd: allow configuration of rados from the rbd filename by Josh Durgin · 14 years ago
  75. ad32e9c rbd: use the higher level librbd instead of just librados by Josh Durgin · 14 years ago
  76. d1f6fd8 block/raw-posix: get right partition size by Christoph Egger · 14 years ago
  77. 1de1ae0 block/raw-posix: use a character device if a block device is given by Christoph Egger · 14 years ago
  78. 16372ff vmdk: fix endianness bugs by Alexander Graf · 14 years ago
  79. a659979 block: clarify the meaning of BDRV_O_NOCACHE by Christoph Hellwig · 14 years ago
  80. 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 14 years ago
  81. 77a5a00 qed: support for growing images by Stefan Hajnoczi · 14 years ago
  82. 6f321e9 qed: Periodically flush and clear need check bit by Stefan Hajnoczi · 14 years ago
  83. a1c7273 Fix typos in comments and code (occured -> occurred and related) by Stefan Weil · 14 years ago
  84. ebabb67 Fix typo in code and comments by Stefan Weil · 14 years ago
  85. d2d979c NBD: Avoid leaking a couple of strings when the NBD device is closed by Nick Thomas · 14 years ago
  86. 19dfc44 qed: Fix consistency check on 32-bit hosts by Stefan Hajnoczi · 14 years ago
  87. 2d56a54 vpc.c: Use get_option_parameter() does the search by Mitnick Lyu · 14 years ago
  88. 21df65b qed: Add support for zero clusters by Anthony Liguori · 14 years ago
  89. 33897dc NBD device: Separate out parsing configuration and opening sockets. by Nick Thomas · 14 years ago
  90. 4ff9786 Fix trivial "endianness bugs" by Stefan Weil · 14 years ago
  91. 8cffde7 get rid of private bitmap functions in block/sheepdog.c, use generic ones by Michael Tokarev · 14 years ago
  92. 5614c18 block/qcow: Don't ignore immediate read/write and other failures by Stefan Weil · 14 years ago
  93. 40a892b block/vdi: Don't ignore immediate read/write failures by Stefan Weil · 14 years ago
  94. 16fde5f qcow2: Fix order in L2 table COW by Kevin Wolf · 14 years ago
  95. 10b758e qed: Report error for unsupported features by Kevin Wolf · 14 years ago
  96. e8cdcec qcow2: Report error for version > 2 by Kevin Wolf · 14 years ago
  97. 8af3648 qcow2: Fix error handling for reading compressed clusters by Kevin Wolf · 14 years ago
  98. 3ab4c7e qcow2: Fix error handling for immediate backing file read failure by Kevin Wolf · 14 years ago
  99. e0d9c6f QCOW2: bug fix - read base image beyond its size by Chunqiang Tang · 14 years ago
  100. 4f3669e block/vdi: Fix wrong size in conditionally used memset, memcmp by Stefan Weil · 14 years ago