1. 007e620 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  2. a2aa09e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  3. 2ac0152 qcow2: Make qcow2_alloc_bytes() more explicit by Max Reitz · 10 years ago
  4. 3efffc3 vmdk: Fix next_cluster_sector for compressed write by Radoslav Gerganov · 10 years ago
  5. b6d36de qcow2: Make size_to_clusters() return uint64_t by Max Reitz · 10 years ago
  6. 5b0959a qcow2: Support updating driver-specific options in reopen by Kevin Wolf · 10 years ago
  7. ee55b17 qcow2: Make qcow2_update_options() suitable for transactions by Kevin Wolf · 10 years ago
  8. c1344de qcow2: Fix memory leak in qcow2_update_options() error path by Kevin Wolf · 10 years ago
  9. 007dbc3 qcow2: Leave s unchanged on qcow2_update_options() failure by Kevin Wolf · 10 years ago
  10. 94edf3f qcow2: Move rest of option handling to qcow2_update_options() by Kevin Wolf · 10 years ago
  11. 90efa0e qcow2: Move qcow2_update_options() call up by Kevin Wolf · 10 years ago
  12. 4c75d1a qcow2: Factor out qcow2_update_options() by Kevin Wolf · 10 years ago
  13. f113ae8 qcow2: Improve error message by Kevin Wolf · 10 years ago
  14. 4d2cb09 block: Allow specifying driver-specific options to reopen by Kevin Wolf · 10 years ago
  15. ff99129 qcow2: Rename BDRVQcowState to BDRVQcow2State by Kevin Wolf · 10 years ago
  16. 6ebf9aa block: Drop drv parameter from bdrv_open() by Max Reitz · 10 years ago
  17. e664171 block: Always pass NULL as drv for bdrv_open() by Max Reitz · 10 years ago
  18. b6af097 maint: remove / fix many doubled words by Daniel P. Berrange · 10 years ago
  19. a8f15a2 maint: remove double semicolons in many files by Daniel P. Berrange · 10 years ago
  20. 6d1f252 block/iscsi: validate block size returned from target by Peter Lieven · 10 years ago
  21. 834cb2a quorum: validate vote threshold against num_children even if read-pattern is fifo by Wen Congyang · 10 years ago
  22. 909c260 qcow2: reorder fields in Qcow2CachedTable to reduce padding by Alberto Garcia · 10 years ago
  23. 279621c qcow2: add option to clean unused cache entries after some time by Alberto Garcia · 10 years ago
  24. 355ee2d qcow2: mark the memory as no longer needed after qcow2_cache_empty() by Alberto Garcia · 10 years ago
  25. bdd03cd block/raw-posix: Use raw_normalize_devicepath() by Max Reitz · 10 years ago
  26. e12f378 block: more check for replaced node by Wen Congyang · 10 years ago
  27. e424aff mirror: Fix coroutine reentrance by Kevin Wolf · 10 years ago
  28. cae98cb block/mirror: limit qiov to IOV_MAX elements by Stefan Hajnoczi · 10 years ago
  29. e94867e block: don't register quorum driver if SHA256 support is unavailable by Sascha Silbe · 10 years ago
  30. 9f8c5b6 Merge remote-tracking branch 'remotes/cody/tags/jtc-for-upstream-pull-request' into staging by Peter Maydell · 10 years ago
  31. 325e390 block/ssh: Avoid segfault if inet_connect doesn't set errno. by Richard W.M. Jones · 10 years ago
  32. 6a55c82 sheepdog: serialize requests to overwrapping area by Hitoshi Mitake · 10 years ago
  33. b15deac block: vpc - prevent overflow if max_table_entries >= 0x40000000 by Jeff Cody · 10 years ago
  34. 9990069 mirror: Speed up bitmap initial scanning by Fam Zheng · 10 years ago
  35. 796a060 block/curl: Don't lose original error when a connection fails. by Richard W.M. Jones · 10 years ago
  36. 48ac0a4 mirror: correct buf_size by Wen Congyang · 10 years ago
  37. 17d9716 block: keep bitmap if incremental backup job is cancelled by Stefan Hajnoczi · 10 years ago
  38. 4c0cbd6 block/mirror: Sleep periodically during bitmap scanning by Fam Zheng · 10 years ago
  39. e34d8f2 rbd: fix ceph settings precedence by Josh Durgin · 10 years ago
  40. 99a3c89 rbd: make qemu's cache setting override any ceph setting by Josh Durgin · 10 years ago
  41. 3dbf00e rbd: remove unused constants and fields by Josh Durgin · 10 years ago
  42. acf7b7f Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  43. f6fa64f block: convert qcow/qcow2 to use generic cipher API by Daniel P. Berrange · 10 years ago
  44. 488981a4 block: convert quorum blockdrv to use crypto APIs by Daniel P. Berrange · 10 years ago
  45. 9703116 blockjob: add block_job_release function by Ting Wang · 10 years ago
  46. 25d9747 block/raw-posix: Don't think /dev/fd/<NN> is a floppy drive. by Richard W.M. Jones · 10 years ago
  47. 53ec73e block: Use bdrv_drain to replace uncessary bdrv_drain_all by Fam Zheng · 10 years ago
  48. 6f2945c crypto: move built-in AES implementation into crypto/ by Daniel P. Berrange · 10 years ago
  49. 7a63f3c block: update bdrv_drain_all()/bdrv_drain() comments by Stefan Hajnoczi · 10 years ago
  50. 1bd84ee qcow2: remove unnecessary check by Alberto Garcia · 10 years ago
  51. 764ba3a block: remove redundant check before g_slist_find() by Alberto Garcia · 10 years ago
  52. 29c838c block/nfs: limit maximum readahead size to 1MB by Peter Lieven · 10 years ago
  53. 9049736 block/iscsi: restore compatiblity with libiscsi 1.9.0 by Peter Lieven · 10 years ago
  54. 5082499 block: Fix dirty bitmap in bdrv_co_discard by Fam Zheng · 10 years ago
  55. dcfb3be mirror: Do zero write on target if sectors not allocated by Fam Zheng · 10 years ago
  56. 0fc9f8e qmp: Add optional bool "unmap" to drive-mirror by Fam Zheng · 10 years ago
  57. ba3f0e2 block: Add bdrv_get_block_status_above by Fam Zheng · 10 years ago
  58. 4b80ab2 qapi: Rename 'dirty-bitmap' mode to 'incremental' by John Snow · 10 years ago
  59. 3e5feb6 qcow2: Handle EAGAIN returned from update_refcount by Jindřich Makovička · 10 years ago
  60. 5dd7a53 block/iscsi: add support for request timeouts by Peter Lieven · 10 years ago
  61. 3307ed7 raw-posix: Introduce hdev_is_sg() by Dimitris Aragiorgis · 10 years ago
  62. a93a398 raw-posix: Use DPRINTF for DEBUG_FLOPPY by Dimitris Aragiorgis · 10 years ago
  63. bcb2255 raw-posix: DPRINTF instead of DEBUG_BLOCK_PRINT by Dimitris Aragiorgis · 10 years ago
  64. 1b6bc94 Fix migration in case of scsi-generic by Dimitris Aragiorgis · 10 years ago
  65. b192af8 block: Use bdrv_is_sg() everywhere by Dimitris Aragiorgis · 10 years ago
  66. d5941dd vvfat: add a label option by Wolfgang Bumiller · 10 years ago
  67. 97b0385 block-backend: Introduce blk_drain() by Alexander Yarygin · 10 years ago
  68. 2f388b9 throttle: Check current timers before updating any_timer_armed[] by Alberto Garcia · 10 years ago
  69. f406c03 block: Let bdrv_drain_all() to call aio_poll() for each AioContext by Alexander Yarygin · 10 years ago
  70. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  71. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  72. 4629ed1 qerror: Finally unused, clean up by Markus Armbruster · 10 years ago
  73. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  74. fc48ffc qobject: Use 'bool' for qbool by Eric Blake · 10 years ago
  75. f3e3b08 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  76. 67251a3 block: Fix reopen flag inheritance by Kevin Wolf · 10 years ago
  77. f3930ed block: Move flag inheritance to bdrv_open_inherit() by Kevin Wolf · 10 years ago
  78. a646836 vmdk: Use bdrv_open_image() by Kevin Wolf · 10 years ago
  79. ea6828d quorum: Use bdrv_open_image() by Kevin Wolf · 10 years ago
  80. b868445 raw-posix: Fix .bdrv_co_get_block_status() for unaligned image size by Kevin Wolf · 10 years ago
  81. 90df601 vmdk: Use vmdk_find_index_in_cluster everywhere by Fam Zheng · 10 years ago
  82. 61f0ed1 vmdk: Fix index_in_cluster calculation in vmdk_co_get_block_status by Fam Zheng · 10 years ago
  83. bc85ef2 qcow2: Add DEFAULT_L2_CACHE_CLUSTERS by Max Reitz · 10 years ago
  84. 57e2166 qcow2: Set MIN_L2_CACHE_SIZE to 2 by Max Reitz · 10 years ago
  85. b8fe169 throttle: add the name of the ThrottleGroup to BlockDeviceInfo by Alberto Garcia · 10 years ago
  86. db62833 throttle: acquire the ThrottleGroup lock in bdrv_swap() by Alberto Garcia · 10 years ago
  87. 76f4afb throttle: Add throttle group support by Alberto Garcia · 10 years ago
  88. 2ff1f2e throttle: Add throttle group infrastructure by Alberto Garcia · 10 years ago
  89. 0e5b0a2 throttle: Extract timers from ThrottleState into a separate structure by Benoît Canet · 10 years ago
  90. f4a769a raw-posix: Fix .bdrv_co_get_block_status() for unaligned image size by Kevin Wolf · 10 years ago
  91. 8809cfc blkdebug: Simplify passing of Error through qemu_opts_foreach() by Markus Armbruster · 10 years ago
  92. 28d0de7 QemuOpts: Convert qemu_opts_foreach() to Error by Markus Armbruster · 10 years ago
  93. a4c7367 QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure by Markus Armbruster · 10 years ago
  94. 44f192f iscsi: Remove pointless runtime check of macro value by Fam Zheng · 10 years ago
  95. 8336aaf qcow2/qcow: protect against uninitialized encryption key by Daniel P. Berrange · 10 years ago
  96. d1b4efe qcow2: style fixes in qcow2-cache.c by Alberto Garcia · 10 years ago
  97. a3f1afb qcow2: make qcow2_cache_put() a void function by Alberto Garcia · 10 years ago
  98. 812e408 qcow2: use a hash to look for entries in the L2 cache by Alberto Garcia · 10 years ago
  99. fdfbca8 qcow2: remove qcow2_cache_find_entry_to_replace() by Alberto Garcia · 10 years ago
  100. 2693310 qcow2: use an LRU algorithm to replace entries from the L2 cache by Alberto Garcia · 10 years ago