1. 56d1b4d block: Remove filename parameter from .bdrv_file_open() by Kevin Wolf · 11 years ago
  2. 7ad9be6 vvfat: Use bdrv_open options instead of filename by Kevin Wolf · 11 years ago
  3. 787e4a8 block: Add options QDict to bdrv_file_open() prototypes by Kevin Wolf · 12 years ago
  4. de9c0ce block: Add options QDict to bdrv_open() prototype by Kevin Wolf · 12 years ago
  5. eb7ff6f Replace remaining gmtime, localtime by gmtime_r, localtime_r by Stefan Weil · 12 years ago
  6. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  7. caf71f8 migration: move include files to include/migration/ by Paolo Bonzini · 12 years ago
  8. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  9. 2e1e79d block: Convert close calls to qemu_close by Corey Bryant · 12 years ago
  10. 6165f4d block: Convert open calls to qemu_open by Corey Bryant · 12 years ago
  11. 4480e0f vvfat: Do not clobber the user's geometry by Markus Armbruster · 12 years ago
  12. f91cbef vvfat: Fix partition table by Markus Armbruster · 12 years ago
  13. eba2505 block: prevent snapshot mode $TMPDIR symlink attack by Jim Meyering · 12 years ago
  14. e023b2e block: fix snapshot on QED by Paolo Bonzini · 12 years ago
  15. 8d98734 vvfat: avoid leaking file descriptor in commit_one_file() by Stefan Hajnoczi · 13 years ago
  16. 73f703c vvfat: convert to .bdrv_co_is_allocated() by Stefan Hajnoczi · 13 years ago
  17. 3397f0c vvfat: Add migration blocker by Kevin Wolf · 13 years ago
  18. 7704df9 vvfat: Fix read-write mode by Kevin Wolf · 13 years ago
  19. 273e4e0 vvfat: reorganize computation of disk geometry by Paolo Bonzini · 13 years ago
  20. d71cff4 vvfat: do not hardcode sector counts in error message by Paolo Bonzini · 13 years ago
  21. 5a742b5 vvfat: unify and correct computation of sector count by Paolo Bonzini · 13 years ago
  22. aad37c0 vvfat: need to use first_sectors_number to distinguish fdd/hdd by Paolo Bonzini · 13 years ago
  23. e654bfe vvfat: do not fail if the disk has spare sectors by Paolo Bonzini · 13 years ago
  24. 2b6a43a vvfat: fix out of bounds array_get usage by Paolo Bonzini · 13 years ago
  25. e183ef7 block: take lock around bdrv_write implementations by Paolo Bonzini · 13 years ago
  26. 2914caa block: take lock around bdrv_read implementations by Paolo Bonzini · 13 years ago
  27. 848c66e block: add a CoMutex to synchronous read drivers by Paolo Bonzini · 13 years ago
  28. 0d460d6 vvfat: Fix potential buffer overflow by Kevin Wolf · 13 years ago
  29. 7ef6d3d block/vvfat: Remove unused code by Stefan Weil · 13 years ago
  30. ce13782 block/vvfat: Fix potential memory leaks and other memory errors by Stefan Weil · 13 years ago
  31. b2bedb2 Remove blanks before \n in output strings by Stefan Weil · 13 years ago
  32. 541dc0d Use new macro QEMU_PACKED for packed structures by Stefan Weil · 13 years ago
  33. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  34. 08089ed vvfat: fix a file descriptor leak by Blue Swirl · 14 years ago
  35. d523d5d block/vvfat: Fix compiler warning in debug code by Stefan Weil · 14 years ago
  36. a655211 vvfat: Use cache=unsafe by Kevin Wolf · 14 years ago
  37. 9217e26 vvfat: Fix double free for opening the image rw by Kevin Wolf · 14 years ago
  38. ac48e38 vvfat: Fix segfault on write to read-only disk by Kevin Wolf · 14 years ago
  39. 2aa326b vvfat: fat_chksum(): fix access above array bounds by Loïc Minier · 14 years ago
  40. 3e89cb0 vvfat: More build fixes with DEBUG by Kevin Wolf · 14 years ago
  41. 792b45b vvfat: Fix compilation with DEBUG defined by Riccardo Magliocchetti · 14 years ago
  42. 66f82ce block: Open the underlying image file in generic code by Kevin Wolf · 14 years ago
  43. 88bf795 Fix dead initialization, spotted by clang analyzer by Blue Swirl · 14 years ago
  44. d6e9098 Replace calls of old bdrv_open by Kevin Wolf · 15 years ago
  45. 43dc2a6 Replace assert(0) with abort() or cpu_abort() by Blue Swirl · 15 years ago
  46. a6c6f76 Fix build with -DNDEBUG in CFLAGS by Blue Swirl · 15 years ago
  47. 6265eb2 don't dereference NULL after failed strdup by Jim Meyering · 15 years ago
  48. 058fc8c Ask for read-write permissions when opening files by Naphtali Sprei · 15 years ago
  49. 2dedf83 block/vvfat.c: fix warnings with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
  50. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  51. 99a0949 Get rid of _t suffix by malc · 15 years ago
  52. 6ab00ce vvfat: fix coding style nit by Michael S. Tsirkin · 15 years ago
  53. f9e9643 vvfat: one more missing BlockDriver C99 initializer conversion by Christoph Hellwig · 15 years ago
  54. 91a073a Drop bdrv_create2 by Kevin Wolf · 15 years ago
  55. 0e7e198 Convert all block drivers to new bdrv_create by Kevin Wolf · 15 years ago
  56. 019d6b8 Move block drivers into their own directory by Anthony Liguori · 15 years ago[Renamed from block-vvfat.c]
  57. 5efa9d5 Convert block infrastructure to use new module init functionality by Anthony Liguori · 15 years ago
  58. 5561650 Include assert.h from qemu-common.h by Paul Brook · 15 years ago
  59. 5606c22 block-vvfat: fix a warning by Aurelien Jarno · 15 years ago
  60. 3f4cb3d Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' by blueswir1 · 15 years ago
  61. e60f469 Use C99 initializers for BlockDriver methods by aurel32 · 16 years ago
  62. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
  63. 3ec88e8 block: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  64. 3891b37 Use a hex value instead of possibly ambiguous 8 bit character by blueswir1 · 16 years ago
  65. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  66. 47398b9 Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger by blueswir1 · 16 years ago
  67. cd39008 Attached patch fixes a series of this warning when compiling on NetBSD: by blueswir1 · 16 years ago
  68. 8ce0f86 Currently trying to turn an oversized directory into a VVFAT image will by balrog · 16 years ago
  69. 51a0f56 Fix incorrect use of pstrcpy (malc) by blueswir1 · 16 years ago
  70. be15b14 Replace uses of strncpy (a GNU extension) with Qemu pstrcpy by blueswir1 · 16 years ago
  71. 363a37d Fix OpenBSD linker warnings by blueswir1 · 16 years ago
  72. 2137b4c Add qemu_realloc(), by Gerd Hoffmann. by ths · 16 years ago
  73. 295abf3 Remove >= asserts on unsigned inputs by malc · 16 years ago
  74. 59fdb01 Fix parse_long_name, by Tristan Gingold. by ths · 16 years ago
  75. 64eaabd Clarified filename handling, by Johannes Schindelin. by ths · 16 years ago
  76. ad1a897 block-vvfat.c - fix is_free predicate, by Tristan Gingold. by ths · 16 years ago
  77. 3f47aa8 Fix some functions declared () rather than (void) (Ian Jackson) by blueswir1 · 17 years ago
  78. 1e080d5 Fix number_of_entries for filename of length [13] (Tristan Gingold). by balrog · 17 years ago
  79. ffe8ab8 Fix char* signedness, by Andre Przywara. by ths · 17 years ago
  80. 60fe76f Fix wrong signedness, by Andre Przywara. by ths · 17 years ago
  81. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  82. faf0796 Split block API from vl.h. by pbrook · 17 years ago
  83. b570094 vvfat mbr fixes, by Ivan Kalvachev. by ths · 17 years ago
  84. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  85. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  86. 6bcb76c vvfat fixes (Roger Lathrop) by bellard · 18 years ago
  87. 83f6409 async file I/O API by bellard · 18 years ago
  88. 7a6cba6 Disk cache flush support. by pbrook · 18 years ago
  89. da2414e moved misplaced declaration by bellard · 18 years ago
  90. 48c2f06 win32 compile fix by bellard · 19 years ago
  91. a046433 Major overhaul of the virtual FAT driver for read/write support (Johannes Schindelin) by bellard · 19 years ago
  92. 0b7a4a9 DOS 6.22 fix (Johannes Schindelin) by bellard · 19 years ago
  93. de167e4 Virtual VFAT support (Johannes Schindelin) by bellard · 19 years ago