1. d523d5d block/vvfat: Fix compiler warning in debug code by Stefan Weil · 14 years ago
  2. a655211 vvfat: Use cache=unsafe by Kevin Wolf · 14 years ago
  3. 9217e26 vvfat: Fix double free for opening the image rw by Kevin Wolf · 14 years ago
  4. ac48e38 vvfat: Fix segfault on write to read-only disk by Kevin Wolf · 14 years ago
  5. 2aa326b vvfat: fat_chksum(): fix access above array bounds by Loïc Minier · 14 years ago
  6. 3e89cb0 vvfat: More build fixes with DEBUG by Kevin Wolf · 14 years ago
  7. 792b45b vvfat: Fix compilation with DEBUG defined by Riccardo Magliocchetti · 14 years ago
  8. 66f82ce block: Open the underlying image file in generic code by Kevin Wolf · 14 years ago
  9. 88bf795 Fix dead initialization, spotted by clang analyzer by Blue Swirl · 14 years ago
  10. d6e9098 Replace calls of old bdrv_open by Kevin Wolf · 15 years ago
  11. 43dc2a6 Replace assert(0) with abort() or cpu_abort() by Blue Swirl · 15 years ago
  12. a6c6f76 Fix build with -DNDEBUG in CFLAGS by Blue Swirl · 15 years ago
  13. 6265eb2 don't dereference NULL after failed strdup by Jim Meyering · 15 years ago
  14. 058fc8c Ask for read-write permissions when opening files by Naphtali Sprei · 15 years ago
  15. 2dedf83 block/vvfat.c: fix warnings with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
  16. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  17. 99a0949 Get rid of _t suffix by malc · 15 years ago
  18. 6ab00ce vvfat: fix coding style nit by Michael S. Tsirkin · 15 years ago
  19. f9e9643 vvfat: one more missing BlockDriver C99 initializer conversion by Christoph Hellwig · 15 years ago
  20. 91a073a Drop bdrv_create2 by Kevin Wolf · 15 years ago
  21. 0e7e198 Convert all block drivers to new bdrv_create by Kevin Wolf · 15 years ago
  22. 019d6b8 Move block drivers into their own directory by Anthony Liguori · 15 years ago[Renamed from block-vvfat.c]
  23. 5efa9d5 Convert block infrastructure to use new module init functionality by Anthony Liguori · 15 years ago
  24. 5561650 Include assert.h from qemu-common.h by Paul Brook · 15 years ago
  25. 5606c22 block-vvfat: fix a warning by Aurelien Jarno · 15 years ago
  26. 3f4cb3d Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' by blueswir1 · 15 years ago
  27. e60f469 Use C99 initializers for BlockDriver methods by aurel32 · 16 years ago
  28. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
  29. 3ec88e8 block: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  30. 3891b37 Use a hex value instead of possibly ambiguous 8 bit character by blueswir1 · 16 years ago
  31. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  32. 47398b9 Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger by blueswir1 · 16 years ago
  33. cd39008 Attached patch fixes a series of this warning when compiling on NetBSD: by blueswir1 · 16 years ago
  34. 8ce0f86 Currently trying to turn an oversized directory into a VVFAT image will by balrog · 16 years ago
  35. 51a0f56 Fix incorrect use of pstrcpy (malc) by blueswir1 · 16 years ago
  36. be15b14 Replace uses of strncpy (a GNU extension) with Qemu pstrcpy by blueswir1 · 16 years ago
  37. 363a37d Fix OpenBSD linker warnings by blueswir1 · 16 years ago
  38. 2137b4c Add qemu_realloc(), by Gerd Hoffmann. by ths · 16 years ago
  39. 295abf3 Remove >= asserts on unsigned inputs by malc · 16 years ago
  40. 59fdb01 Fix parse_long_name, by Tristan Gingold. by ths · 16 years ago
  41. 64eaabd Clarified filename handling, by Johannes Schindelin. by ths · 16 years ago
  42. ad1a897 block-vvfat.c - fix is_free predicate, by Tristan Gingold. by ths · 16 years ago
  43. 3f47aa8 Fix some functions declared () rather than (void) (Ian Jackson) by blueswir1 · 17 years ago
  44. 1e080d5 Fix number_of_entries for filename of length [13] (Tristan Gingold). by balrog · 17 years ago
  45. ffe8ab8 Fix char* signedness, by Andre Przywara. by ths · 17 years ago
  46. 60fe76f Fix wrong signedness, by Andre Przywara. by ths · 17 years ago
  47. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  48. faf0796 Split block API from vl.h. by pbrook · 17 years ago
  49. b570094 vvfat mbr fixes, by Ivan Kalvachev. by ths · 17 years ago
  50. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  51. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  52. 6bcb76c vvfat fixes (Roger Lathrop) by bellard · 18 years ago
  53. 83f6409 async file I/O API by bellard · 18 years ago
  54. 7a6cba6 Disk cache flush support. by pbrook · 18 years ago
  55. da2414e moved misplaced declaration by bellard · 18 years ago
  56. 48c2f06 win32 compile fix by bellard · 19 years ago
  57. a046433 Major overhaul of the virtual FAT driver for read/write support (Johannes Schindelin) by bellard · 19 years ago
  58. 0b7a4a9 DOS 6.22 fix (Johannes Schindelin) by bellard · 19 years ago
  59. de167e4 Virtual VFAT support (Johannes Schindelin) by bellard · 19 years ago