1. 3ac2162 block: change default of .has_zero_init to 0 by Peter Lieven · 12 years ago
  2. d616b22 block: add bdrv_add_before_write_notifier() by Stefan Hajnoczi · 12 years ago
  3. 50b05b6 block: Always enable discard on the protocol level by Kevin Wolf · 12 years ago
  4. d8b6895 block: bdrv_reopen_prepare(): don't use QERR_OPEN_FILE_FAILED by Luiz Capitulino · 12 years ago
  5. bf736fe blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK events by Kevin Wolf · 12 years ago
  6. f364ec6 block: move qmp and info dump related code to block/qapi.c by Wenchao Xia · 12 years ago
  7. de08c60 block: move snapshot code in block.c to block/snapshot.c by Wenchao Xia · 12 years ago
  8. 29d7827 block: drop bs_snapshots global variable by Stefan Hajnoczi · 12 years ago
  9. b64ec4e block: add block driver read only whitelist by Fam Zheng · 12 years ago
  10. f3f4d2c block: Add hint to -EFBIG error message by Kevin Wolf · 12 years ago
  11. 4567367 block: Fix build with tracing enabled by Kevin Wolf · 12 years ago
  12. 1cb6f50 block: Allow overriding backing.file.filename by Kevin Wolf · 12 years ago
  13. 56d1b4d block: Remove filename parameter from .bdrv_file_open() by Kevin Wolf · 12 years ago
  14. 035fccd block: Enable filename option by Kevin Wolf · 12 years ago
  15. 31ca6d0 block: Add driver-specific options for backing files by Kevin Wolf · 12 years ago
  16. 2af5ef7 block: Fail gracefully when using a format driver on protocol level by Kevin Wolf · 12 years ago
  17. 8d3b1a2 block: Introduce bdrv_pwritev() for qcow2_save_vmstate by Kevin Wolf · 12 years ago
  18. cf8074b block: Introduce bdrv_writev_vmstate by Kevin Wolf · 12 years ago
  19. 0775437 block: clean up I/O throttling wait_time code by Stefan Hajnoczi · 12 years ago
  20. e660fb8 block: drop duplicated slice extension code by Stefan Hajnoczi · 12 years ago
  21. ae29d6c block: keep I/O throttling slice time constant by Stefan Hajnoczi · 12 years ago
  22. 5905fbc block: fix I/O throttling accounting blind spot by Stefan Hajnoczi · 12 years ago
  23. 5d186eb block: Fix direct use of protocols as driver for bdrv_open() by Kevin Wolf · 12 years ago
  24. c2ad1b0 block: Allow omitting the file name when using driver-specific options by Kevin Wolf · 12 years ago
  25. 08b392e block: Rename variable to avoid shadowing by Kevin Wolf · 12 years ago
  26. 6963a30 block: Introduce .bdrv_parse_filename callback by Kevin Wolf · 12 years ago
  27. 707ff82 block: Pass bdrv_file_open() options to block drivers by Kevin Wolf · 12 years ago
  28. 787e4a8 block: Add options QDict to bdrv_file_open() prototypes by Kevin Wolf · 12 years ago
  29. 5c91668 Revert "block: complete all IOs before .bdrv_truncate" by Peter Lieven · 12 years ago
  30. 4d70655 block: fix BDRV_O_SNAPSHOT protocol detection by Stefan Hajnoczi · 12 years ago
  31. 85d126f block: add bdrv_get_aio_context() by Stefan Hajnoczi · 12 years ago
  32. b6ad491 block: Add options QDict to bdrv_open_common() by Kevin Wolf · 12 years ago
  33. de9c0ce block: Add options QDict to bdrv_open() prototype by Kevin Wolf · 12 years ago
  34. 1a86938 block: Add options QDict to .bdrv_open() by Kevin Wolf · 12 years ago
  35. 272d2d8 block: for HMP commit() operations on 'all', skip non-COW drives by Jeff Cody · 12 years ago
  36. 9e8f183 block: implement BDRV_O_UNMAP by Paolo Bonzini · 12 years ago
  37. 9a665b2 block: complete all IOs before .bdrv_truncate by Peter Lieven · 12 years ago
  38. f382d43 qemu-img: Add "Quiet mode" option by Miroslav Rezanina · 12 years ago
  39. b35b2bb block: Add synchronous wrapper for bdrv_co_is_allocated_above by Miroslav Rezanina · 12 years ago
  40. 63ba17d block: Fix is_allocated_above with resized files by Vishvananda Ishaya · 12 years ago
  41. 50717e9 block: allow customizing the granularity of the dirty bitmap by Paolo Bonzini · 12 years ago
  42. acc906c block: return count of dirty sectors, not chunks by Paolo Bonzini · 12 years ago
  43. 343bded block: make round_to_clusters public by Paolo Bonzini · 12 years ago
  44. 8f0720e block: implement dirty bitmap using HBitmap by Paolo Bonzini · 12 years ago
  45. df702c9 block: clear dirty bitmap when discarding by Paolo Bonzini · 12 years ago
  46. 029d091 block: fix initialization in bdrv_io_limits_enable() by Peter Lieven · 12 years ago
  47. c53b1c5 block: make qiov_is_aligned() public by Stefan Hajnoczi · 12 years ago
  48. 8e89559 block: do not probe zero-sized disks by Paolo Bonzini · 12 years ago
  49. eb7ff6f Replace remaining gmtime, localtime by gmtime_r, localtime_r by Stefan Weil · 12 years ago
  50. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  51. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  52. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  53. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  54. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  55. 41c695c qemu-io: Add AIO debugging commands by Kevin Wolf · 12 years ago
  56. d92ada2 block: bdrv_img_create(): drop unused error handling code by Luiz Capitulino · 12 years ago
  57. 71c7981 block: bdrv_img_create(): add Error ** argument by Luiz Capitulino · 12 years ago
  58. f500a6d block: Avoid second open for format probing by Kevin Wolf · 12 years ago
  59. 7b27245 block: Factor out bdrv_open_flags by Kevin Wolf · 12 years ago
  60. d318aea block: Improve bdrv_aio_co_cancel_em by Kevin Wolf · 12 years ago
  61. 89c9bc3 block: Fix regression for MinGW (assertion caused by short string) by Stefan Weil · 12 years ago
  62. d7331be aio: rename AIOPool to AIOCBInfo by Stefan Hajnoczi · 12 years ago
  63. d37c975 aio: use g_slice_alloc() for AIOCB pooling by Stefan Hajnoczi · 12 years ago
  64. 90c45b3 Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 12 years ago
  65. 3bd293c iostatus: forward block_job_iostatus_reset to block job by Paolo Bonzini · 12 years ago
  66. b9a9b3a block: export dirty bitmap information in query-block by Paolo Bonzini · 13 years ago
  67. 1755da1 block: introduce new dirty bitmap functionality by Paolo Bonzini · 12 years ago
  68. 9156df1 block: add bdrv_open_backing_file by Paolo Bonzini · 12 years ago
  69. 9887b61 block: add bdrv_query_stats by Paolo Bonzini · 12 years ago
  70. ac84ada block: add bdrv_query_info by Paolo Bonzini · 12 years ago
  71. 80168bf block: bdrv_create(): don't leak cco.filename on error by Luiz Capitulino · 12 years ago
  72. b1b1d78 block: make bdrv_find_backing_image compare canonical filenames by Jeff Cody · 12 years ago
  73. d7d512f block: add close notifiers by Paolo Bonzini · 13 years ago
  74. 3cbc002 block: prepare code for adding block notifiers by Paolo Bonzini · 12 years ago
  75. c2cba3d block: avoid buffer overrun by using pstrcpy, not strncpy by Jim Meyering · 12 years ago
  76. 32c81a4 block: introduce block job error by Paolo Bonzini · 12 years ago
  77. 3e1caa5 iostatus: reorganize io error code by Paolo Bonzini · 12 years ago
  78. 1ceee0d iostatus: change is_read to a bool by Paolo Bonzini · 12 years ago
  79. 92aa5c6 iostatus: move BlockdevOnError declaration to QAPI by Paolo Bonzini · 12 years ago
  80. ff06f5f iostatus: rename BlockErrorAction, BlockQMPEventAction by Paolo Bonzini · 12 years ago
  81. 2f0c9fe block: move job APIs to separate files by Paolo Bonzini · 12 years ago
  82. 79fac56 block: helper function, to find the base image of a chain by Jeff Cody · 12 years ago
  83. 6ebdcee block: add support functions for live commit, to find and delete images. by Jeff Cody · 12 years ago
  84. dc1c13d block: remove keep_read_only flag from BlockDriverState struct by Jeff Cody · 13 years ago
  85. 0bce597 block: convert bdrv_commit() to use bdrv_reopen() by Jeff Cody · 13 years ago
  86. e971aa1 block: Framework for reopening files safely by Jeff Cody · 13 years ago
  87. 55b110f block: make bdrv_set_enable_write_cache() modify open_flags by Jeff Cody · 13 years ago
  88. be028ad block: correctly set the keep_read_only flag by Jeff Cody · 13 years ago
  89. fe235a0 block: Don't forget to delete temporary file by Dunrong Huang · 13 years ago
  90. 9ca1115 block: fix block tray status by Pavel Hrdina · 13 years ago
  91. d4c8232 block: Flush parent to OS with cache=unsafe by Kevin Wolf · 13 years ago
  92. c75a1a8 qmp: query-block: add 'encryption_key_missing' field by Luiz Capitulino · 13 years ago
  93. 2e3e331 block: Use bdrv_get_backing_file_depth() by Benoît Canet · 13 years ago
  94. f198fd1 block: create bdrv_get_backing_file_depth() by Benoît Canet · 13 years ago
  95. 0ed8b6f Avoid returning void by Blue Swirl · 13 years ago
  96. 2b58495 block: Geometry and translation hints are now useless, purge them by Markus Armbruster · 13 years ago
  97. 9db1c0f hd-geometry: Move disk geometry guessing back from block.c by Markus Armbruster · 13 years ago
  98. 61a8d64 fdc: Move floppy geometry guessing back from block.c by Markus Armbruster · 13 years ago
  99. 23797df Merge remote-tracking branch 'mjt/mjt-iov2' into staging by Anthony Liguori · 13 years ago
  100. 07d27a4 block: Factor bdrv_read_unthrottled() out of guess_disk_lchs() by Markus Armbruster · 13 years ago