1. e034f5b qcow2: Use unsigned int for both members of Qcow2COWRegion by Alberto Garcia · 8 years ago
  2. 026ac15 qcow2: Remove unused Error variable in do_perform_cow() by Alberto Garcia · 8 years ago
  3. 0d2fac8 throttle: Update throttle-groups.c documentation by Alberto Garcia · 8 years ago
  4. ea17c9d block: use BDRV_POLL_WHILE() in bdrv_rw_vmstate() by Stefan Hajnoczi · 8 years ago
  5. dc88a46 block: count bdrv_co_rw_vmstate() requests by Stefan Hajnoczi · 8 years ago
  6. 4f78a16 commit: Fix completion with extra reference by Kevin Wolf · 8 years ago
  7. 84e3d07 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' into staging by Peter Maydell · 8 years ago
  8. 65a0e3e Merge remote-tracking branch 'remotes/famz/tags/docker-and-block-pull-request' into staging by Peter Maydell · 8 years ago
  9. 7e56acc Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 8 years ago
  10. 01b2ffc qapi: merge QInt and QFloat in QNum by Marc-André Lureau · 8 years ago
  11. 5b50bf7 block: make accounting thread-safe by Paolo Bonzini · 8 years ago
  12. 9caa6f3 block: split BlockAcctStats creation and setup by Paolo Bonzini · 8 years ago
  13. 39c1b42 block: introduce block_account_one_io by Paolo Bonzini · 8 years ago
  14. b64bd51 block: protect modification of dirty bitmaps with a mutex by Paolo Bonzini · 8 years ago
  15. 2119882 block: introduce dirty_bitmap_mutex by Paolo Bonzini · 8 years ago
  16. 3783fa3 block: protect tracked_requests and flush_queue with reqs_lock by Paolo Bonzini · 8 years ago
  17. 47fec59 block: access write_gen with atomics by Paolo Bonzini · 8 years ago
  18. f7946da block: use Stat64 for wr_highest_offset by Paolo Bonzini · 8 years ago
  19. 93001e9 throttle-groups: protect throttled requests with a CoMutex by Paolo Bonzini · 8 years ago
  20. 3b170dc throttle-groups: do not use qemu_co_enter_next by Paolo Bonzini · 8 years ago
  21. 7258ed9 throttle-groups: only start one coroutine from drained_begin by Paolo Bonzini · 8 years ago
  22. 850d54a block: access io_plugged with atomic ops by Paolo Bonzini · 8 years ago
  23. e2a6ae7 block: access wakeup with atomic ops by Paolo Bonzini · 8 years ago
  24. 20fc71b block: access serialising_in_flight with atomic ops by Paolo Bonzini · 8 years ago
  25. d993b85 block: access io_limits_disabled with atomic ops by Paolo Bonzini · 8 years ago
  26. 414c2ec block: access quiesce_counter with atomic ops by Paolo Bonzini · 8 years ago
  27. d3faa13 block: access copy_on_read with atomic ops by Paolo Bonzini · 8 years ago
  28. d1fdf25 nbd: rename read_sync and friends by Vladimir Sementsov-Ogievskiy · 8 years ago
  29. 5c3ad1a block/iscsi: enable filename option and parsing by Jeff Cody · 8 years ago
  30. 91589d9 block/rbd: enable filename option and parsing by Jeff Cody · 8 years ago
  31. e0b4891 Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging by Peter Maydell · 8 years ago
  32. 475df9d Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 8 years ago
  33. 56faeb9 block/gluster.c: Handle qdict_array_entries() failure by Peter Maydell · 8 years ago
  34. 272545c block/qcow.c: Fix memory leak in qcow_create() by Peter Maydell · 8 years ago
  35. 19ebd13 commit: Fix use after free in completion by Kevin Wolf · 8 years ago
  36. 93c2650 block: Fix anonymous BBs in blk_root_inactivate() by Kevin Wolf · 8 years ago
  37. 6bdcc01 nbd: make it thread-safe, fix qcow2 over nbd by Paolo Bonzini · 8 years ago
  38. be41c10 nbd/client.c: use errp instead of LOG by Vladimir Sementsov-Ogievskiy · 8 years ago
  39. f260956 nbd: add errp parameter to nbd_wr_syncv() by Vladimir Sementsov-Ogievskiy · 8 years ago
  40. df3a429 gluster: add support for PREALLOC_MODE_FALLOC by Niels de Vos · 8 years ago
  41. 0748b35 Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging by Stefan Hajnoczi · 8 years ago
  42. 03c320d block/file-*: *_parse_filename() and colons by Max Reitz · 8 years ago
  43. bcb07db block: Tweak error message related to qemu-img amend by Eric Blake · 8 years ago
  44. a7a6a2b qcow2: remove extra local_error variable by Alberto Garcia · 8 years ago
  45. 63c8ef2 mirror: Drop permissions on s->target on completion by Kevin Wolf · 8 years ago
  46. 525989a stream: fix crash in stream_start() when block_job_create() fails by Alberto Garcia · 8 years ago
  47. 223a23c block/gluster: glfs_lseek() workaround by Jeff Cody · 8 years ago
  48. f321dcb blockjob: introduce block_job_pause/resume_all by Paolo Bonzini · 8 years ago
  49. 05b0d8e blockjob: introduce block_job_early_fail by Paolo Bonzini · 8 years ago
  50. 68ba3b0 migration: migration.h was not needed by Juan Quintela · 8 years ago
  51. 2ccbd47 Merge remote-tracking branch 'quintela/tags/migration/20170517' into staging by Stefan Hajnoczi · 8 years ago
  52. fefb28a Merge remote-tracking branch 'jtc/tags/block-pull-request' into staging by Stefan Hajnoczi · 8 years ago
  53. 795c40b migration: Create migration/blocker.h by Juan Quintela · 8 years ago
  54. 2bb5c93 curl: do not do aio_poll when waiting for a free CURLState by Paolo Bonzini · 8 years ago
  55. 28256d8 curl: convert readv to coroutines by Paolo Bonzini · 8 years ago
  56. 2125e5e curl: convert CURLAIOCB to byte values by Paolo Bonzini · 8 years ago
  57. 3ce6a72 curl: split curl_find_state/curl_init_state by Paolo Bonzini · 8 years ago
  58. cdece04 block/win32: fix 'ret not initialized' warning by Gerd Hoffmann · 8 years ago
  59. 456af34 curl: avoid recursive locking of BDRVCURLState mutex by Paolo Bonzini · 8 years ago
  60. 34db05e curl: never invoke callbacks with s->mutex held by Paolo Bonzini · 8 years ago
  61. 675a775 curl: strengthen assertion in curl_clean_state by Paolo Bonzini · 8 years ago
  62. 327c8eb block: curl: Allow passing cookies via QCryptoSecret by Peter Krempa · 8 years ago
  63. b54933e Merge tag 'block-pull-request' into staging by Stefan Hajnoczi · 8 years ago
  64. 3753e25 Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging by Stefan Hajnoczi · 8 years ago
  65. ee29d6a block: Simplify BDRV_BLOCK_RAW recursion by Eric Blake · 8 years ago
  66. d2cb36a qcow2: Discard/zero clusters by byte count by Eric Blake · 8 years ago
  67. f10ee13 qcow2: Assert that cluster operations are aligned by Eric Blake · 8 years ago
  68. fbaa6bb qcow2: Optimize write zero of unaligned tail cluster by Eric Blake · 8 years ago
  69. 06cc5e2 qcow2: Optimize zero_single_l2() to minimize L2 churn by Eric Blake · 8 years ago
  70. fdfab37 qcow2: Make distinction between zero cluster types obvious by Eric Blake · 8 years ago
  71. 3ef9521 qcow2: Name typedef for cluster type by Eric Blake · 8 years ago
  72. 4341df8 qcow2: Correctly report status of preallocated zero clusters by Eric Blake · 8 years ago
  73. bbd995d qcow2: Use consistent switch indentation by Eric Blake · 8 years ago
  74. b32cbae qcow2: Nicer variable names in qcow2_update_snapshot_refcount() by Eric Blake · 8 years ago
  75. 430b26a blkdebug: Add ability to override unmap geometries by Eric Blake · 8 years ago
  76. 3dc834f blkdebug: Simplify override logic by Eric Blake · 8 years ago
  77. 63188c2 blkdebug: Add pass-through write_zero and discard support by Eric Blake · 8 years ago
  78. d157ed5 blkdebug: Refactor error injection by Eric Blake · 8 years ago
  79. e0ef439 blkdebug: Sanity check block layer guarantees by Eric Blake · 8 years ago
  80. 22d5cd8 file-posix: Remove .bdrv_inactivate/invalidate_cache by Kevin Wolf · 8 years ago
  81. cfa1a57 block: Drop permissions when migration completes by Kevin Wolf · 8 years ago
  82. 4417ab7 block: New BdrvChildRole.activate() for blk_resume_after_migration() by Kevin Wolf · 8 years ago
  83. 293073a qcow2: Discard preallocated zero clusters by Max Reitz · 8 years ago
  84. 564a6b6 qcow2: Reuse preallocated zero clusters by Max Reitz · 8 years ago
  85. 92413c1 qcow2: Fix preallocation size formula by Max Reitz · 8 years ago
  86. 244a566 file-posix: Add image locking to perm operations by Fam Zheng · 8 years ago
  87. 1c3a555 file-win32: Error out if locking=on by Fam Zheng · 8 years ago
  88. 16b48d5 file-posix: Add 'locking' option by Fam Zheng · 8 years ago
  89. f465706 Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into staging by Stefan Hajnoczi · 8 years ago
  90. 1effe6a Merge remote-tracking branch 'danpb/tags/pull-qcrypto-2017-05-09-1' into staging by Stefan Hajnoczi · 8 years ago
  91. e4a3507 crypto: move 'opaque' parameter to (nearly) the end of parameter list by Daniel P. Berrange · 8 years ago
  92. bd269eb sockets: Limit SocketAddressLegacy to external interfaces by Markus Armbruster · 8 years ago
  93. 62cf396 sockets: Rename SocketAddressFlat to SocketAddress by Markus Armbruster · 8 years ago
  94. dfd100f sockets: Rename SocketAddress to SocketAddressLegacy by Markus Armbruster · 8 years ago
  95. 0785bd7 sockets: Prepare inet_parse() for flattened SocketAddress by Markus Armbruster · 8 years ago
  96. 46f5ac2 qobject: Use simpler QDict/QList scalar insertion macros by Eric Blake · 8 years ago
  97. de6e795 qobject: Drop useless QObject casts by Eric Blake · 8 years ago
  98. 3c76c60 block: Make 'replication_state' an enum by Fam Zheng · 8 years ago
  99. 048c5fd qcow2: Allow discard of final unaligned cluster by Eric Blake · 8 years ago
  100. f59adb3 block: Add .bdrv_truncate() error messages by Max Reitz · 8 years ago