index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
vvfat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Convert close calls to qemu_close
Corey Bryant
2012-08-15
1
-6
/
+6
*
block: Convert open calls to qemu_open
Corey Bryant
2012-08-15
1
-2
/
+2
*
vvfat: Do not clobber the user's geometry
Markus Armbruster
2012-07-17
1
-24
/
+29
*
vvfat: Fix partition table
Markus Armbruster
2012-07-17
1
-3
/
+4
*
block: prevent snapshot mode $TMPDIR symlink attack
Jim Meyering
2012-05-30
1
-1
/
+6
*
block: fix snapshot on QED
Paolo Bonzini
2012-05-10
1
-0
/
+7
*
vvfat: avoid leaking file descriptor in commit_one_file()
Stefan Hajnoczi
2012-01-13
1
-0
/
+3
*
vvfat: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
2011-12-05
1
-2
/
+2
*
vvfat: Add migration blocker
Kevin Wolf
2011-11-23
1
-0
/
+17
*
vvfat: Fix read-write mode
Kevin Wolf
2011-11-11
1
-21
/
+23
*
vvfat: reorganize computation of disk geometry
Paolo Bonzini
2011-11-04
1
-16
/
+24
*
vvfat: do not hardcode sector counts in error message
Paolo Bonzini
2011-11-04
1
-5
/
+2
*
vvfat: unify and correct computation of sector count
Paolo Bonzini
2011-11-04
1
-3
/
+3
*
vvfat: need to use first_sectors_number to distinguish fdd/hdd
Paolo Bonzini
2011-11-04
1
-2
/
+2
*
vvfat: do not fail if the disk has spare sectors
Paolo Bonzini
2011-11-04
1
-2
/
+2
*
vvfat: fix out of bounds array_get usage
Paolo Bonzini
2011-11-04
1
-0
/
+1
*
block: take lock around bdrv_write implementations
Paolo Bonzini
2011-10-21
1
-1
/
+12
*
block: take lock around bdrv_read implementations
Paolo Bonzini
2011-10-21
1
-1
/
+12
*
block: add a CoMutex to synchronous read drivers
Paolo Bonzini
2011-10-21
1
-0
/
+2
*
vvfat: Fix potential buffer overflow
Kevin Wolf
2011-10-11
1
-1
/
+1
*
block/vvfat: Remove unused code
Stefan Weil
2011-10-11
1
-56
/
+0
*
block/vvfat: Fix potential memory leaks and other memory errors
Stefan Weil
2011-10-11
1
-21
/
+30
*
Remove blanks before \n in output strings
Stefan Weil
2011-09-16
1
-1
/
+1
*
Use new macro QEMU_PACKED for packed structures
Stefan Weil
2011-09-03
1
-7
/
+7
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-16
/
+16
*
vvfat: fix a file descriptor leak
Blue Swirl
2011-01-12
1
-0
/
+1
*
block/vvfat: Fix compiler warning in debug code
Stefan Weil
2010-10-03
1
-1
/
+0
*
vvfat: Use cache=unsafe
Kevin Wolf
2010-09-21
1
-4
/
+10
*
vvfat: Fix double free for opening the image rw
Kevin Wolf
2010-09-21
1
-3
/
+4
*
vvfat: Fix segfault on write to read-only disk
Kevin Wolf
2010-09-21
1
-0
/
+5
*
vvfat: fat_chksum(): fix access above array bounds
Loïc Minier
2010-08-30
1
-1
/
+1
*
vvfat: More build fixes with DEBUG
Kevin Wolf
2010-05-21
1
-2
/
+6
*
vvfat: Fix compilation with DEBUG defined
Riccardo Magliocchetti
2010-05-21
1
-1
/
+1
*
block: Open the underlying image file in generic code
Kevin Wolf
2010-05-03
1
-1
/
+1
*
Fix dead initialization, spotted by clang analyzer
Blue Swirl
2010-04-25
1
-1
/
+1
*
Replace calls of old bdrv_open
Kevin Wolf
2010-04-23
1
-1
/
+4
*
Replace assert(0) with abort() or cpu_abort()
Blue Swirl
2010-03-18
1
-10
/
+10
*
Fix build with -DNDEBUG in CFLAGS
Blue Swirl
2010-03-13
1
-0
/
+3
*
don't dereference NULL after failed strdup
Jim Meyering
2010-02-10
1
-5
/
+5
*
Ask for read-write permissions when opening files
Naphtali Sprei
2010-01-26
1
-1
/
+1
*
block/vvfat.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
2010-01-26
1
-2
/
+7
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-144
/
+144
*
Get rid of _t suffix
malc
2009-10-01
1
-144
/
+144
*
vvfat: fix coding style nit
Michael S. Tsirkin
2009-09-30
1
-2
/
+2
*
vvfat: one more missing BlockDriver C99 initializer conversion
Christoph Hellwig
2009-05-28
1
-4
/
+3
*
Drop bdrv_create2
Kevin Wolf
2009-05-27
1
-2
/
+9
*
Convert all block drivers to new bdrv_create
Kevin Wolf
2009-05-22
1
-2
/
+2
*
Move block drivers into their own directory
Anthony Liguori
2009-05-14
1
-0
/
+2855