1. 128aa58 move corking functions to osdep.c by Paolo Bonzini · 13 years ago
  2. 7a70663 nbd: add support for NBD_CMD_TRIM by Paolo Bonzini · 13 years ago
  3. 1486d04 nbd: add support for NBD_CMD_FLUSH by Paolo Bonzini · 13 years ago
  4. 2c7989a nbd: add support for NBD_CMD_FLAG_FUA by Paolo Bonzini · 13 years ago
  5. ecda344 nbd: allow multiple in-flight requests by Paolo Bonzini · 13 years ago
  6. d9b09f1 nbd: split requests by Paolo Bonzini · 13 years ago
  7. ae255e5 nbd: switch to asynchronous operation by Paolo Bonzini · 13 years ago
  8. 8c5135f sheepdog: move coroutine send/recv function to generic code by Paolo Bonzini · 13 years ago
  9. 16d2fc0 block/cow: Return real error code by Li Zhi Hui · 13 years ago
  10. c2c9a46 qcow2: Allow >4 GB VM state by Kevin Wolf · 13 years ago
  11. b9c5329 rbd: always set out parameter in qemu_rbd_snap_list by Josh Durgin · 13 years ago
  12. 28c1202 block/qcow2.c: call qcow2_free_snapshots in the function of qcow2_close by Li Zhi Hui · 13 years ago
  13. 91977c2 block: qemu_aio_get does not return NULL by Paolo Bonzini · 13 years ago
  14. ad54ae8 block: bdrv_aio_* do not return NULL by Paolo Bonzini · 13 years ago
  15. 3a93113 fix typo: delete redundant semicolon by Dong Xu Wang · 13 years ago
  16. eb5d5be Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 13 years ago
  17. e94d138 cow: use bdrv_co_is_allocated() by Stefan Hajnoczi · 13 years ago
  18. e8ee5e4 coroutine: add qemu_co_queue_restart_all() by Stefan Hajnoczi · 13 years ago
  19. 8114583 cow: convert to .bdrv_co_is_allocated() by Stefan Hajnoczi · 13 years ago
  20. e850b35 vdi: convert to .bdrv_co_is_allocated() by Stefan Hajnoczi · 13 years ago
  21. 73f703c vvfat: convert to .bdrv_co_is_allocated() by Stefan Hajnoczi · 13 years ago
  22. f8a2e5e block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated() by Stefan Hajnoczi · 13 years ago
  23. b7d5a5b qed: convert to .bdrv_co_is_allocated() by Stefan Hajnoczi · 13 years ago
  24. e3f652b qcow2: Fix error path in qcow2_snapshot_load_tmp by Kevin Wolf · 13 years ago
  25. 9a47678 qcow2: Fix order in qcow2_snapshot_delete by Kevin Wolf · 13 years ago
  26. 43a0cac qcow2: Fix order of refcount updates in qcow2_snapshot_goto by Kevin Wolf · 13 years ago
  27. 589f284 qcow2: Return real error in qcow2_snapshot_goto by Kevin Wolf · 13 years ago
  28. d1ea98d qcow2: Rework qcow2_snapshot_create error handling by Kevin Wolf · 13 years ago
  29. 0334316 qcow2: Cleanups and memleak fix in qcow2_snapshot_create by Kevin Wolf · 13 years ago
  30. d69969c qcow2: Update snapshot table information at once by Kevin Wolf · 13 years ago
  31. 07fd877 qcow2: Return real error code in qcow2_write_snapshots by Kevin Wolf · 13 years ago
  32. 42deb29 qcow2: Return real error code in qcow2_read_snapshots by Kevin Wolf · 13 years ago
  33. a968168 block: Add coroutine_fn marker to coroutine functions by Dong Xu Wang · 13 years ago
  34. 3535a9c block: Use bdrv functions to replace file operation in cow.c by Li Zhi Hui · 13 years ago
  35. 23e9a39 qed: adjust the way to get nb_sectors by Zhi Yong Wu · 13 years ago
  36. aef4acb qcow2: avoid reentrant bdrv_read() in copy_sectors() by Stefan Hajnoczi · 13 years ago
  37. 1b9f149 qcow2: Unlock during COW by Kevin Wolf · 13 years ago
  38. 9b2260c fix spelling in block sub directory by Dong Xu Wang · 13 years ago
  39. 5bb1cba vpc: Add missing error handling in alloc_block by Kevin Wolf · 13 years ago
  40. 6ac5f38 vdi: Fix memory leak by Kevin Wolf · 13 years ago
  41. 3397f0c vvfat: Add migration blocker by Kevin Wolf · 13 years ago
  42. 612ff3d vpc: Add migration blocker by Kevin Wolf · 13 years ago
  43. 2bc3166 vmdk: Add migration blocker by Kevin Wolf · 13 years ago
  44. fc9d106 vdi: Add migration blocker by Kevin Wolf · 13 years ago
  45. fd9f102 qcow: Add migration blocker by Kevin Wolf · 13 years ago
  46. c3fecea sheepdog: Avoid deadlock in error path by Dong Xu Wang · 13 years ago
  47. 2923d34 Include zlib.h using #include <> by Stefan Weil · 13 years ago
  48. 1ed520c qed: add migration blocker (v2) by Anthony Liguori · 13 years ago
  49. 06d9260 qcow2: implement bdrv_invalidate_cache (v2) by Anthony Liguori · 13 years ago
  50. eb489bb block: Introduce bdrv_co_flush_to_os by Kevin Wolf · 13 years ago
  51. c68b89a block: Rename bdrv_co_flush to bdrv_co_flush_to_disk by Kevin Wolf · 13 years ago
  52. 78439f6 block: Fix vpc initialization of the Dynamic Disk Header by Charles Arnold · 13 years ago
  53. 7704df9 vvfat: Fix read-write mode by Kevin Wolf · 13 years ago
  54. 273e4e0 vvfat: reorganize computation of disk geometry by Paolo Bonzini · 13 years ago
  55. d71cff4 vvfat: do not hardcode sector counts in error message by Paolo Bonzini · 13 years ago
  56. 5a742b5 vvfat: unify and correct computation of sector count by Paolo Bonzini · 13 years ago
  57. aad37c0 vvfat: need to use first_sectors_number to distinguish fdd/hdd by Paolo Bonzini · 13 years ago
  58. e654bfe vvfat: do not fail if the disk has spare sectors by Paolo Bonzini · 13 years ago
  59. 2b6a43a vvfat: fix out of bounds array_get usage by Paolo Bonzini · 13 years ago
  60. 756f51e block/cloop: Use g_free instead of free by Dong Xu Wang · 13 years ago
  61. 5b47b7c block/cloop: Fix coding style by Dong Xu Wang · 13 years ago
  62. 8494a39 Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 13 years ago
  63. 3a069ff Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 13 years ago
  64. c95de7e block: fix qcow2_co_flush deadlock by Dong Xu Wang · 13 years ago
  65. 93897b9 vmdk: Fix possible segfaults by Kevin Wolf · 13 years ago
  66. 99f1835 vmdk: Improve error handling by Kevin Wolf · 13 years ago
  67. bac8d7b vmdk: Fix use of uninitialised value by Kevin Wolf · 13 years ago
  68. 64ebe71 qcow: Fix bdrv_write_compressed error handling by Kevin Wolf · 13 years ago
  69. c794b4e Teach block/vdi about "discarded" (no longer allocated) blocks by Eric Sunshine · 13 years ago
  70. c589b24 iSCSI block driver by Ronnie Sahlberg · 13 years ago
  71. 512a2cf qed: remove unneeded variable assignment by Pavel Borzenkov · 13 years ago
  72. feba23b qed: don't pass NULL to memcpy by Pavel Borzenkov · 13 years ago
  73. 8379e46 vmdk: vmdk_read_cid returns garbage if p_name is NULL by Pavel Borzenkov · 13 years ago
  74. c18a1c8 vmdk: remove unneeded variable assignment by Pavel Borzenkov · 13 years ago
  75. 6db39ae block: change discard to co_discard by Paolo Bonzini · 13 years ago
  76. 8b94ff8 block: change flush to co_flush by Paolo Bonzini · 13 years ago
  77. e183ef7 block: take lock around bdrv_write implementations by Paolo Bonzini · 13 years ago
  78. 2914caa block: take lock around bdrv_read implementations by Paolo Bonzini · 13 years ago
  79. 848c66e block: add a CoMutex to synchronous read drivers by Paolo Bonzini · 13 years ago
  80. bae0a0c vmdk: clean up open by Paolo Bonzini · 13 years ago
  81. 588b65a vmdk: fix return values of vmdk_parent_open by Paolo Bonzini · 13 years ago
  82. 8f1efd0 qcow2: Fix bdrv_write_compressed error handling by Kevin Wolf · 13 years ago
  83. 4265d62 block: add bdrv_co_discard and bdrv_aio_discard support by Paolo Bonzini · 13 years ago
  84. 6f6dc65 block: drop redundant bdrv_flush implementation by Stefan Hajnoczi · 13 years ago
  85. d8716b4 sheepdog: add coroutine_fn markers by Paolo Bonzini · 13 years ago
  86. 2a22e6e Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 13 years ago
  87. d8b7e0a block: use coroutine interface for raw format by Stefan Hajnoczi · 13 years ago
  88. 1b1e8c6 raw-posix: remove bdrv_read()/bdrv_write() by Stefan Hajnoczi · 13 years ago
  89. add8d26 block/qcow: Fix use of free() instead of g_free() by Stefan Weil · 13 years ago
  90. 7acae20 sheepdog: correct spelling by Dong Xu Wang · 13 years ago
  91. 0d460d6 vvfat: Fix potential buffer overflow by Kevin Wolf · 14 years ago
  92. 7ef6d3d block/vvfat: Remove unused code by Stefan Weil · 13 years ago
  93. ce13782 block/vvfat: Fix potential memory leaks and other memory errors by Stefan Weil · 13 years ago
  94. 55b949c block: allow resizing of images residing on host devices by Christoph Hellwig · 13 years ago
  95. e4fc878 qed: fix use-after-free during l2 cache commit by Stefan Hajnoczi · 13 years ago
  96. 363c3c8 block/curl: Don't finish AIOCBs too early by Nick Thomas · 13 years ago
  97. c84dcdc block/curl: Implement a flush function on the fd handlers by Nick Thomas · 13 years ago
  98. 16a06b2 rbd: allow escaping in config string by Sage Weil · 13 years ago
  99. 7a3f5fe rbd: call flush, if available by Sage Weil · 13 years ago
  100. 9e1fbcd rbd: update comment heading by Sage Weil · 13 years ago