aboutsummaryrefslogtreecommitdiffstats
path: root/block/vvfat.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-13vvfat: avoid leaking file descriptor in commit_one_file()Stefan Hajnoczi1-0/+3
2011-12-05vvfat: convert to .bdrv_co_is_allocated()Stefan Hajnoczi1-2/+2
2011-11-23vvfat: Add migration blockerKevin Wolf1-0/+17
2011-11-11vvfat: Fix read-write modeKevin Wolf1-21/+23
2011-11-04vvfat: reorganize computation of disk geometryPaolo Bonzini1-16/+24
2011-11-04vvfat: do not hardcode sector counts in error messagePaolo Bonzini1-5/+2
2011-11-04vvfat: unify and correct computation of sector countPaolo Bonzini1-3/+3
2011-11-04vvfat: need to use first_sectors_number to distinguish fdd/hddPaolo Bonzini1-2/+2
2011-11-04vvfat: do not fail if the disk has spare sectorsPaolo Bonzini1-2/+2
2011-11-04vvfat: fix out of bounds array_get usagePaolo Bonzini1-0/+1
2011-10-21block: take lock around bdrv_write implementationsPaolo Bonzini1-1/+12
2011-10-21block: take lock around bdrv_read implementationsPaolo Bonzini1-1/+12
2011-10-21block: add a CoMutex to synchronous read driversPaolo Bonzini1-0/+2
2011-10-11vvfat: Fix potential buffer overflowKevin Wolf1-1/+1
2011-10-11block/vvfat: Remove unused codeStefan Weil1-56/+0
2011-10-11block/vvfat: Fix potential memory leaks and other memory errorsStefan Weil1-21/+30
2011-09-16Remove blanks before \n in output stringsStefan Weil1-1/+1
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil1-7/+7
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-16/+16
2011-01-12vvfat: fix a file descriptor leakBlue Swirl1-0/+1
2010-10-03block/vvfat: Fix compiler warning in debug codeStefan Weil1-1/+0
2010-09-21vvfat: Use cache=unsafeKevin Wolf1-4/+10
2010-09-21vvfat: Fix double free for opening the image rwKevin Wolf1-3/+4
2010-09-21vvfat: Fix segfault on write to read-only diskKevin Wolf1-0/+5
2010-08-30vvfat: fat_chksum(): fix access above array boundsLoïc Minier1-1/+1
2010-05-21vvfat: More build fixes with DEBUGKevin Wolf1-2/+6
2010-05-21vvfat: Fix compilation with DEBUG definedRiccardo Magliocchetti1-1/+1
2010-05-03block: Open the underlying image file in generic codeKevin Wolf1-1/+1
2010-04-25Fix dead initialization, spotted by clang analyzerBlue Swirl1-1/+1
2010-04-23Replace calls of old bdrv_openKevin Wolf1-1/+4
2010-03-18Replace assert(0) with abort() or cpu_abort()Blue Swirl1-10/+10
2010-03-13Fix build with -DNDEBUG in CFLAGSBlue Swirl1-0/+3
2010-02-10don't dereference NULL after failed strdupJim Meyering1-5/+5
2010-01-26Ask for read-write permissions when opening filesNaphtali Sprei1-1/+1
2010-01-26block/vvfat.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov1-2/+7
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-144/+144
2009-10-01Get rid of _t suffixmalc1-144/+144
2009-09-30vvfat: fix coding style nitMichael S. Tsirkin1-2/+2
2009-05-28vvfat: one more missing BlockDriver C99 initializer conversionChristoph Hellwig1-4/+3
2009-05-27Drop bdrv_create2Kevin Wolf1-2/+9
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf1-2/+2
2009-05-14Move block drivers into their own directoryAnthony Liguori1-0/+2855