1. 6ebf9aa block: Drop drv parameter from bdrv_open() by Max Reitz · 9 years ago
  2. e664171 block: Always pass NULL as drv for bdrv_open() by Max Reitz · 9 years ago
  3. d5941dd vvfat: add a label option by Wolfgang Bumiller · 10 years ago
  4. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  5. fc48ffc qobject: Use 'bool' for qbool by Eric Blake · 10 years ago
  6. 81e5f78 block: use bdrv_get_device_or_node_name() in error messages by Alberto Garcia · 10 years ago
  7. f43e47d QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use by Markus Armbruster · 10 years ago
  8. 39101f2 QemuOpts: Convert qemu_opt_set_number() to Error, fix its use by Markus Armbruster · 10 years ago
  9. 9a29e18 block: update string sizes for filename,backing_file,exact_filename by Jeff Cody · 10 years ago
  10. 1bcb15c block/vvfat: qcow driver may not be found by Max Reitz · 10 years ago
  11. bfb197e block: Eliminate BlockDriverState member device_name[] by Markus Armbruster · 10 years ago
  12. e4e9986 block: Split bdrv_new_root() off bdrv_new() by Markus Armbruster · 10 years ago
  13. 13b552c block/vvfat.c: remove debugging code to reinit stderr if NULL by Michael Tokarev · 10 years ago
  14. d4df3db block: Drop some superfluous casts from void * by Markus Armbruster · 10 years ago
  15. 5839e53 block: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 10 years ago
  16. c282e1f cleanup QEMUOptionParameter by Chunyan Liu · 11 years ago
  17. facdbb0 vvfat.c: handle cross_driver's create_options and create_opts by Chunyan Liu · 11 years ago
  18. 83d0521 change block layer to support both QemuOpts and QEMUOptionParamter by Chunyan Liu · 11 years ago
  19. b122c3b block/vvfat: Plug memory leak in read_directory() by Markus Armbruster · 11 years ago
  20. 6262bbd block/vvfat: Plug memory leak in check_directory_consistency() by Markus Armbruster · 11 years ago
  21. 75e347d block/vvfat: Plug memory leak in enable_write_target() by Markus Armbruster · 11 years ago
  22. d11c891 block/vvfat: Propagate errors through init_directories() by Markus Armbruster · 11 years ago
  23. 68c70af block/vvfat: Propagate errors through enable_write_target() by Markus Armbruster · 11 years ago
  24. 920beae block: Use bdrv_set_backing_hd everywhere by Fam Zheng · 11 years ago
  25. 98522f6 block: Add errp to bdrv_new() by Kevin Wolf · 11 years ago
  26. 4c70966 vvfat: Fix :floppy: option to suppress partition table by Markus Armbruster · 11 years ago
  27. c0f92b5 vvfat: correctly propagate errors by Paolo Bonzini · 11 years ago
  28. ddf5636 block: Add reference parameter to bdrv_open() 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. 87ea75d qemu-option: Remove qemu_opts_create_nofail by Peter Crosthwaite · 11 years ago
  32. f671d17 block/vvfat: Fix compiler warnings for OpenBSD by Stefan Weil · 11 years ago
  33. cc84d90 block: Error parameter for create functions by Max Reitz · 11 years ago
  34. 34b5d2c block: Error parameter for open functions by Max Reitz · 11 years ago
  35. 015a103 bdrv: Use "Error" for opening images by Max Reitz · 11 years ago
  36. 4bc74be block: return get_block_status data and flags for formats by Paolo Bonzini · 11 years ago
  37. b6b8a33 block: introduce bdrv_get_block_status API by Paolo Bonzini · 11 years ago
  38. 4f6fd34 block: make bdrv_delete() static by Fam Zheng · 11 years ago
  39. 3d34c6c vvfat: use bdrv_new() to allocate BlockDriverState by Fam Zheng · 11 years ago
  40. 78f27bd block: fix vvfat error path for enable_write_target by Fam Zheng · 12 years ago
  41. 56d1b4d block: Remove filename parameter from .bdrv_file_open() by Kevin Wolf · 12 years ago
  42. 7ad9be6 vvfat: 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. eb7ff6f Replace remaining gmtime, localtime by gmtime_r, localtime_r by Stefan Weil · 12 years ago
  46. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  47. caf71f8 migration: move include files to include/migration/ by Paolo Bonzini · 12 years ago
  48. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  49. 2e1e79d block: Convert close calls to qemu_close by Corey Bryant · 12 years ago
  50. 6165f4d block: Convert open calls to qemu_open by Corey Bryant · 12 years ago
  51. 4480e0f vvfat: Do not clobber the user's geometry by Markus Armbruster · 13 years ago
  52. f91cbef vvfat: Fix partition table by Markus Armbruster · 13 years ago
  53. eba2505 block: prevent snapshot mode $TMPDIR symlink attack by Jim Meyering · 13 years ago
  54. e023b2e block: fix snapshot on QED by Paolo Bonzini · 13 years ago
  55. 8d98734 vvfat: avoid leaking file descriptor in commit_one_file() by Stefan Hajnoczi · 13 years ago
  56. 73f703c vvfat: convert to .bdrv_co_is_allocated() by Stefan Hajnoczi · 13 years ago
  57. 3397f0c vvfat: Add migration blocker by Kevin Wolf · 13 years ago
  58. 7704df9 vvfat: Fix read-write mode by Kevin Wolf · 13 years ago
  59. 273e4e0 vvfat: reorganize computation of disk geometry by Paolo Bonzini · 13 years ago
  60. d71cff4 vvfat: do not hardcode sector counts in error message by Paolo Bonzini · 13 years ago
  61. 5a742b5 vvfat: unify and correct computation of sector count by Paolo Bonzini · 13 years ago
  62. aad37c0 vvfat: need to use first_sectors_number to distinguish fdd/hdd by Paolo Bonzini · 13 years ago
  63. e654bfe vvfat: do not fail if the disk has spare sectors by Paolo Bonzini · 13 years ago
  64. 2b6a43a vvfat: fix out of bounds array_get usage by Paolo Bonzini · 13 years ago
  65. e183ef7 block: take lock around bdrv_write implementations by Paolo Bonzini · 13 years ago
  66. 2914caa block: take lock around bdrv_read implementations by Paolo Bonzini · 13 years ago
  67. 848c66e block: add a CoMutex to synchronous read drivers by Paolo Bonzini · 13 years ago
  68. 0d460d6 vvfat: Fix potential buffer overflow by Kevin Wolf · 14 years ago
  69. 7ef6d3d block/vvfat: Remove unused code by Stefan Weil · 13 years ago
  70. ce13782 block/vvfat: Fix potential memory leaks and other memory errors by Stefan Weil · 13 years ago
  71. b2bedb2 Remove blanks before \n in output strings by Stefan Weil · 13 years ago
  72. 541dc0d Use new macro QEMU_PACKED for packed structures by Stefan Weil · 13 years ago
  73. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  74. 08089ed vvfat: fix a file descriptor leak by Blue Swirl · 14 years ago
  75. d523d5d block/vvfat: Fix compiler warning in debug code by Stefan Weil · 14 years ago
  76. a655211 vvfat: Use cache=unsafe by Kevin Wolf · 14 years ago
  77. 9217e26 vvfat: Fix double free for opening the image rw by Kevin Wolf · 14 years ago
  78. ac48e38 vvfat: Fix segfault on write to read-only disk by Kevin Wolf · 14 years ago
  79. 2aa326b vvfat: fat_chksum(): fix access above array bounds by Loïc Minier · 14 years ago
  80. 3e89cb0 vvfat: More build fixes with DEBUG by Kevin Wolf · 15 years ago
  81. 792b45b vvfat: Fix compilation with DEBUG defined by Riccardo Magliocchetti · 15 years ago
  82. 66f82ce block: Open the underlying image file in generic code by Kevin Wolf · 15 years ago
  83. 88bf795 Fix dead initialization, spotted by clang analyzer by Blue Swirl · 15 years ago
  84. d6e9098 Replace calls of old bdrv_open by Kevin Wolf · 15 years ago
  85. 43dc2a6 Replace assert(0) with abort() or cpu_abort() by Blue Swirl · 15 years ago
  86. a6c6f76 Fix build with -DNDEBUG in CFLAGS by Blue Swirl · 15 years ago
  87. 6265eb2 don't dereference NULL after failed strdup by Jim Meyering · 15 years ago
  88. 058fc8c Ask for read-write permissions when opening files by Naphtali Sprei · 15 years ago
  89. 2dedf83 block/vvfat.c: fix warnings with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
  90. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  91. 99a0949 Get rid of _t suffix by malc · 15 years ago
  92. 6ab00ce vvfat: fix coding style nit by Michael S. Tsirkin · 15 years ago
  93. f9e9643 vvfat: one more missing BlockDriver C99 initializer conversion by Christoph Hellwig · 16 years ago
  94. 91a073a Drop bdrv_create2 by Kevin Wolf · 16 years ago
  95. 0e7e198 Convert all block drivers to new bdrv_create by Kevin Wolf · 16 years ago
  96. 019d6b8 Move block drivers into their own directory by Anthony Liguori · 16 years ago[Renamed from block-vvfat.c]
  97. 5efa9d5 Convert block infrastructure to use new module init functionality by Anthony Liguori · 16 years ago
  98. 5561650 Include assert.h from qemu-common.h by Paul Brook · 16 years ago
  99. 5606c22 block-vvfat: fix a warning by Aurelien Jarno · 16 years ago
  100. 3f4cb3d Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' by blueswir1 · 16 years ago