1. 3e1caa5 iostatus: reorganize io error code by Paolo Bonzini · 12 years ago
  2. 1ceee0d iostatus: change is_read to a bool 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. 79fac56 block: helper function, to find the base image of a chain by Jeff Cody · 12 years ago
  7. 6ebdcee block: add support functions for live commit, to find and delete images. by Jeff Cody · 12 years ago
  8. e971aa1 block: Framework for reopening files safely by Jeff Cody · 12 years ago
  9. be028ad block: correctly set the keep_read_only flag by Jeff Cody · 12 years ago
  10. 058f8f1 block: add BLOCK_O_CHECK for qemu-img check by Stefan Hajnoczi · 13 years ago
  11. f198fd1 block: create bdrv_get_backing_file_depth() by Benoît Canet · 13 years ago
  12. 31e404f hw/block-common: Move BlockConf & friends from block.h by Markus Armbruster · 13 years ago
  13. 2b58495 block: Geometry and translation hints are now useless, purge them by Markus Armbruster · 13 years ago
  14. 8a4bc5a qdev: Introduce block geometry properties by Markus Armbruster · 13 years ago
  15. 9db1c0f hd-geometry: Move disk geometry guessing back from block.c by Markus Armbruster · 13 years ago
  16. 61a8d64 fdc: Move floppy geometry guessing back from block.c by Markus Armbruster · 13 years ago
  17. 07d27a4 block: Factor bdrv_read_unthrottled() out of guess_disk_lchs() by Markus Armbruster · 13 years ago
  18. 4ddc07c block: introduce bdrv_swap, implement bdrv_append on top of it by Paolo Bonzini · 13 years ago
  19. 820100f blkdebug: remove sync i/o events by Paolo Bonzini · 13 years ago
  20. f8d6bba block: Replace bdrv_get_format() by bdrv_get_format_name() by Markus Armbruster · 13 years ago
  21. 425b014 block: add bdrv_set_enable_write_cache by Paolo Bonzini · 13 years ago
  22. c843328 block: New bdrv_get_flags() by Markus Armbruster · 13 years ago
  23. ccf3471 qemu-img check: Print fixed clusters and recheck by Kevin Wolf · 13 years ago
  24. 4534ff5 qemu-img check -r for repairing images by Kevin Wolf · 13 years ago
  25. 188a7bb stream: move is_allocated_above to block.c by Paolo Bonzini · 13 years ago
  26. dc5a137 qemu-img: make "info" backing file output correct and easier to use by Paolo Bonzini · 13 years ago
  27. 0778926 block: add a function to clear incoming live migration flags by Benoît Canet · 13 years ago
  28. ccb1f4a block: Add new BDRV_O_INCOMING flag to notice incoming live migration by Benoît Canet · 13 years ago
  29. 64c7916 qemu-img: add dirty flag status by Dong Xu Wang · 13 years ago
  30. f8111c2 qemu-img: add image fragmentation statistics by Dong Xu Wang · 13 years ago
  31. 1fc86bf block: enforce constraints on block size properties by Stefan Hajnoczi · 13 years ago
  32. 85e8dab aio: move BlockDriverAIOCB to qemu-aio.h by Paolo Bonzini · 13 years ago
  33. e887749 block: handle -EBUSY in bdrv_commit_all() by Stefan Hajnoczi · 13 years ago
  34. 8802d1f qapi: Introduce blockdev-group-snapshot-sync command by Jeff Cody · 13 years ago
  35. f8d3d12 block: add a transfer rate for floppy types by Hervé Poussineau · 13 years ago
  36. f36f394 block: bdrv_eject(): Make eject_flag a real bool by Luiz Capitulino · 13 years ago
  37. 329c0a4 block: Rename bdrv_mon_event() & BlockMonEventAction by Luiz Capitulino · 13 years ago
  38. f08f2dd block: add .bdrv_co_write_zeroes() interface by Stefan Hajnoczi · 13 years ago
  39. e8a6bb9 block: add bdrv_find_backing_image by Marcelo Tosatti · 13 years ago
  40. 470c050 block: make copy-on-read a per-request flag by Stefan Hajnoczi · 13 years ago
  41. c2c9a46 qcow2: Allow >4 GB VM state by Kevin Wolf · 13 years ago
  42. e7d8100 Fix spelling in comments, documentation and messages by Stefan Weil · 13 years ago
  43. 922453b block: convert qemu_aio_flush() calls to bdrv_drain_all() by Stefan Hajnoczi · 13 years ago
  44. 53fec9d block: add interface to toggle copy-on-read by Stefan Hajnoczi · 13 years ago
  45. 060f51c block: add bdrv_co_is_allocated() interface by Stefan Hajnoczi · 13 years ago
  46. 98f90db block: add I/O throttling algorithm by Zhi Yong Wu · 13 years ago
  47. 0563e19 block: add the blockio limits command line support by Zhi Yong Wu · 13 years ago
  48. 0f15423 block: allow migration to work with image files (v3) by Anthony Liguori · 13 years ago
  49. 025ccaa block: add eject request callback by Paolo Bonzini · 13 years ago
  50. b202381 qapi: Convert query-block by Luiz Capitulino · 13 years ago
  51. 58e21ef block: Rename the BlockIOStatus enum values by Luiz Capitulino · 13 years ago
  52. d6bf279 block: iostatus: Drop BDRV_IOS_INVAL by Luiz Capitulino · 13 years ago
  53. 4265d62 block: add bdrv_co_discard and bdrv_aio_discard support by Paolo Bonzini · 13 years ago
  54. 07f0761 block: unify flush implementations by Paolo Bonzini · 13 years ago
  55. 28a7282 block: Keep track of devices' I/O status by Luiz Capitulino · 13 years ago
  56. 7d4b4ba block: New change_media_cb() parameter load by Markus Armbruster · 13 years ago
  57. 7b6f930 block: New bdrv_set_buffer_alignment() by Markus Armbruster · 13 years ago
  58. d1a0739 block: Move BlockConf & friends from block_int.h to block.h by Markus Armbruster · 13 years ago
  59. e4def80 block: Show whether the virtual tray is open in info block by Markus Armbruster · 13 years ago
  60. 9e6a4c9 block: Drop BlockDriverState member removable by Markus Armbruster · 13 years ago
  61. 2c6942f block: Clean up remaining users of "removable" by Markus Armbruster · 13 years ago
  62. 025e849 block: Rename bdrv_set_locked() to bdrv_lock_medium() by Markus Armbruster · 13 years ago
  63. f107639 block: Drop medium lock tracking, ask device models instead by Markus Armbruster · 13 years ago
  64. fdec440 block: Leave enforcing tray lock to device models by Markus Armbruster · 13 years ago
  65. ba5b7ad block: Declare qemu_blockalign() in block.h, not block_int.h by Markus Armbruster · 14 years ago
  66. 145feb1 block: Split change_cb() into change_media_cb(), resize_cb() by Markus Armbruster · 14 years ago
  67. 0e49de5 block: Generalize change_cb() to BlockDevOps by Markus Armbruster · 14 years ago
  68. fa879d6 block: Attach non-qdev devices as well by Markus Armbruster · 14 years ago
  69. c488c7f block: latency accounting by Christoph Hellwig · 14 years ago
  70. a597e79 block: explicit I/O accounting by Christoph Hellwig · 14 years ago
  71. c3993cd block: parse cache mode flags in a single place by Stefan Hajnoczi · 14 years ago
  72. da1fa91 block: Add bdrv_co_readv/writev by Kevin Wolf · 14 years ago
  73. 5bf3f8e block: Removed unused function bdrv_write_sync by Frediano Ziglio · 14 years ago
  74. 4a1d5e1 block: add bdrv_get_allocated_file_size() operation by Fam Zheng · 14 years ago
  75. 39aa9a1 Replaced tabs with spaces in block.h and block_int.h by Devin Nakamura · 14 years ago
  76. 8d27846 block: Remove type hint, it's guest matter, doesn't belong here by Markus Armbruster · 14 years ago
  77. d22b2f4 Do not delete BlockDriverState when deleting the drive by Ryan Harper · 14 years ago
  78. 5bbdbb4 fdc: move floppy geometry guessing to block.c by Blue Swirl · 14 years ago
  79. db593f2 Add flag to indicate external users to block device by Marcelo Tosatti · 14 years ago
  80. db97ee6 block: tell drivers about an image resize by Christoph Hellwig · 14 years ago
  81. bb8bf76 block: add discard support by Christoph Hellwig · 14 years ago
  82. f88e1a4 qemu-img.c: Re-factor img_create() by Jes Sorensen · 14 years ago
  83. 205ef79 block: Allow bdrv_flush to return errors by Kevin Wolf · 14 years ago
  84. 51ef672 Copy snapshots out of QCOW2 disk by edison · 14 years ago
  85. ceb25e5 block: Fix BDRV_O_CACHE_MASK by Kevin Wolf · 15 years ago
  86. 199630b Fix -snapshot deleting images on disk change by Blue Swirl · 15 years ago
  87. e076f33 qemu-img check: Distinguish different kinds of errors by Kevin Wolf · 15 years ago
  88. 7d0d695 block: Fix virtual media change for if=none by Markus Armbruster · 15 years ago
  89. f9092b1 savevm: Survive hot-unplug of snapshot device by Markus Armbruster · 15 years ago
  90. 18846de block: Catch attempt to attach multiple devices to a blockdev by Markus Armbruster · 15 years ago
  91. f08145f block: Add bdrv_(p)write_sync by Kevin Wolf · 15 years ago
  92. 2f399b0 block: New bdrv_next() by Markus Armbruster · 15 years ago
  93. 6ab4b5a block: Decouple block device "commit all" from DriveInfo by Markus Armbruster · 15 years ago
  94. abd7f68 block: Move error actions from DriveInfo to BlockDriverState by Markus Armbruster · 15 years ago
  95. feeee5a savevm: Really verify if a drive supports snapshots by Miguel Di Ciurcio Filho · 15 years ago
  96. 2bc93fe close all the block drivers before the qemu process exits by MORITA Kazutaka · 15 years ago
  97. c63782c block.h: Make BDRV_SECTOR_SIZE 64 bit safe by Jes Sorensen · 15 years ago
  98. b50cbab add support for protocol driver create_options by MORITA Kazutaka · 15 years ago
  99. 016f5cf Add cache=unsafe parameter to -drive by Alexander Graf · 15 years ago
  100. 3abbc4d block: Remove semicolon in BDRV_SECTOR_MASK macro by Stefan Hajnoczi · 15 years ago