1. 1d80909 stream: add on-error argument by Paolo Bonzini · 12 years ago
  2. 32c81a4 block: introduce block job error by Paolo Bonzini · 12 years ago
  3. 92aa5c6 iostatus: move BlockdevOnError declaration to QAPI by Paolo Bonzini · 12 years ago
  4. ff06f5f iostatus: rename BlockErrorAction, BlockQMPEventAction by Paolo Bonzini · 12 years ago
  5. 2f0c9fe block: move job APIs to separate files by Paolo Bonzini · 12 years ago
  6. 7e03a93 block: fix documentation of block_job_cancel_sync by Paolo Bonzini · 12 years ago
  7. 747ff60 block: add live block commit functionality by Jeff Cody · 12 years ago
  8. dc1c13d block: remove keep_read_only flag from BlockDriverState struct by Jeff Cody · 12 years ago
  9. e971aa1 block: Framework for reopening files safely by Jeff Cody · 12 years ago
  10. 9aeaddf block: block_int: include qerror.h by Luiz Capitulino · 13 years ago
  11. bfe8043 qcow2: implement lazy refcounts by Stefan Hajnoczi · 13 years ago
  12. 2b58495 block: Geometry and translation hints are now useless, purge them by Markus Armbruster · 13 years ago
  13. 4534ff5 qemu-img check -r for repairing images by Kevin Wolf · 13 years ago
  14. eba2505 block: prevent snapshot mode $TMPDIR symlink attack by Jim Meyering · 13 years ago
  15. fa4478d block: wait for job callback in block_job_cancel_sync by Paolo Bonzini · 13 years ago
  16. 4513eaf block: add block_job_sleep_ns by Paolo Bonzini · 13 years ago
  17. e023b2e block: fix snapshot on QED by Paolo Bonzini · 13 years ago
  18. c83c66c block: add 'speed' optional parameter to block-stream by Stefan Hajnoczi · 13 years ago
  19. 882ec7c block: change block-job-set-speed argument from 'value' to 'speed' by Stefan Hajnoczi · 13 years ago
  20. 9e6636c block: use Error mechanism instead of -errno for block_job_set_speed() by Stefan Hajnoczi · 13 years ago
  21. fd7f8c6 block: use Error mechanism instead of -errno for block_job_create() by Stefan Hajnoczi · 13 years ago
  22. 6744cba qcow2: Version 3 images by Kevin Wolf · 13 years ago
  23. dc534f8 block: document job API by Paolo Bonzini · 13 years ago
  24. 3e91465 block: fix streaming/closing race by Paolo Bonzini · 13 years ago
  25. 85e8dab aio: move BlockDriverAIOCB to qemu-aio.h by Paolo Bonzini · 13 years ago
  26. 8802d1f qapi: Introduce blockdev-group-snapshot-sync command by Jeff Cody · 13 years ago
  27. b6a127a block: drop aio_multiwrite in BlockDriver by Paolo Bonzini · 13 years ago
  28. 56116a1 block: remove unused fields in BlockDriverState by Paolo Bonzini · 13 years ago
  29. f36f394 block: bdrv_eject(): Make eject_flag a real bool by Luiz Capitulino · 13 years ago
  30. f08f2dd block: add .bdrv_co_write_zeroes() interface by Stefan Hajnoczi · 13 years ago
  31. c8c3080 block: add support for partial streaming by Marcelo Tosatti · 13 years ago
  32. 4f1043b block: add image streaming block job by Stefan Hajnoczi · 13 years ago
  33. eeec61f block: add BlockJob interface for long-running operations by Stefan Hajnoczi · 13 years ago
  34. 470c050 block: make copy-on-read a per-request flag by Stefan Hajnoczi · 13 years ago
  35. 53fec9d block: add interface to toggle copy-on-read by Stefan Hajnoczi · 13 years ago
  36. dbffbdc block: add request tracking by Stefan Hajnoczi · 13 years ago
  37. 6aebab1 block: drop .bdrv_is_allocated() interface by Stefan Hajnoczi · 13 years ago
  38. 376ae3f block: add .bdrv_co_is_allocated() by Stefan Hajnoczi · 13 years ago
  39. 98f90db block: add I/O throttling algorithm by Zhi Yong Wu · 13 years ago
  40. 0563e19 block: add the blockio limits command line support by Zhi Yong Wu · 13 years ago
  41. 0f15423 block: allow migration to work with image files (v3) by Anthony Liguori · 13 years ago
  42. eb489bb block: Introduce bdrv_co_flush_to_os by Kevin Wolf · 13 years ago
  43. c68b89a block: Rename bdrv_co_flush to bdrv_co_flush_to_disk by Kevin Wolf · 13 years ago
  44. b202381 qapi: Convert query-block by Luiz Capitulino · 13 years ago
  45. d6bf279 block: iostatus: Drop BDRV_IOS_INVAL by Luiz Capitulino · 13 years ago
  46. 6db39ae block: change discard to co_discard by Paolo Bonzini · 13 years ago
  47. 8b94ff8 block: change flush to co_flush by Paolo Bonzini · 13 years ago
  48. 4265d62 block: add bdrv_co_discard and bdrv_aio_discard support by Paolo Bonzini · 13 years ago
  49. 07f0761 block: unify flush implementations by Paolo Bonzini · 13 years ago
  50. 28a7282 block: Keep track of devices' I/O status by Luiz Capitulino · 13 years ago
  51. d1a0739 block: Move BlockConf & friends from block_int.h to block.h by Markus Armbruster · 14 years ago
  52. 9e6a4c9 block: Drop BlockDriverState member removable by Markus Armbruster · 14 years ago
  53. 025e849 block: Rename bdrv_set_locked() to bdrv_lock_medium() by Markus Armbruster · 14 years ago
  54. f107639 block: Drop medium lock tracking, ask device models instead by Markus Armbruster · 14 years ago
  55. 22cf56c block: Drop tray status tracking, no longer used by Markus Armbruster · 14 years ago
  56. ba5b7ad block: Declare qemu_blockalign() in block.h, not block_int.h by Markus Armbruster · 14 years ago
  57. 8e49ca4 block: Leave tracking media change to device models by Markus Armbruster · 14 years ago
  58. 145feb1 block: Split change_cb() into change_media_cb(), resize_cb() by Markus Armbruster · 14 years ago
  59. 0e49de5 block: Generalize change_cb() to BlockDevOps by Markus Armbruster · 14 years ago
  60. fa879d6 block: Attach non-qdev devices as well by Markus Armbruster · 14 years ago
  61. c488c7f block: latency accounting by Christoph Hellwig · 14 years ago
  62. a597e79 block: explicit I/O accounting by Christoph Hellwig · 14 years ago
  63. e8045d6 block: include flush requests in info blockstats by Christoph Hellwig · 14 years ago
  64. da1fa91 block: Add bdrv_co_readv/writev by Kevin Wolf · 14 years ago
  65. 822e1cd block: Make BlockDriver method bdrv_eject() return void by Markus Armbruster · 14 years ago
  66. 7bf37fe block: Make BlockDriver method bdrv_set_locked() return void by Markus Armbruster · 14 years ago
  67. 4a1d5e1 block: add bdrv_get_allocated_file_size() operation by Fam Zheng · 14 years ago
  68. f66fd6c VMDK: create different subformats by Fam Zheng · 14 years ago
  69. 39aa9a1 Replaced tabs with spaces in block.h and block_int.h by Devin Nakamura · 14 years ago
  70. 8d27846 block: Remove type hint, it's guest matter, doesn't belong here by Markus Armbruster · 14 years ago
  71. db593f2 Add flag to indicate external users to block device by Marcelo Tosatti · 14 years ago
  72. db97ee6 block: tell drivers about an image resize by Christoph Hellwig · 14 years ago
  73. 75411d2 qed: Add QEMU Enhanced Disk image format by Stefan Hajnoczi · 14 years ago
  74. bb8bf76 block: add discard support by Christoph Hellwig · 14 years ago
  75. eec77d9 qemu-img: Deprecate obsolete -6 and -e options by Jes Sorensen · 14 years ago
  76. 1ca4d09 Add bootindex parameter to net/block/fd device by Gleb Natapov · 14 years ago
  77. 205ef79 block: Allow bdrv_flush to return errors by Kevin Wolf · 14 years ago
  78. 51ef672 Copy snapshots out of QCOW2 disk by edison · 14 years ago
  79. 8b33d9e Revert "Make default invocation of block drivers safer (v3)" by Anthony Liguori · 15 years ago
  80. 4be9762 block: Change bdrv_eject() not to drop the image by Markus Armbruster · 15 years ago
  81. 336c1c1 block: Fix bdrv_has_zero_init by Kevin Wolf · 15 years ago
  82. 5545949 block: default to 0 minimal / optiomal I/O size by Christoph Hellwig · 15 years ago
  83. 79368c8 Make default invocation of block drivers safer (v3) by Anthony Liguori · 15 years ago
  84. 9ac228e qcow2/vdi: Change check to distinguish error cases by Kevin Wolf · 15 years ago
  85. 18846de block: Catch attempt to attach multiple devices to a blockdev by Markus Armbruster · 15 years ago
  86. f8b6cc0 qdev: Decouple qdev_prop_drive from DriveInfo by Markus Armbruster · 15 years ago
  87. 1e297c3 block: fix physical_block_size calculation by Christoph Hellwig · 15 years ago
  88. abd7f68 block: Move error actions from DriveInfo to BlockDriverState by Markus Armbruster · 15 years ago
  89. 294cc35 block: Add wr_highest_sector blockstat by Kevin Wolf · 15 years ago
  90. 66f82ce block: Open the underlying image file in generic code by Kevin Wolf · 15 years ago
  91. 8a22f02 block: Convert first_drv to QLIST by Stefan Hajnoczi · 15 years ago
  92. 1b7bdbc block: Convert bdrv_first to QTAILQ by Stefan Hajnoczi · 15 years ago
  93. b66460e block: Do not export bdrv_first by Stefan Hajnoczi · 15 years ago
  94. 8b9b0cc blkdebug: Add events and rules by Kevin Wolf · 15 years ago
  95. 8cfacf0 block: add logical_block_size property by Christoph Hellwig · 15 years ago
  96. 4dca4b6 block: more read-only changes, related to backing files by Naphtali Sprei · 15 years ago
  97. 428c149 block: add topology qdev properties by Christoph Hellwig · 15 years ago
  98. aaa0eb7 Count dirty blocks and expose an API to get dirty count by Liran Schour · 15 years ago
  99. 756e673 block: Add bdrv_change_backing_file by Kevin Wolf · 15 years ago
  100. 12c09b8 qemu-img: There is more than one host device driver by Kevin Wolf · 15 years ago