index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
vvfat.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-12
block: Error parameter for create functions
Max Reitz
1
-1
/
+3
2013-09-12
block: Error parameter for open functions
Max Reitz
1
-1
/
+5
2013-09-12
bdrv: Use "Error" for opening images
Max Reitz
1
-1
/
+2
2013-09-06
block: return get_block_status data and flags for formats
Paolo Bonzini
1
-5
/
+6
2013-09-06
block: introduce bdrv_get_block_status API
Paolo Bonzini
1
-2
/
+2
2013-09-06
block: make bdrv_delete() static
Fam Zheng
1
-2
/
+2
2013-09-06
vvfat: use bdrv_new() to allocate BlockDriverState
Fam Zheng
1
-1
/
+1
2013-07-19
block: fix vvfat error path for enable_write_target
Fam Zheng
1
-11
/
+14
2013-04-22
block: Remove filename parameter from .bdrv_file_open()
Kevin Wolf
1
-2
/
+1
2013-04-22
vvfat: Use bdrv_open options instead of filename
Kevin Wolf
1
-60
/
+168
2013-03-22
block: Add options QDict to bdrv_file_open() prototypes
Kevin Wolf
1
-1
/
+2
2013-03-15
block: Add options QDict to bdrv_open() prototype
Kevin Wolf
1
-1
/
+1
2013-01-11
Replace remaining gmtime, localtime by gmtime_r, localtime_r
Stefan Weil
1
-4
/
+0
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
migration: move include files to include/migration/
Paolo Bonzini
1
-1
/
+1
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-1
/
+1
2012-08-15
block: Convert close calls to qemu_close
Corey Bryant
1
-6
/
+6
2012-08-15
block: Convert open calls to qemu_open
Corey Bryant
1
-2
/
+2
2012-07-17
vvfat: Do not clobber the user's geometry
Markus Armbruster
1
-24
/
+29
2012-07-17
vvfat: Fix partition table
Markus Armbruster
1
-3
/
+4
2012-05-30
block: prevent snapshot mode $TMPDIR symlink attack
Jim Meyering
1
-1
/
+6
2012-05-10
block: fix snapshot on QED
Paolo Bonzini
1
-0
/
+7
2012-01-13
vvfat: avoid leaking file descriptor in commit_one_file()
Stefan Hajnoczi
1
-0
/
+3
2011-12-05
vvfat: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
1
-2
/
+2
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
[next]