]> git.proxmox.com Git - qemu.git/history - block/vvfat.c
Merge remote branch 'kwolf/for-stable-0.13' into stable-0.13
[qemu.git] / block / vvfat.c
2010-10-11 Anthony LiguoriMerge remote branch 'kwolf/for-stable-0.13' into stable... v0.13.0-rc3
2010-09-13 Kevin Wolfvvfat: Use cache=unsafe
2010-09-13 Kevin Wolfvvfat: Fix double free for opening the image rw
2010-09-13 Kevin Wolfvvfat: Fix segfault on write to read-only disk
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