1. 8ad4202 block: acquire AioContext in do_drive_del() by Stefan Hajnoczi · 11 years ago
  2. 3cbbe9f blockdev: fix drive-mirror 'granularity' error message by Stefan Hajnoczi · 11 years ago
  3. 927e0e7 block: acquire AioContext in qmp_block_resize() by Stefan Hajnoczi · 11 years ago
  4. 5839e53 block: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 11 years ago
  5. 13d8cc5 block: add backing-file option to block-stream by Jeff Cody · 11 years ago
  6. 54e2690 block: extend block-commit to accept a string for the backing file by Jeff Cody · 11 years ago
  7. fa40e65 block: add QAPI command to allow live backing file change by Jeff Cody · 11 years ago
  8. 7676e2c block: make 'top' argument to block-commit optional by Jeff Cody · 11 years ago
  9. 09158f0 block: Add replaces argument to drive-mirror by Benoît Canet · 11 years ago
  10. 4c828dc block: Add node-name argument to drive-mirror by Benoît Canet · 11 years ago
  11. 9c75e16 block: check for RESIZE blocker in the QMP command, not bdrv_truncate() by Jeff Cody · 11 years ago
  12. bcada37b qapi event: convert other BLOCK_JOB events by Wenchao Xia · 11 years ago
  13. ae60e8e blockdev: Remove unused DriveInfo reference count by Markus Armbruster · 11 years ago
  14. 60e19e0 blockdev: Rename drive_init(), drive_uninit() to drive_new(), drive_del() by Markus Armbruster · 11 years ago
  15. bcf8315 blockdev: Move 'serial' option to drive_init() by Kevin Wolf · 11 years ago
  16. b15446f blockdev: acquire AioContext in block_set_io_throttle by Stefan Hajnoczi · 11 years ago
  17. 3cb0e25 blockdev: Plug memory leak in drive_init() by Markus Armbruster · 11 years ago
  18. 6376f95 blockdev: Plug memory leak in blockdev_init() by Markus Armbruster · 11 years ago
  19. b1422f2 blockdev: Don't use qerror_report() in do_drive_del() by Markus Armbruster · 11 years ago
  20. e8817e7 blockdev: Don't use qerror_report_err() in drive_init() by Markus Armbruster · 11 years ago
  21. 628ff68 block: Move op_blocker check from block_job_create to its caller by Fam Zheng · 11 years ago
  22. 3718d8a block: Replace in_use with operation blocker by Fam Zheng · 11 years ago
  23. 465bee1 block: optimize zero writes with bdrv_write_zeroes by Peter Lieven · 11 years ago
  24. 82a402e blockdev: add a function to parse enum ids from strings by Peter Lieven · 11 years ago
  25. 13de54e Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago
  26. f70edf9 blockdev: Clean up fragile use of error_is_set() by Markus Armbruster · 11 years ago
  27. f231b88 qerror.h: Remove QERR defines that are only used once by Cole Robinson · 11 years ago
  28. f2d953e block: Catch duplicate IDs in bdrv_new() by Kevin Wolf · 11 years ago
  29. 98522f6 block: Add errp to bdrv_new() by Kevin Wolf · 11 years ago
  30. 5450466 block-commit: speed is an optional parameter by Max Reitz · 11 years ago
  31. c6e0bd9 blockdev: Fix NULL pointer dereference in blockdev-add by Kevin Wolf · 11 years ago
  32. 8ae8e90 blockdev: Fail blockdev-add with encrypted images by Kevin Wolf · 11 years ago
  33. ddf5636 block: Add reference parameter to bdrv_open() by Max Reitz · 11 years ago
  34. f67503e block: Change BDS parameter of bdrv_open() to ** by Max Reitz · 11 years ago
  35. 61e8a92 Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging by Peter Maydell · 11 years ago
  36. 4c0c9bb Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago
  37. 84d18f0 Use error_is_set() only when necessary by Markus Armbruster · 11 years ago
  38. f31c41f block: Handle "rechs" and "large" translation options by Paolo Bonzini · 11 years ago
  39. 0c5e94e block: Open by reference will try device then node_name. by Benoît Canet · 11 years ago
  40. 57b6bdf blockdev: Fix wrong usage of QDECREF causing snapshoted quorum to crash on close. by Benoît Canet · 11 years ago
  41. ee13ed1 blockdev: Remove 'type' parameter from blockdev_init() by Kevin Wolf · 11 years ago
  42. 0901f67 qmp: Allow to take external snapshots on bs graphs node. by Benoît Canet · 11 years ago
  43. 3b1dbd1 qmp: Allow block_resize to manipulate bs graph nodes. by Benoît Canet · 11 years ago
  44. 212a5a8 block: Create authorizations mechanism for external snapshot and resize. by Benoît Canet · 11 years ago
  45. 12d3ba8 qmp: Allow to change password on named block driver states. by Benoît Canet · 11 years ago
  46. c13163f qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes. by Benoît Canet · 11 years ago
  47. d095b46 blockdev: Move "file" to legacy_opts by Max Reitz · 11 years ago
  48. 133fe77 Merge remote branch 'luiz/queue/qmp' into qmpq by Edgar E. Iglesias · 11 years ago
  49. 87ea75d qemu-option: Remove qemu_opts_create_nofail by Peter Crosthwaite · 11 years ago
  50. 20a63d2 commit: Support commit active layer by Fam Zheng · 11 years ago
  51. 314f7ea qmp_change_blockdev() remove unused has_format by Marc-André Lureau · 11 years ago
  52. 117e0c8 block/drive-mirror: Reuse backing HD for sync=none by Max Reitz · 11 years ago
  53. 968854c qmp: access the local QemuOptsLists for drive option by Amos Kong · 11 years ago
  54. 1452686 block/drive-mirror: Check for NULL backing_hd by Max Reitz · 11 years ago
  55. ec9c10d blockdev: fix drive_init() opts and bs_opts leaks by Stefan Hajnoczi · 11 years ago
  56. a7fdbcf blockdev: fix cdrom read_only flag by Fam Zheng · 11 years ago
  57. b681072 blockdev: blockdev_init() error conversion by Kevin Wolf · 11 years ago
  58. 0ebd24e blockdev: Don't disable COR automatically with blockdev-add by Kevin Wolf · 11 years ago
  59. e34ef04 blockdev: Remove 'media' parameter from blockdev_init() by Kevin Wolf · 11 years ago
  60. 4f8a066 blockdev: Remove IF_* check for read-only blockdev_init by Kevin Wolf · 11 years ago
  61. 394c7d4 blockdev: Move virtio-blk device creation to drive_init by Kevin Wolf · 11 years ago
  62. 87a899c blockdev: Move bus/unit/index processing to drive_init by Kevin Wolf · 11 years ago
  63. 2692929 blockdev: Move parsing of 'boot' option to drive_init by Kevin Wolf · 11 years ago
  64. b41a733 blockdev: Moving parsing of geometry options to drive_init by Kevin Wolf · 11 years ago
  65. 593d464 blockdev: Move parsing of 'if' option to drive_init by Kevin Wolf · 12 years ago
  66. 33cb7dc blockdev: Move parsing of 'media' option to drive_init by Kevin Wolf · 12 years ago
  67. f298d07 blockdev: Pass QDict to blockdev_init() by Kevin Wolf · 11 years ago
  68. 326642b blockdev: Separate ID generation from DriveInfo creation by Kevin Wolf · 12 years ago
  69. d26c9a1 blockdev: 'blockdev-add' QMP command by Kevin Wolf · 11 years ago
  70. 2d246f0 blockdev: Introduce DriveInfo.enable_auto_del by Kevin Wolf · 11 years ago
  71. 8f94a6e block: Improve driver whitelist checks by Kevin Wolf · 11 years ago
  72. f6186f4 block: Add BlockDriver.bdrv_check_ext_snapshot. by Benoît Canet · 11 years ago
  73. 3a6f270 block: Remove unused assignment (fixes warning from clang) by Stefan Weil · 11 years ago
  74. 1df6fa4 blockdev: do not default cache.no-flush to true by Paolo Bonzini · 11 years ago
  75. aa3fe71 block: Assert validity of BdrvActionOps by Max Reitz · 11 years ago
  76. 34b5d2c block: Error parameter for open functions by Max Reitz · 12 years ago
  77. 44e3e05 qmp: add interface blockdev-snapshot-delete-internal-sync by Wenchao Xia · 11 years ago
  78. f323bc9 qmp: add interface blockdev-snapshot-internal-sync by Wenchao Xia · 11 years ago
  79. bbe8601 qmp: add internal snapshot support in qmp_transaction by Wenchao Xia · 11 years ago
  80. fa510eb block: use BDS ref for block jobs by Fam Zheng · 12 years ago
  81. 4f6fd34 block: make bdrv_delete() static by Fam Zheng · 12 years ago
  82. 2024c1d block: Add iops_size to do the iops accounting for a given io size. by Benoît Canet · 12 years ago
  83. 3e9fab6 block: Add support for throttling burst max in QMP and the command line. by Benoît Canet · 12 years ago
  84. cc0681c block: Enable the new throttling code in the block layer. by Benoît Canet · 12 years ago
  85. c0447d8 Revert "block: Disable driver-specific options for 1.6" by Kevin Wolf · 12 years ago
  86. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  87. 7780d47 block: better error message for read only format name by Fam Zheng · 12 years ago
  88. 8b7a541 block: Dont ignore previously set bdrv_flags by M. Mohan Kumar · 12 years ago
  89. 6db5f5d block: Bugfix 'format' and 'snapshot' used in drive option by Mike Qiu · 12 years ago
  90. 8afaefb block: Disable driver-specific options for 1.6 by Kevin Wolf · 12 years ago
  91. dfc6f86 misc: Use g_assert_not_reached for code which is expected to be unreachable by Stefan Weil · 12 years ago
  92. fc5d3f8 Implement sync modes for drive-backup. by Ian Main · 12 years ago
  93. 29c4e2b blockdev: Split up 'cache' option by Kevin Wolf · 12 years ago
  94. 0f227a9 blockdev: Rename 'readonly' option to 'read-only' by Kevin Wolf · 12 years ago
  95. 5797522 blockdev: Rename I/O throttling options for QMP by Kevin Wolf · 12 years ago
  96. 74fe54f block: Allow "driver" option on the top level by Kevin Wolf · 12 years ago
  97. b53169e blockdev: add sync mode to drive-backup QMP command by Stefan Hajnoczi · 12 years ago
  98. 78b18b7 blockdev: add Abort transaction by Stefan Hajnoczi · 12 years ago
  99. 3037f36 blockdev: add DriveBackup transaction by Stefan Hajnoczi · 12 years ago
  100. f9ea81e blockdev: allow BdrvActionOps->commit() to be NULL by Stefan Hajnoczi · 12 years ago