1. 0778926 block: add a function to clear incoming live migration flags by Benoît Canet · 13 years ago
  2. ccb1f4a block: Add new BDRV_O_INCOMING flag to notice incoming live migration by Benoît Canet · 13 years ago
  3. 64c7916 qemu-img: add dirty flag status by Dong Xu Wang · 13 years ago
  4. f8111c2 qemu-img: add image fragmentation statistics by Dong Xu Wang · 13 years ago
  5. 1fc86bf block: enforce constraints on block size properties by Stefan Hajnoczi · 13 years ago
  6. 85e8dab aio: move BlockDriverAIOCB to qemu-aio.h by Paolo Bonzini · 13 years ago
  7. e887749 block: handle -EBUSY in bdrv_commit_all() by Stefan Hajnoczi · 13 years ago
  8. 8802d1f qapi: Introduce blockdev-group-snapshot-sync command by Jeff Cody · 13 years ago
  9. f8d3d12 block: add a transfer rate for floppy types by Hervé Poussineau · 13 years ago
  10. f36f394 block: bdrv_eject(): Make eject_flag a real bool by Luiz Capitulino · 13 years ago
  11. 329c0a4 block: Rename bdrv_mon_event() & BlockMonEventAction by Luiz Capitulino · 13 years ago
  12. f08f2dd block: add .bdrv_co_write_zeroes() interface by Stefan Hajnoczi · 13 years ago
  13. e8a6bb9 block: add bdrv_find_backing_image by Marcelo Tosatti · 13 years ago
  14. 470c050 block: make copy-on-read a per-request flag by Stefan Hajnoczi · 13 years ago
  15. c2c9a46 qcow2: Allow >4 GB VM state by Kevin Wolf · 13 years ago
  16. e7d8100 Fix spelling in comments, documentation and messages by Stefan Weil · 13 years ago
  17. 922453b block: convert qemu_aio_flush() calls to bdrv_drain_all() by Stefan Hajnoczi · 13 years ago
  18. 53fec9d block: add interface to toggle copy-on-read by Stefan Hajnoczi · 13 years ago
  19. 060f51c block: add bdrv_co_is_allocated() interface by Stefan Hajnoczi · 13 years ago
  20. 98f90db block: add I/O throttling algorithm by Zhi Yong Wu · 13 years ago
  21. 0563e19 block: add the blockio limits command line support by Zhi Yong Wu · 13 years ago
  22. 0f15423 block: allow migration to work with image files (v3) by Anthony Liguori · 13 years ago
  23. 025ccaa block: add eject request callback by Paolo Bonzini · 13 years ago
  24. b202381 qapi: Convert query-block by Luiz Capitulino · 13 years ago
  25. 58e21ef block: Rename the BlockIOStatus enum values by Luiz Capitulino · 13 years ago
  26. d6bf279 block: iostatus: Drop BDRV_IOS_INVAL by Luiz Capitulino · 13 years ago
  27. 4265d62 block: add bdrv_co_discard and bdrv_aio_discard support by Paolo Bonzini · 13 years ago
  28. 07f0761 block: unify flush implementations by Paolo Bonzini · 13 years ago
  29. 28a7282 block: Keep track of devices' I/O status by Luiz Capitulino · 13 years ago
  30. 7d4b4ba block: New change_media_cb() parameter load by Markus Armbruster · 14 years ago
  31. 7b6f930 block: New bdrv_set_buffer_alignment() by Markus Armbruster · 14 years ago
  32. d1a0739 block: Move BlockConf & friends from block_int.h to block.h by Markus Armbruster · 14 years ago
  33. e4def80 block: Show whether the virtual tray is open in info block by Markus Armbruster · 14 years ago
  34. 9e6a4c9 block: Drop BlockDriverState member removable by Markus Armbruster · 14 years ago
  35. 2c6942f block: Clean up remaining users of "removable" by Markus Armbruster · 14 years ago
  36. 025e849 block: Rename bdrv_set_locked() to bdrv_lock_medium() by Markus Armbruster · 14 years ago
  37. f107639 block: Drop medium lock tracking, ask device models instead by Markus Armbruster · 14 years ago
  38. fdec440 block: Leave enforcing tray lock to device models by Markus Armbruster · 14 years ago
  39. ba5b7ad block: Declare qemu_blockalign() in block.h, not block_int.h by Markus Armbruster · 14 years ago
  40. 145feb1 block: Split change_cb() into change_media_cb(), resize_cb() by Markus Armbruster · 14 years ago
  41. 0e49de5 block: Generalize change_cb() to BlockDevOps by Markus Armbruster · 14 years ago
  42. fa879d6 block: Attach non-qdev devices as well by Markus Armbruster · 14 years ago
  43. c488c7f block: latency accounting by Christoph Hellwig · 14 years ago
  44. a597e79 block: explicit I/O accounting by Christoph Hellwig · 14 years ago
  45. c3993cd block: parse cache mode flags in a single place by Stefan Hajnoczi · 14 years ago
  46. da1fa91 block: Add bdrv_co_readv/writev by Kevin Wolf · 14 years ago
  47. 5bf3f8e block: Removed unused function bdrv_write_sync by Frediano Ziglio · 14 years ago
  48. 4a1d5e1 block: add bdrv_get_allocated_file_size() operation by Fam Zheng · 14 years ago
  49. 39aa9a1 Replaced tabs with spaces in block.h and block_int.h by Devin Nakamura · 14 years ago
  50. 8d27846 block: Remove type hint, it's guest matter, doesn't belong here by Markus Armbruster · 14 years ago
  51. d22b2f4 Do not delete BlockDriverState when deleting the drive by Ryan Harper · 14 years ago
  52. 5bbdbb4 fdc: move floppy geometry guessing to block.c by Blue Swirl · 14 years ago
  53. db593f2 Add flag to indicate external users to block device by Marcelo Tosatti · 14 years ago
  54. db97ee6 block: tell drivers about an image resize by Christoph Hellwig · 14 years ago
  55. bb8bf76 block: add discard support by Christoph Hellwig · 14 years ago
  56. f88e1a4 qemu-img.c: Re-factor img_create() by Jes Sorensen · 14 years ago
  57. 205ef79 block: Allow bdrv_flush to return errors by Kevin Wolf · 14 years ago
  58. 51ef672 Copy snapshots out of QCOW2 disk by edison · 14 years ago
  59. ceb25e5 block: Fix BDRV_O_CACHE_MASK by Kevin Wolf · 15 years ago
  60. 199630b Fix -snapshot deleting images on disk change by Blue Swirl · 15 years ago
  61. e076f33 qemu-img check: Distinguish different kinds of errors by Kevin Wolf · 15 years ago
  62. 7d0d695 block: Fix virtual media change for if=none by Markus Armbruster · 15 years ago
  63. f9092b1 savevm: Survive hot-unplug of snapshot device by Markus Armbruster · 15 years ago
  64. 18846de block: Catch attempt to attach multiple devices to a blockdev by Markus Armbruster · 15 years ago
  65. f08145f block: Add bdrv_(p)write_sync by Kevin Wolf · 15 years ago
  66. 2f399b0 block: New bdrv_next() by Markus Armbruster · 15 years ago
  67. 6ab4b5a block: Decouple block device "commit all" from DriveInfo by Markus Armbruster · 15 years ago
  68. abd7f68 block: Move error actions from DriveInfo to BlockDriverState by Markus Armbruster · 15 years ago
  69. feeee5a savevm: Really verify if a drive supports snapshots by Miguel Di Ciurcio Filho · 15 years ago
  70. 2bc93fe close all the block drivers before the qemu process exits by MORITA Kazutaka · 15 years ago
  71. c63782c block.h: Make BDRV_SECTOR_SIZE 64 bit safe by Jes Sorensen · 15 years ago
  72. b50cbab add support for protocol driver create_options by MORITA Kazutaka · 15 years ago
  73. 016f5cf Add cache=unsafe parameter to -drive by Alexander Graf · 15 years ago
  74. 3abbc4d block: Remove semicolon in BDRV_SECTOR_MASK macro by Stefan Hajnoczi · 15 years ago
  75. f2feebb block: bdrv_has_zero_init by Kevin Wolf · 15 years ago
  76. 84a12e6 block: separate raw images from the file protocol by Christoph Hellwig · 15 years ago
  77. 85de0ba block.h: bdrv_create2 doesn't exist any more by Kevin Wolf · 15 years ago
  78. 6db9560 block: get rid of the BDRV_O_FILE flag by Christoph Hellwig · 15 years ago
  79. d6e9098 Replace calls of old bdrv_open by Kevin Wolf · 15 years ago
  80. 8252278 qcow2: Trigger blkdebug events by Kevin Wolf · 15 years ago
  81. 8b9b0cc blkdebug: Add events and rules by Kevin Wolf · 15 years ago
  82. 2582bfe block: BLOCK_IO_ERROR QMP event by Luiz Capitulino · 15 years ago
  83. aaa0eb7 Count dirty blocks and expose an API to get dirty count by Liran Schour · 15 years ago
  84. 9a2d77a block: kill BDRV_O_CREAT by Christoph Hellwig · 15 years ago
  85. 37226ad No need anymoe for bdrv_set_read_only by Naphtali Sprei · 15 years ago
  86. f5edb01 Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone (and so is BDRV_O_ACCESS). Default value for bdrv_flags (0/zero) is READ-ONLY. Need to explicitly request READ-WRITE. by Naphtali Sprei · 15 years ago
  87. 756e673 block: Add bdrv_change_backing_file by Kevin Wolf · 15 years ago
  88. b783e40 block: Introduce BDRV_O_NO_BACKING by Kevin Wolf · 15 years ago
  89. 218a536 block: Convert bdrv_info_stats() to QObject by Luiz Capitulino · 15 years ago
  90. d15e546 block: Convert bdrv_info() to QObject by Luiz Capitulino · 15 years ago
  91. 23bd90d block migration: Increase dirty chunk size to 1M by Jan Kiszka · 15 years ago
  92. 6ea4430 block migration: Rework constants API by Jan Kiszka · 15 years ago
  93. a55eb92 block migration: Fix coding style and whitespaces by Jan Kiszka · 15 years ago
  94. 7cd1e32 Expose a mechanism to trace block writes by lirans@il.ibm.com · 15 years ago
  95. eb85201 Configurable block format whitelist by Markus Armbruster · 15 years ago
  96. 59f2689 Added readonly flag to -drive command by Naphtali Sprei · 15 years ago
  97. b2e12bc block: add aio_flush operation by Christoph Hellwig · 16 years ago
  98. e900a7b block: add enable_write_cache flag by Christoph Hellwig · 16 years ago
  99. 40b4f53 Add bdrv_aio_multiwrite by Kevin Wolf · 16 years ago
  100. 5c6c3a6 raw-posix: add Linux native AIO support by Christoph Hellwig · 16 years ago