1. 3e31b4e block/vvfat: Disable debug message by default by Thomas Huth · 7 years ago
  2. 6cd5c9d block: ignore_bds_parents parameter for drain functions by Kevin Wolf · 7 years ago
  3. 609f45e block: Add block-specific QDict header by Max Reitz · 7 years ago
  4. cb3e7f0 qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF by Marc-André Lureau · 7 years ago
  5. 4f8e3a1 vvfat: Fix inherit_options flags by Fam Zheng · 7 years ago
  6. fba3998 vvfat: Switch to .bdrv_co_block_status() by Eric Blake · 7 years ago
  7. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  8. bd006b9 Include qapi/qmp/qbool.h exactly where needed by Markus Armbruster · 7 years ago
  9. 452fcdb Include qapi/qmp/qdict.h exactly where needed by Markus Armbruster · 7 years ago
  10. d470ad4 block: Guard against NULL bs->drv by Max Reitz · 7 years ago
  11. 398e6ad block: Deprecate bdrv_set_read_only() and users by Kevin Wolf · 7 years ago
  12. e0995dc block: Add reopen_queue to bdrv_child_perm() by Kevin Wolf · 7 years ago
  13. 7a6ab45 block: Clean up some bad code in the vvfat driver by Thomas Huth · 7 years ago
  14. b62e39b General warn report fixups by Alistair Francis · 7 years ago
  15. 8297be8 Convert multi-line fprintf() to warn_report() by Alistair Francis · 7 years ago
  16. 2ab4b13 Convert single line fprintf(.../n) to warn_report() by Alistair Francis · 7 years ago
  17. 78ee96d vvfat: use DIV_ROUND_UP by Marc-André Lureau · 8 years ago
  18. 7c8730d block/vvfat: Fix compiler warning with gcc 7 by Max Reitz · 8 years ago
  19. f80256b vvfat: initialize memory after allocating it by Hervé Poussineau · 8 years ago
  20. e03da26 vvfat: correctly parse non-ASCII short and long file names by Hervé Poussineau · 8 years ago
  21. 63d261c vvfat: add a constant for bootsector name by Hervé Poussineau · 8 years ago
  22. 8c4517f vvfat: add constants for special values of name[0] by Hervé Poussineau · 8 years ago
  23. 254aee4 vvfat: make it thread-safe by Paolo Bonzini · 8 years ago
  24. d6a644b block: Make bdrv_is_allocated() byte-based by Eric Blake · 8 years ago
  25. 8b54429 vvfat: change OEM name to 'MSWIN4.1' by Hervé Poussineau · 8 years ago
  26. 78f002c vvfat: handle KANJI lead byte 0xe5 by Hervé Poussineau · 8 years ago
  27. 6817efe vvfat: limit number of entries in root directory in FAT12/FAT16 by Hervé Poussineau · 8 years ago
  28. 339cebc vvfat: correctly generate numeric-tail of short file names by Hervé Poussineau · 8 years ago
  29. 0c36111 vvfat: correctly create base short names for non-ASCII filenames by Hervé Poussineau · 8 years ago
  30. 09ec411 vvfat: correctly create long names for non-ASCII filenames by Hervé Poussineau · 8 years ago
  31. f82d92b vvfat: always create . and .. entries at first and in that order by Hervé Poussineau · 8 years ago
  32. 92e28d8 vvfat: fix field names in FAT12/FAT16 and FAT32 boot sectors by Hervé Poussineau · 8 years ago
  33. 4dc705d vvfat: introduce offset_to_bootsector, offset_to_fat and offset_to_root_dir by Hervé Poussineau · 8 years ago
  34. ad05b31 vvfat: rename useless enumeration values by Hervé Poussineau · 8 years ago
  35. 5f5b29d vvfat: fix typos by Hervé Poussineau · 8 years ago
  36. d6a7e54 vvfat: replace tabs by 8 spaces by Hervé Poussineau · 8 years ago
  37. 139921a vvfat: fix qemu-img map and qemu-img convert by Hervé Poussineau · 8 years ago
  38. 01b2ffc qapi: merge QInt and QFloat in QNum by Marc-André Lureau · 8 years ago
  39. 795c40b migration: Create migration/blocker.h by Juan Quintela · 8 years ago
  40. 46f5ac2 qobject: Use simpler QDict/QList scalar insertion macros by Eric Blake · 8 years ago
  41. e2b8247 block: do not set BDS read_only if copy_on_read enabled by Jeff Cody · 8 years ago
  42. fe5241b block: add bdrv_set_read_only() helper function by Jeff Cody · 8 years ago
  43. 6f712ee vvfat: React to bdrv_is_allocated() errors by Eric Blake · 8 years ago
  44. 12fa4af block: Add Error parameter to bdrv_set_backing_hd() by Kevin Wolf · 8 years ago
  45. 91ef382 vvfat: Implement .bdrv_child_perm() by Kevin Wolf · 8 years ago
  46. a8a4d15 vvfat: Use opened node as backing file by Kevin Wolf · 8 years ago
  47. fe44dc9 migration: disallow migrate_add_blocker during migration by Ashijeet Acharya · 8 years ago
  48. 05551e5 block/vvfat: Remove the undesirable comment by Ashijeet Acharya · 8 years ago
  49. f87a0e2 block: Add "read-only" to the options QDict by Alberto Garcia · 8 years ago
  50. c4b48bf vvfat: Fix qcow write target driver specification by Max Reitz · 9 years ago
  51. 18d51c4 block: Convert bdrv_write() to BdrvChild by Kevin Wolf · 9 years ago
  52. fbcbbf4 block: Convert bdrv_read() to BdrvChild by Kevin Wolf · 9 years ago
  53. eecc774 vvfat: Use BdrvChild for s->qcow by Kevin Wolf · 9 years ago
  54. 5411541 block: Use bool as appropriate for BDS members by Eric Blake · 9 years ago
  55. a5b8dd2 block: Move request_alignment into BlockLimit by Eric Blake · 9 years ago
  56. a650648 block: Set request_alignment during .bdrv_refresh_limits() by Eric Blake · 9 years ago
  57. 9be3859 coccinelle: Remove unnecessary variables for function return value by Eduardo Habkost · 9 years ago
  58. 13385ae block: Use DIV_ROUND_UP by Laurent Vivier · 9 years ago
  59. 5b36393 block: Make bdrv_open() return a BDS by Max Reitz · 9 years ago
  60. 58369e2 qemu-common: stop including qemu/bswap.h from qemu-common.h by Paolo Bonzini · 9 years ago
  61. 4575eb4 vvfat: Implement .bdrv_co_preadv/pwritev interfaces by Kevin Wolf · 9 years ago
  62. d208c50 vvfat: Fix default volume label by Kevin Wolf · 9 years ago
  63. ebb72c9 vvfat: Fix volume name assertion by Kevin Wolf · 9 years ago
  64. 61de4c6 block: Remove BDRV_O_CACHE_WB by Kevin Wolf · 9 years ago
  65. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  66. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  67. 67a0fd2 block: Add "file" output parameter to block status query functions by Fam Zheng · 9 years ago
  68. 80c71a2 block: Clean up includes by Peter Maydell · 9 years ago
  69. 8e419ae block: Remove bdrv_swap() by Kevin Wolf · 9 years ago
  70. 5db15a5 block: Manage backing file references in bdrv_set_backing_hd() by Kevin Wolf · 9 years ago
  71. 760e006 block: Convert bs->backing_hd to BdrvChild by Kevin Wolf · 10 years ago
  72. 6ebf9aa block: Drop drv parameter from bdrv_open() by Max Reitz · 10 years ago
  73. e664171 block: Always pass NULL as drv for bdrv_open() by Max Reitz · 10 years ago
  74. d5941dd vvfat: add a label option by Wolfgang Bumiller · 10 years ago
  75. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  76. fc48ffc qobject: Use 'bool' for qbool by Eric Blake · 10 years ago
  77. 81e5f78 block: use bdrv_get_device_or_node_name() in error messages by Alberto Garcia · 10 years ago
  78. f43e47d QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use by Markus Armbruster · 10 years ago
  79. 39101f2 QemuOpts: Convert qemu_opt_set_number() to Error, fix its use by Markus Armbruster · 10 years ago
  80. 9a29e18 block: update string sizes for filename,backing_file,exact_filename by Jeff Cody · 10 years ago
  81. 1bcb15c block/vvfat: qcow driver may not be found by Max Reitz · 10 years ago
  82. bfb197e block: Eliminate BlockDriverState member device_name[] by Markus Armbruster · 10 years ago
  83. e4e9986 block: Split bdrv_new_root() off bdrv_new() by Markus Armbruster · 10 years ago
  84. 13b552c block/vvfat.c: remove debugging code to reinit stderr if NULL by Michael Tokarev · 11 years ago
  85. d4df3db block: Drop some superfluous casts from void * by Markus Armbruster · 11 years ago
  86. 5839e53 block: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 11 years ago
  87. c282e1f cleanup QEMUOptionParameter by Chunyan Liu · 11 years ago
  88. facdbb0 vvfat.c: handle cross_driver's create_options and create_opts by Chunyan Liu · 11 years ago
  89. 83d0521 change block layer to support both QemuOpts and QEMUOptionParamter by Chunyan Liu · 11 years ago
  90. b122c3b block/vvfat: Plug memory leak in read_directory() by Markus Armbruster · 11 years ago
  91. 6262bbd block/vvfat: Plug memory leak in check_directory_consistency() by Markus Armbruster · 11 years ago
  92. 75e347d block/vvfat: Plug memory leak in enable_write_target() by Markus Armbruster · 11 years ago
  93. d11c891 block/vvfat: Propagate errors through init_directories() by Markus Armbruster · 11 years ago
  94. 68c70af block/vvfat: Propagate errors through enable_write_target() by Markus Armbruster · 11 years ago
  95. 920beae block: Use bdrv_set_backing_hd everywhere by Fam Zheng · 11 years ago
  96. 98522f6 block: Add errp to bdrv_new() by Kevin Wolf · 11 years ago
  97. 4c70966 vvfat: Fix :floppy: option to suppress partition table by Markus Armbruster · 11 years ago
  98. c0f92b5 vvfat: correctly propagate errors by Paolo Bonzini · 11 years ago
  99. ddf5636 block: Add reference parameter to bdrv_open() by Max Reitz · 11 years ago
  100. f67503e block: Change BDS parameter of bdrv_open() to ** by Max Reitz · 11 years ago