1. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  2. 99a0949 Get rid of _t suffix by malc · 15 years ago
  3. 6ab00ce vvfat: fix coding style nit by Michael S. Tsirkin · 15 years ago
  4. f9e9643 vvfat: one more missing BlockDriver C99 initializer conversion by Christoph Hellwig · 16 years ago
  5. 91a073a Drop bdrv_create2 by Kevin Wolf · 16 years ago
  6. 0e7e198 Convert all block drivers to new bdrv_create by Kevin Wolf · 16 years ago
  7. 019d6b8 Move block drivers into their own directory by Anthony Liguori · 16 years ago[Renamed from block-vvfat.c]
  8. 5efa9d5 Convert block infrastructure to use new module init functionality by Anthony Liguori · 16 years ago
  9. 5561650 Include assert.h from qemu-common.h by Paul Brook · 16 years ago
  10. 5606c22 block-vvfat: fix a warning by Aurelien Jarno · 16 years ago
  11. 3f4cb3d Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' by blueswir1 · 16 years ago
  12. e60f469 Use C99 initializers for BlockDriver methods by aurel32 · 16 years ago
  13. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
  14. 3ec88e8 block: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  15. 3891b37 Use a hex value instead of possibly ambiguous 8 bit character by blueswir1 · 16 years ago
  16. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  17. 47398b9 Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger by blueswir1 · 16 years ago
  18. cd39008 Attached patch fixes a series of this warning when compiling on NetBSD: by blueswir1 · 16 years ago
  19. 8ce0f86 Currently trying to turn an oversized directory into a VVFAT image will by balrog · 16 years ago
  20. 51a0f56 Fix incorrect use of pstrcpy (malc) by blueswir1 · 16 years ago
  21. be15b14 Replace uses of strncpy (a GNU extension) with Qemu pstrcpy by blueswir1 · 16 years ago
  22. 363a37d Fix OpenBSD linker warnings by blueswir1 · 17 years ago
  23. 2137b4c Add qemu_realloc(), by Gerd Hoffmann. by ths · 17 years ago
  24. 295abf3 Remove >= asserts on unsigned inputs by malc · 17 years ago
  25. 59fdb01 Fix parse_long_name, by Tristan Gingold. by ths · 17 years ago
  26. 64eaabd Clarified filename handling, by Johannes Schindelin. by ths · 17 years ago
  27. ad1a897 block-vvfat.c - fix is_free predicate, by Tristan Gingold. by ths · 17 years ago
  28. 3f47aa8 Fix some functions declared () rather than (void) (Ian Jackson) by blueswir1 · 17 years ago
  29. 1e080d5 Fix number_of_entries for filename of length [13] (Tristan Gingold). by balrog · 17 years ago
  30. ffe8ab8 Fix char* signedness, by Andre Przywara. by ths · 17 years ago
  31. 60fe76f Fix wrong signedness, by Andre Przywara. by ths · 17 years ago
  32. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  33. faf0796 Split block API from vl.h. by pbrook · 17 years ago
  34. b570094 vvfat mbr fixes, by Ivan Kalvachev. by ths · 17 years ago
  35. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  36. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  37. 6bcb76c vvfat fixes (Roger Lathrop) by bellard · 19 years ago
  38. 83f6409 async file I/O API by bellard · 19 years ago
  39. 7a6cba6 Disk cache flush support. by pbrook · 19 years ago
  40. da2414e moved misplaced declaration by bellard · 19 years ago
  41. 48c2f06 win32 compile fix by bellard · 19 years ago
  42. a046433 Major overhaul of the virtual FAT driver for read/write support (Johannes Schindelin) by bellard · 19 years ago
  43. 0b7a4a9 DOS 6.22 fix (Johannes Schindelin) by bellard · 19 years ago
  44. de167e4 Virtual VFAT support (Johannes Schindelin) by bellard · 20 years ago