aboutsummaryrefslogtreecommitdiff
path: root/block/vvfat.c
AgeCommit message (Expand)Author
2013-12-13block/vvfat: Fix compiler warnings for OpenBSDStefan Weil
2013-09-12block: Error parameter for create functionsMax Reitz
2013-09-12block: Error parameter for open functionsMax Reitz
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz
2013-09-06block: return get_block_status data and flags for formatsPaolo Bonzini
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini
2013-09-06block: make bdrv_delete() staticFam Zheng
2013-09-06vvfat: use bdrv_new() to allocate BlockDriverStateFam Zheng
2013-07-19block: fix vvfat error path for enable_write_targetFam Zheng
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf
2013-04-22vvfat: Use bdrv_open options instead of filenameKevin Wolf
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf
2013-03-15block: Add options QDict to bdrv_open() prototypeKevin Wolf
2013-01-11Replace remaining gmtime, localtime by gmtime_r, localtime_rStefan Weil
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19migration: move include files to include/migration/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-08-15block: Convert close calls to qemu_closeCorey Bryant
2012-08-15block: Convert open calls to qemu_openCorey Bryant
2012-07-17vvfat: Do not clobber the user's geometryMarkus Armbruster
2012-07-17vvfat: Fix partition tableMarkus Armbruster
2012-05-30block: prevent snapshot mode $TMPDIR symlink attackJim Meyering
2012-05-10block: fix snapshot on QEDPaolo Bonzini
2012-01-13vvfat: avoid leaking file descriptor in commit_one_file()Stefan Hajnoczi
2011-12-05vvfat: convert to .bdrv_co_is_allocated()Stefan Hajnoczi
2011-11-23vvfat: Add migration blockerKevin Wolf
2011-11-11vvfat: Fix read-write modeKevin Wolf
2011-11-04vvfat: reorganize computation of disk geometryPaolo Bonzini
2011-11-04vvfat: do not hardcode sector counts in error messagePaolo Bonzini
2011-11-04vvfat: unify and correct computation of sector countPaolo Bonzini
2011-11-04vvfat: need to use first_sectors_number to distinguish fdd/hddPaolo Bonzini
2011-11-04vvfat: do not fail if the disk has spare sectorsPaolo Bonzini
2011-11-04vvfat: fix out of bounds array_get usagePaolo Bonzini
2011-10-21block: take lock around bdrv_write implementationsPaolo Bonzini
2011-10-21block: take lock around bdrv_read implementationsPaolo Bonzini
2011-10-21block: add a CoMutex to synchronous read driversPaolo Bonzini
2011-10-11vvfat: Fix potential buffer overflowKevin Wolf
2011-10-11block/vvfat: Remove unused codeStefan Weil
2011-10-11block/vvfat: Fix potential memory leaks and other memory errorsStefan Weil
2011-09-16Remove blanks before \n in output stringsStefan Weil
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-01-12vvfat: fix a file descriptor leakBlue Swirl
2010-10-03block/vvfat: Fix compiler warning in debug codeStefan Weil
2010-09-21vvfat: Use cache=unsafeKevin Wolf
2010-09-21vvfat: Fix double free for opening the image rwKevin Wolf
2010-09-21vvfat: Fix segfault on write to read-only diskKevin Wolf
2010-08-30vvfat: fat_chksum(): fix access above array boundsLoïc Minier
2010-05-21vvfat: More build fixes with DEBUGKevin Wolf
2010-05-21vvfat: Fix compilation with DEBUG definedRiccardo Magliocchetti