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