]> git.proxmox.com Git - qemu.git/history - block/vvfat.c
target-sparc: Fix compiler errors (format strings)
[qemu.git] / block / vvfat.c
2011-01-31 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-21 Aurelien JarnoMerge branch 'usb.4' of git://anongit.freedesktop.org...
2011-01-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-12 Blue Swirlvvfat: fix a file descriptor leak
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-05 Anthony LiguoriMerge remote branch 'spice/submit.6' into staging
2010-10-05 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-10-03 Stefan Weilblock/vvfat: Fix compiler warning in debug code
2010-09-21 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-09-21 Kevin Wolfvvfat: Use cache=unsafe
2010-09-21 Kevin Wolfvvfat: Fix double free for opening the image rw
2010-09-21 Kevin Wolfvvfat: Fix segfault on write to read-only disk
2010-09-08 Anthony LiguoriMerge remote branch 'agraf/ppc-next' into staging
2010-09-08 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-08-30 Loïc Miniervvfat: fat_chksum(): fix access above array bounds
2010-05-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-21 Kevin Wolfvvfat: More build fixes with DEBUG
2010-05-21 Riccardo Magliocchettivvfat: Fix compilation with DEBUG defined
2010-05-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into HEAD
2010-05-03 Kevin Wolfblock: Open the underlying image file in generic code
2010-04-25 Blue SwirlFix dead initialization, spotted by clang analyzer
2010-04-23 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-04-23 Kevin WolfReplace calls of old bdrv_open
2010-03-18 Blue SwirlReplace assert(0) with abort() or cpu_abort()
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-13 Blue SwirlFix build with -DNDEBUG in CFLAGS
2010-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-10 Jim Meyeringdon't dereference NULL after failed strdup
2010-01-26 Naphtali SpreiAsk for read-write permissions when opening files
2010-01-26 Kirill A. Shutemovblock/vvfat.c: fix warnings with _FORTIFY_SOURCE
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-30 Michael S. Tsirkinvvfat: fix coding style nit
2009-05-28 Christoph Hellwigvvfat: one more missing BlockDriver C99 initializer...
2009-05-27 Kevin WolfDrop bdrv_create2
2009-05-22 Kevin WolfConvert all block drivers to new bdrv_create
2009-05-14 Anthony LiguoriMove block drivers into their own directory