1. 922453b block: convert qemu_aio_flush() calls to bdrv_drain_all() by Stefan Hajnoczi · 13 years ago
  2. 53fec9d block: add interface to toggle copy-on-read by Stefan Hajnoczi · 13 years ago
  3. 060f51c block: add bdrv_co_is_allocated() interface by Stefan Hajnoczi · 13 years ago
  4. 98f90db block: add I/O throttling algorithm by Zhi Yong Wu · 13 years ago
  5. 0563e19 block: add the blockio limits command line support by Zhi Yong Wu · 13 years ago
  6. 0f15423 block: allow migration to work with image files (v3) by Anthony Liguori · 13 years ago
  7. 025ccaa block: add eject request callback by Paolo Bonzini · 13 years ago
  8. b202381 qapi: Convert query-block by Luiz Capitulino · 14 years ago
  9. 58e21ef block: Rename the BlockIOStatus enum values by Luiz Capitulino · 13 years ago
  10. d6bf279 block: iostatus: Drop BDRV_IOS_INVAL by Luiz Capitulino · 13 years ago
  11. 4265d62 block: add bdrv_co_discard and bdrv_aio_discard support by Paolo Bonzini · 13 years ago
  12. 07f0761 block: unify flush implementations by Paolo Bonzini · 13 years ago
  13. 28a7282 block: Keep track of devices' I/O status by Luiz Capitulino · 14 years ago
  14. 7d4b4ba block: New change_media_cb() parameter load by Markus Armbruster · 14 years ago
  15. 7b6f930 block: New bdrv_set_buffer_alignment() by Markus Armbruster · 14 years ago
  16. d1a0739 block: Move BlockConf & friends from block_int.h to block.h by Markus Armbruster · 14 years ago
  17. e4def80 block: Show whether the virtual tray is open in info block by Markus Armbruster · 14 years ago
  18. 9e6a4c9 block: Drop BlockDriverState member removable by Markus Armbruster · 14 years ago
  19. 2c6942f block: Clean up remaining users of "removable" by Markus Armbruster · 14 years ago
  20. 025e849 block: Rename bdrv_set_locked() to bdrv_lock_medium() by Markus Armbruster · 14 years ago
  21. f107639 block: Drop medium lock tracking, ask device models instead by Markus Armbruster · 14 years ago
  22. fdec440 block: Leave enforcing tray lock to device models by Markus Armbruster · 14 years ago
  23. ba5b7ad block: Declare qemu_blockalign() in block.h, not block_int.h by Markus Armbruster · 14 years ago
  24. 145feb1 block: Split change_cb() into change_media_cb(), resize_cb() by Markus Armbruster · 14 years ago
  25. 0e49de5 block: Generalize change_cb() to BlockDevOps by Markus Armbruster · 14 years ago
  26. fa879d6 block: Attach non-qdev devices as well by Markus Armbruster · 14 years ago
  27. c488c7f block: latency accounting by Christoph Hellwig · 14 years ago
  28. a597e79 block: explicit I/O accounting by Christoph Hellwig · 14 years ago
  29. c3993cd block: parse cache mode flags in a single place by Stefan Hajnoczi · 14 years ago
  30. da1fa91 block: Add bdrv_co_readv/writev by Kevin Wolf · 14 years ago
  31. 5bf3f8e block: Removed unused function bdrv_write_sync by Frediano Ziglio · 14 years ago
  32. 4a1d5e1 block: add bdrv_get_allocated_file_size() operation by Fam Zheng · 14 years ago
  33. 39aa9a1 Replaced tabs with spaces in block.h and block_int.h by Devin Nakamura · 14 years ago
  34. 8d27846 block: Remove type hint, it's guest matter, doesn't belong here by Markus Armbruster · 14 years ago
  35. d22b2f4 Do not delete BlockDriverState when deleting the drive by Ryan Harper · 14 years ago
  36. 5bbdbb4 fdc: move floppy geometry guessing to block.c by Blue Swirl · 14 years ago
  37. db593f2 Add flag to indicate external users to block device by Marcelo Tosatti · 14 years ago
  38. db97ee6 block: tell drivers about an image resize by Christoph Hellwig · 14 years ago
  39. bb8bf76 block: add discard support by Christoph Hellwig · 14 years ago
  40. f88e1a4 qemu-img.c: Re-factor img_create() by Jes Sorensen · 14 years ago
  41. 205ef79 block: Allow bdrv_flush to return errors by Kevin Wolf · 14 years ago
  42. 51ef672 Copy snapshots out of QCOW2 disk by edison · 15 years ago
  43. ceb25e5 block: Fix BDRV_O_CACHE_MASK by Kevin Wolf · 15 years ago
  44. 199630b Fix -snapshot deleting images on disk change by Blue Swirl · 15 years ago
  45. e076f33 qemu-img check: Distinguish different kinds of errors by Kevin Wolf · 15 years ago
  46. 7d0d695 block: Fix virtual media change for if=none by Markus Armbruster · 15 years ago
  47. f9092b1 savevm: Survive hot-unplug of snapshot device by Markus Armbruster · 15 years ago
  48. 18846de block: Catch attempt to attach multiple devices to a blockdev by Markus Armbruster · 15 years ago
  49. f08145f block: Add bdrv_(p)write_sync by Kevin Wolf · 15 years ago
  50. 2f399b0 block: New bdrv_next() by Markus Armbruster · 15 years ago
  51. 6ab4b5a block: Decouple block device "commit all" from DriveInfo by Markus Armbruster · 15 years ago
  52. abd7f68 block: Move error actions from DriveInfo to BlockDriverState by Markus Armbruster · 15 years ago
  53. feeee5a savevm: Really verify if a drive supports snapshots by Miguel Di Ciurcio Filho · 15 years ago
  54. 2bc93fe close all the block drivers before the qemu process exits by MORITA Kazutaka · 15 years ago
  55. c63782c block.h: Make BDRV_SECTOR_SIZE 64 bit safe by Jes Sorensen · 15 years ago
  56. b50cbab add support for protocol driver create_options by MORITA Kazutaka · 15 years ago
  57. 016f5cf Add cache=unsafe parameter to -drive by Alexander Graf · 15 years ago
  58. 3abbc4d block: Remove semicolon in BDRV_SECTOR_MASK macro by Stefan Hajnoczi · 15 years ago
  59. f2feebb block: bdrv_has_zero_init by Kevin Wolf · 15 years ago
  60. 84a12e6 block: separate raw images from the file protocol by Christoph Hellwig · 15 years ago
  61. 85de0ba block.h: bdrv_create2 doesn't exist any more by Kevin Wolf · 15 years ago
  62. 6db9560 block: get rid of the BDRV_O_FILE flag by Christoph Hellwig · 15 years ago
  63. d6e9098 Replace calls of old bdrv_open by Kevin Wolf · 15 years ago
  64. 8252278 qcow2: Trigger blkdebug events by Kevin Wolf · 15 years ago
  65. 8b9b0cc blkdebug: Add events and rules by Kevin Wolf · 15 years ago
  66. 2582bfe block: BLOCK_IO_ERROR QMP event by Luiz Capitulino · 15 years ago
  67. aaa0eb7 Count dirty blocks and expose an API to get dirty count by Liran Schour · 15 years ago
  68. 9a2d77a block: kill BDRV_O_CREAT by Christoph Hellwig · 15 years ago
  69. 37226ad No need anymoe for bdrv_set_read_only by Naphtali Sprei · 15 years ago
  70. 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
  71. 756e673 block: Add bdrv_change_backing_file by Kevin Wolf · 15 years ago
  72. b783e40 block: Introduce BDRV_O_NO_BACKING by Kevin Wolf · 15 years ago
  73. 218a536 block: Convert bdrv_info_stats() to QObject by Luiz Capitulino · 15 years ago
  74. d15e546 block: Convert bdrv_info() to QObject by Luiz Capitulino · 15 years ago
  75. 23bd90d block migration: Increase dirty chunk size to 1M by Jan Kiszka · 15 years ago
  76. 6ea4430 block migration: Rework constants API by Jan Kiszka · 15 years ago
  77. a55eb92 block migration: Fix coding style and whitespaces by Jan Kiszka · 15 years ago
  78. 7cd1e32 Expose a mechanism to trace block writes by lirans@il.ibm.com · 15 years ago
  79. eb85201 Configurable block format whitelist by Markus Armbruster · 15 years ago
  80. 59f2689 Added readonly flag to -drive command by Naphtali Sprei · 15 years ago
  81. b2e12bc block: add aio_flush operation by Christoph Hellwig · 16 years ago
  82. e900a7b block: add enable_write_cache flag by Christoph Hellwig · 16 years ago
  83. 40b4f53 Add bdrv_aio_multiwrite by Kevin Wolf · 16 years ago
  84. 5c6c3a6 raw-posix: add Linux native AIO support by Christoph Hellwig · 16 years ago
  85. 45566e9 replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstate by Christoph Hellwig · 16 years ago
  86. 1cec71e Revert "support colon in filenames" by Anthony Liguori · 16 years ago
  87. 0aa217e qcow2: Make cache=writethrough default by Kevin Wolf · 16 years ago
  88. 707c0db support colon in filenames by Ram Pai · 16 years ago
  89. aea2a33 Prevent CD-ROM media eject while device is locked by Mark McLoughlin · 16 years ago
  90. 0e7e198 Convert all block drivers to new bdrv_create by Kevin Wolf · 16 years ago
  91. 5efa9d5 Convert block infrastructure to use new module init functionality by Anthony Liguori · 16 years ago
  92. e97fc19 Introduce bdrv_check (Kevin Wolf) by aliguori · 16 years ago
  93. c87c067 remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig) by aliguori · 16 years ago
  94. 178e08a Fix savevm after BDRV_FILE size enforcement by aliguori · 16 years ago
  95. 5eb4563 block: support known backing format for image create and open (Uri Lublin) by aliguori · 16 years ago
  96. 221f715 new scsi-generic abstraction, use SG_IO (Christoph Hellwig) by aliguori · 16 years ago
  97. 7d78066 Add specialized block driver scsi generic API (Avi Kivity) by aliguori · 16 years ago
  98. b7ea8c2 Revert r6405 by aliguori · 16 years ago
  99. 70240ca Revert r6407 by aliguori · 16 years ago
  100. 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago