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