1. 05cc758 blkverify: Catch bs->exact_filename overflow by Max Reitz · 8 years ago
  2. 46f5ac2 qobject: Use simpler QDict/QList scalar insertion macros by Eric Blake · 8 years ago
  3. de6e795 qobject: Drop useless QObject casts by Eric Blake · 8 years ago
  4. de23489 block: Do not unref bs->file on error in BD's open by Max Reitz · 8 years ago
  5. d7010df block: Request child permissions in filter drivers by Kevin Wolf · 8 years ago
  6. 44b6789 blkverify: Implement bdrv_co_preadv/pwritev/flush by Kevin Wolf · 8 years ago
  7. fffb6e1 block: use aio_bh_schedule_oneshot by Paolo Bonzini · 8 years ago
  8. 0d1049c block: Convert bdrv_aio_writev() to BdrvChild by Kevin Wolf · 9 years ago
  9. ebb7af2 block: Convert bdrv_aio_readv() to BdrvChild by Kevin Wolf · 9 years ago
  10. b97511c block: Propagate AioContext change to all children by Max Reitz · 9 years ago
  11. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  12. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  13. 80c71a2 block: Clean up includes by Peter Maydell · 9 years ago
  14. 4cdd01d block: Pass driver-specific options to .bdrv_refresh_filename() by Kevin Wolf · 10 years ago
  15. 7e39d3a blkverify: Fix BDS leak in .bdrv_open error path by Kevin Wolf · 9 years ago
  16. 9a4f4c3 block: Convert bs->file to BdrvChild by Kevin Wolf · 10 years ago
  17. 3e586be blkverify: Convert s->test_file to BdrvChild by Kevin Wolf · 10 years ago
  18. f3930ed block: Move flag inheritance to bdrv_open_inherit() by Kevin Wolf · 10 years ago
  19. 097310b block: Rename BlockDriverCompletionFunc to BlockCompletionFunc by Markus Armbruster · 10 years ago
  20. 7c84b1b block: Rename BlockDriverAIOCB* to BlockAIOCB* by Markus Armbruster · 10 years ago
  21. 8007429 block: Rename qemu_aio_release -> qemu_aio_unref by Fam Zheng · 10 years ago
  22. 9784e70 blkverify: Drop blkverify_aiocb_info.cancel by Fam Zheng · 10 years ago
  23. 3158593 blkverify: Fix leak of opts in blkverify_open by Fam Zheng · 10 years ago
  24. 74b36b2 blkverify: Implement bdrv_refresh_filename() by Max Reitz · 10 years ago
  25. 9d94020 blkverify: implement .bdrv_detach/attach_aio_context() by Stefan Hajnoczi · 11 years ago
  26. b5042a3 block: Rewrite the snapshot authorization mechanism for block filters. by Benoît Canet · 11 years ago
  27. f70d7f7 blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify. by Benoît Canet · 11 years ago
  28. f7d9fd8 block: Remove bdrv_open_image()'s force_raw option by Max Reitz · 11 years ago
  29. f67503e block: Change BDS parameter of bdrv_open() to ** by Max Reitz · 11 years ago
  30. 84d18f0 Use error_is_set() only when necessary by Markus Armbruster · 11 years ago
  31. 212a5a8 block: Create authorizations mechanism for external snapshot and resize. by Benoît Canet · 11 years ago
  32. 22511ad blkverify: Don't require protocol filename by Max Reitz · 11 years ago
  33. 70b6198 blkverify: Allow command-line configuration by Max Reitz · 11 years ago
  34. 72daa72 block: Allow reference for bdrv_file_open() by Max Reitz · 11 years ago
  35. 87ea75d qemu-option: Remove qemu_opts_create_nofail by Peter Crosthwaite · 11 years ago
  36. ca28840 blkverify: Employ error parameter by Max Reitz · 11 years ago
  37. f6186f4 block: Add BlockDriver.bdrv_check_ext_snapshot. by Benoît Canet · 11 years ago
  38. 34b5d2c block: Error parameter for open functions by Max Reitz · 11 years ago
  39. 015a103 bdrv: Use "Error" for opening images by Max Reitz · 11 years ago
  40. 4f6fd34 block: make bdrv_delete() static by Fam Zheng · 11 years ago
  41. 56d1b4d block: Remove filename parameter from .bdrv_file_open() by Kevin Wolf · 12 years ago
  42. 16c7909 blkverify: Use bdrv_open options instead of filename by Kevin Wolf · 12 years ago
  43. 787e4a8 block: Add options QDict to bdrv_file_open() prototypes by Kevin Wolf · 12 years ago
  44. de9c0ce block: Add options QDict to bdrv_open() prototype by Kevin Wolf · 12 years ago
  45. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  46. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  47. d7331be aio: rename AIOPool to AIOCBInfo by Stefan Hajnoczi · 12 years ago
  48. 031380d block: replace unchecked strdup/malloc/calloc with glib by Stefan Hajnoczi · 13 years ago
  49. ad54ae8 block: bdrv_aio_* do not return NULL by Paolo Bonzini · 13 years ago
  50. 6f6dc65 block: drop redundant bdrv_flush implementation by Stefan Hajnoczi · 13 years ago
  51. a313358 block: avoid a warning on 64 bit hosts with long as int64_t by Blue Swirl · 14 years ago
  52. 205ef79 block: Allow bdrv_flush to return errors by Kevin Wolf · 14 years ago
  53. a77cffe block: Use GCC_FMT_ATTR and fix a format error by Stefan Weil · 14 years ago
  54. 687db4e block-verify: fix 32-bit build by Anthony Liguori · 14 years ago
  55. d9d3341 blkverify: Add block driver for verifying I/O by Stefan Hajnoczi · 14 years ago