1. 7191bf3 block: Fix how mirror_run() frees its buffer by Markus Armbruster · 12 years ago
  2. 7479acd win32-aio: Fix how win32_aio_process_completion() frees buffer by Markus Armbruster · 12 years ago
  3. f700f8e sheepdog: clean up sd_aio_setup() by Liu Yuan · 12 years ago
  4. 4778307 sheepdog: multiplex the rw FD to flush cache by Liu Yuan · 12 years ago
  5. 8238010 block: make discard asynchronous by Paolo Bonzini · 12 years ago
  6. fcd9d45 raw: support discard on block devices by Paolo Bonzini · 12 years ago
  7. c85191e raw-posix: remember whether discard failed by Paolo Bonzini · 12 years ago
  8. 3d4fa43 raw-posix: support discard on more filesystems by Kusanagi Kouichi · 12 years ago
  9. 8d2497c qcow2: Fix segfault on zero-length write by Kevin Wolf · 12 years ago
  10. da758bd Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 12 years ago
  11. c53b1c5 block: make qiov_is_aligned() public by Stefan Hajnoczi · 12 years ago
  12. b608c8d raw-posix: fix bdrv_aio_ioctl by Paolo Bonzini · 12 years ago
  13. 0e7106d sheepdog: implement direct write semantics by Liu Yuan · 12 years ago
  14. 4d45457 qemu-option: move standard option definitions out of qemu-config.c by Paolo Bonzini · 12 years ago
  15. eb7ff6f Replace remaining gmtime, localtime by gmtime_r, localtime_r by Stefan Weil · 12 years ago
  16. d6b1ef8 sheepdog: pass oid directly to send_pending_req() by Liu Yuan · 12 years ago
  17. bd751f2 sheepdog: don't update inode when create_and_write fails by Liu Yuan · 12 years ago
  18. fccedc6 block/raw-win32: Fix compiler warnings (wrong format specifiers) by Stefan Weil · 12 years ago
  19. 4065742 raw-posix: add raw_get_aio_fd() for virtio-blk-data-plane by Stefan Hajnoczi · 12 years ago
  20. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  21. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  22. caf71f8 migration: move include files to include/migration/ by Paolo Bonzini · 12 years ago
  23. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  24. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  25. f8fe796 janitor: do not include qemu-char everywhere by Paolo Bonzini · 12 years ago
  26. 077805f janitor: do not rely on indirect inclusions of or from qemu-char.h by Paolo Bonzini · 13 years ago
  27. 525877c build: move rules from Makefile to */Makefile.objs by Paolo Bonzini · 13 years ago
  28. 226c3c2 qcow2: Factor out handle_dependencies() by Kevin Wolf · 12 years ago
  29. 4e95314 qcow2: Execute run_dependent_requests() without lock by Kevin Wolf · 12 years ago
  30. 280d373 qcow2: Enable dirty flag in qcow2_alloc_cluster_link_l2 by Kevin Wolf · 12 years ago
  31. f50f88b qcow2: Allocate l2meta only for cluster allocations by Kevin Wolf · 12 years ago
  32. 060bee8 qcow2: Drop l2meta.cluster_offset by Kevin Wolf · 12 years ago
  33. cf5c1a2 qcow2: Allocate l2meta dynamically by Kevin Wolf · 12 years ago
  34. 593fb83 qcow2: Introduce Qcow2COWRegion by Kevin Wolf · 12 years ago
  35. 1d3afd6 qcow2: Round QCowL2Meta.offset down to cluster boundary by Kevin Wolf · 12 years ago
  36. 67a7a0e qcow2: Move BLKDBG_EVENT out of the lock by Kevin Wolf · 12 years ago
  37. 3c90c65 blkdebug: Implement suspend/resume of AIO requests by Kevin Wolf · 12 years ago
  38. 9e35542 blkdebug: Factor out remove_rule() by Kevin Wolf · 12 years ago
  39. 312a2ba blkdebug: Allow usage without config file by Kevin Wolf · 12 years ago
  40. fbcad04 Fix error code checking for SetFilePointer() call by Fabien Chouteau · 12 years ago
  41. 473c7f0 rbd: Fix race between aio completition and aio cancel by Stefan Priebe · 12 years ago
  42. c208e8c raw-posix: inline paio_ioctl into hdev_aio_ioctl by Paolo Bonzini · 12 years ago
  43. 258d2ed block: vpc support for ~2 TB disks by Charles Arnold · 12 years ago
  44. 1fe1fa5 block: vpc initialize the uuid footer field by Charles Arnold · 12 years ago
  45. c57b665 aio: Get rid of qemu_aio_flush() by Kevin Wolf · 12 years ago
  46. f807ecd iscsi: do not assume device is zero initialized by Peter Lieven · 12 years ago
  47. e829b0b iscsi: fix deadlock during login by Peter Lieven · 12 years ago
  48. 8da1e18 iscsi: fix segfault in url parsing by Peter Lieven · 12 years ago
  49. 08448d5 use int64_t for return values from rbd instead of int by Stefan Priebe · 12 years ago
  50. 8ba2aae vdi: don't override libuuid symbols by Stefan Hajnoczi · 12 years ago
  51. 1bc6b70 block: add bdrv_reopen() support for raw hdev, floppy, and cdrom by Jeff Cody · 12 years ago
  52. b1649fa vmdk: Fix data corruption bug in WRITE and READ handling by Gerhard Wiesinger · 12 years ago
  53. d7331be aio: rename AIOPool to AIOCBInfo by Stefan Hajnoczi · 12 years ago
  54. cee40d2 block: Workaround for older versions of MinGW gcc by Stefan Weil · 12 years ago
  55. a354807 qcow2: Fix refcount table size calculation by Kevin Wolf · 12 years ago
  56. 1d7d2a9 nbd: accept URIs by Paolo Bonzini · 12 years ago
  57. d04b0bb nbd: accept relative path to Unix socket by Paolo Bonzini · 12 years ago
  58. f563a5d Merge remote-tracking branch 'origin/master' into threadpool by Paolo Bonzini · 12 years ago
  59. a273652 raw-win32: implement native asynchronous I/O by Paolo Bonzini · 12 years ago
  60. 10fb6e0 raw-posix: move linux-aio.c to block/ by Paolo Bonzini · 12 years ago
  61. fc4edb8 raw-win32: add emulated AIO support by Paolo Bonzini · 13 years ago
  62. 9f8540e raw-posix: rename raw-posix-aio.h, hide unavailable prototypes by Paolo Bonzini · 13 years ago
  63. de81a16 raw: merge posix-aio-compat.c into block/raw-posix.c by Paolo Bonzini · 13 years ago
  64. 47e6b25 block: switch posix-aio-compat to threadpool by Paolo Bonzini · 13 years ago
  65. f42b220 aio: add Win32 implementation by Paolo Bonzini · 13 years ago
  66. b952b55 mirror: add support for on-source-error/on-target-error by Paolo Bonzini · 12 years ago
  67. d63ffd8 mirror: implement completion by Paolo Bonzini · 12 years ago
  68. 893f7eb mirror: introduce mirror job by Paolo Bonzini · 12 years ago
  69. 65f4632 block: rename block_job_complete to block_job_completed by Paolo Bonzini · 12 years ago
  70. d5208c4 block: in commit, determine base image from the top image by Jeff Cody · 12 years ago
  71. 2f53680 sheepdog: use bool for boolean variables by MORITA Kazutaka · 12 years ago
  72. 048d361 Merge branch 'trivial-patches' of git://github.com/stefanha/qemu by Aurelien Jarno · 12 years ago
  73. 4d5b97d cleanup useless return sentence by Amos Kong · 12 years ago
  74. 00ea188 qcow2: mark this file's sole strncpy use as justified by Jim Meyering · 12 years ago
  75. d66f8e7 vmdk: relative_path: use pstrcpy in place of strncpy by Jim Meyering · 12 years ago
  76. 3178e27 sheepdog: avoid a few buffer overruns by Jim Meyering · 12 years ago
  77. 8f96b5b blkdebug: process all set_state rules in the old state by Paolo Bonzini · 12 years ago
  78. 1d80909 stream: add on-error argument by Paolo Bonzini · 12 years ago
  79. 92aa5c6 iostatus: move BlockdevOnError declaration to QAPI by Paolo Bonzini · 12 years ago
  80. 2f0c9fe block: move job APIs to separate files by Paolo Bonzini · 12 years ago
  81. 747ff60 block: add live block commit functionality by Jeff Cody · 12 years ago
  82. 8d6d89c block: Support GlusterFS as a QEMU block backend. by Bharata B Rao · 12 years ago
  83. 444dbc3 Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 13 years ago
  84. 3fe4b70 block: vpc image file reopen by Jeff Cody · 13 years ago
  85. ecfe2bb block: vdi image file reopen by Jeff Cody · 13 years ago
  86. 3897575 block: vmdk image file reopen by Jeff Cody · 13 years ago
  87. d177692 block: qcow image file reopen by Jeff Cody · 13 years ago
  88. 21d82ac block: qcow2 image file reopen by Jeff Cody · 13 years ago
  89. f9cb20f block: qed image file reopen by Jeff Cody · 13 years ago
  90. 01bdddb block: raw image file reopen by Jeff Cody · 13 years ago
  91. eeb6b45 block: raw-posix image file reopen by Jeff Cody · 13 years ago
  92. 3d1807a block: purge s->aligned_buf and s->aligned_buf_size from raw-posix.c by Jeff Cody · 13 years ago
  93. 9acc5a0 block: use BDRV_O_NOCACHE instead of s->aligned_buf in raw-posix.c by Jeff Cody · 13 years ago
  94. 39c9fb9 block: do not parse BDRV_O_CACHE_WB in block drivers by Jeff Cody · 13 years ago
  95. 6a8dc04 block: move open flag parsing in raw block drivers to helper functions by Jeff Cody · 13 years ago
  96. fc32a72 block: move aio initialization into a helper function by Jeff Cody · 13 years ago
  97. 40a13ca iSCSI: We dont need to explicitely call qemu_notify_event() any more by Ronnie Sahlberg · 13 years ago
  98. f1a1282 iSCSI: We need to support SG_IO also from iscsi_ioctl() by Ronnie Sahlberg · 13 years ago
  99. 514f21a vdi: Fix warning from clang by Stefan Weil · 13 years ago
  100. 45724d6 block/curl: Fix wrong free statement by Stefan Weil · 13 years ago