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