summaryrefslogtreecommitdiffstats
path: root/block/vvfat.c
Commit message (Expand)AuthorAgeFilesLines
* block: Remove filename parameter from .bdrv_file_open()Kevin Wolf2013-04-221-2/+1
* vvfat: Use bdrv_open options instead of filenameKevin Wolf2013-04-221-60/+168
* block: Add options QDict to bdrv_file_open() prototypesKevin Wolf2013-03-221-1/+2
* block: Add options QDict to bdrv_open() prototypeKevin Wolf2013-03-151-1/+1
* Replace remaining gmtime, localtime by gmtime_r, localtime_rStefan Weil2013-01-111-4/+0
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* migration: move include files to include/migration/Paolo Bonzini2012-12-191-1/+1
* block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* block: Convert close calls to qemu_closeCorey Bryant2012-08-151-6/+6
* block: Convert open calls to qemu_openCorey Bryant2012-08-151-2/+2
* vvfat: Do not clobber the user's geometryMarkus Armbruster2012-07-171-24/+29
* vvfat: Fix partition tableMarkus Armbruster2012-07-171-3/+4
* block: prevent snapshot mode $TMPDIR symlink attackJim Meyering2012-05-301-1/+6
* block: fix snapshot on QEDPaolo Bonzini2012-05-101-0/+7
* vvfat: avoid leaking file descriptor in commit_one_file()Stefan Hajnoczi2012-01-131-0/+3
* vvfat: convert to .bdrv_co_is_allocated()Stefan Hajnoczi2011-12-051-2/+2
* vvfat: Add migration blockerKevin Wolf2011-11-231-0/+17
* vvfat: Fix read-write modeKevin Wolf2011-11-111-21/+23
* vvfat: reorganize computation of disk geometryPaolo Bonzini2011-11-041-16/+24
* vvfat: do not hardcode sector counts in error messagePaolo Bonzini2011-11-041-5/+2
* vvfat: unify and correct computation of sector countPaolo Bonzini2011-11-041-3/+3
* vvfat: need to use first_sectors_number to distinguish fdd/hddPaolo Bonzini2011-11-041-2/+2
* vvfat: do not fail if the disk has spare sectorsPaolo Bonzini2011-11-041-2/+2
* vvfat: fix out of bounds array_get usagePaolo Bonzini2011-11-041-0/+1
* block: take lock around bdrv_write implementationsPaolo Bonzini2011-10-211-1/+12
* block: take lock around bdrv_read implementationsPaolo Bonzini2011-10-211-1/+12
* block: add a CoMutex to synchronous read driversPaolo Bonzini2011-10-211-0/+2
* vvfat: Fix potential buffer overflowKevin Wolf2011-10-111-1/+1
* block/vvfat: Remove unused codeStefan Weil2011-10-111-56/+0
* block/vvfat: Fix potential memory leaks and other memory errorsStefan Weil2011-10-111-21/+30
* Remove blanks before \n in output stringsStefan Weil2011-09-161-1/+1
* Use new macro QEMU_PACKED for packed structuresStefan Weil2011-09-031-7/+7
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-16/+16
* vvfat: fix a file descriptor leakBlue Swirl2011-01-121-0/+1
* block/vvfat: Fix compiler warning in debug codeStefan Weil2010-10-031-1/+0
* vvfat: Use cache=unsafeKevin Wolf2010-09-211-4/+10
* vvfat: Fix double free for opening the image rwKevin Wolf2010-09-211-3/+4
* vvfat: Fix segfault on write to read-only diskKevin Wolf2010-09-211-0/+5
* vvfat: fat_chksum(): fix access above array boundsLoïc Minier2010-08-301-1/+1
* vvfat: More build fixes with DEBUGKevin Wolf2010-05-211-2/+6
* vvfat: Fix compilation with DEBUG definedRiccardo Magliocchetti2010-05-211-1/+1
* block: Open the underlying image file in generic codeKevin Wolf2010-05-031-1/+1
* Fix dead initialization, spotted by clang analyzerBlue Swirl2010-04-251-1/+1
* Replace calls of old bdrv_openKevin Wolf2010-04-231-1/+4
* Replace assert(0) with abort() or cpu_abort()Blue Swirl2010-03-181-10/+10
* Fix build with -DNDEBUG in CFLAGSBlue Swirl2010-03-131-0/+3
* don't dereference NULL after failed strdupJim Meyering2010-02-101-5/+5
* Ask for read-write permissions when opening filesNaphtali Sprei2010-01-261-1/+1
* block/vvfat.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov2010-01-261-2/+7
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-144/+144
OpenPOWER on IntegriCloud