index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
vvfat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
2019-06-11
1
-0
/
+1
*
vvfat: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}()
Alberto Garcia
2019-05-10
1
-5
/
+7
*
block: Add strong_runtime_opts to BlockDriver
Max Reitz
2019-02-25
1
-0
/
+12
*
vvfat: Fix memory leak
Kevin Wolf
2018-11-19
1
-3
/
+3
*
block: Fix potential Null pointer dereferences in vvfat.c
Liam Merwick
2018-11-12
1
-16
/
+30
*
block: Require auto-read-only for existing fallbacks
Kevin Wolf
2018-11-05
1
-8
/
+2
*
block: Add auto-read-only option
Kevin Wolf
2018-11-05
1
-0
/
+1
*
block/vvfat: Fix crash when reporting error about too many files in directory
Thomas Huth
2018-11-05
1
-2
/
+2
*
block/vvfat: Disable debug message by default
Thomas Huth
2018-07-23
1
-2
/
+2
*
block: ignore_bds_parents parameter for drain functions
Kevin Wolf
2018-06-18
1
-0
/
+1
*
block: Add block-specific QDict header
Max Reitz
2018-06-15
1
-0
/
+1
*
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-05-04
1
-1
/
+1
*
vvfat: Fix inherit_options flags
Fam Zheng
2018-03-19
1
-1
/
+1
*
vvfat: Switch to .bdrv_co_block_status()
Eric Blake
2018-03-02
1
-9
/
+7
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
1
-0
/
+1
*
Include qapi/qmp/qbool.h exactly where needed
Markus Armbruster
2018-02-09
1
-1
/
+0
*
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+2
*
block: Guard against NULL bs->drv
Max Reitz
2017-11-17
1
-1
/
+1
*
block: Deprecate bdrv_set_read_only() and users
Kevin Wolf
2017-11-17
1
-1
/
+5
*
block: Add reopen_queue to bdrv_child_perm()
Kevin Wolf
2017-09-26
1
-0
/
+1
*
block: Clean up some bad code in the vvfat driver
Thomas Huth
2017-09-26
1
-24
/
+2
*
General warn report fixups
Alistair Francis
2017-09-19
1
-2
/
+1
*
Convert multi-line fprintf() to warn_report()
Alistair Francis
2017-09-19
1
-2
/
+2
*
Convert single line fprintf(.../n) to warn_report()
Alistair Francis
2017-09-19
1
-1
/
+3
*
vvfat: use DIV_ROUND_UP
Marc-André Lureau
2017-08-31
1
-2
/
+2
*
block/vvfat: Fix compiler warning with gcc 7
Max Reitz
2017-07-18
1
-2
/
+3
*
vvfat: initialize memory after allocating it
Hervé Poussineau
2017-07-18
1
-0
/
+1
*
vvfat: correctly parse non-ASCII short and long file names
Hervé Poussineau
2017-07-18
1
-22
/
+37
*
vvfat: add a constant for bootsector name
Hervé Poussineau
2017-07-18
1
-1
/
+7
*
vvfat: add constants for special values of name[0]
Hervé Poussineau
2017-07-18
1
-6
/
+11
*
vvfat: make it thread-safe
Paolo Bonzini
2017-07-17
1
-1
/
+7
*
block: Make bdrv_is_allocated() byte-based
Eric Blake
2017-07-10
1
-14
/
+20
*
vvfat: change OEM name to 'MSWIN4.1'
Hervé Poussineau
2017-07-10
1
-1
/
+1
*
vvfat: handle KANJI lead byte 0xe5
Hervé Poussineau
2017-07-10
1
-2
/
+7
*
vvfat: limit number of entries in root directory in FAT12/FAT16
Hervé Poussineau
2017-07-10
1
-9
/
+17
*
vvfat: correctly generate numeric-tail of short file names
Hervé Poussineau
2017-07-10
1
-34
/
+31
*
vvfat: correctly create base short names for non-ASCII filenames
Hervé Poussineau
2017-07-10
1
-28
/
+76
*
vvfat: correctly create long names for non-ASCII filenames
Hervé Poussineau
2017-07-10
1
-20
/
+18
*
vvfat: always create . and .. entries at first and in that order
Hervé Poussineau
2017-07-10
1
-2
/
+11
*
vvfat: fix field names in FAT12/FAT16 and FAT32 boot sectors
Hervé Poussineau
2017-07-10
1
-7
/
+14
*
vvfat: introduce offset_to_bootsector, offset_to_fat and offset_to_root_dir
Hervé Poussineau
2017-07-10
1
-27
/
+43
*
vvfat: rename useless enumeration values
Hervé Poussineau
2017-07-10
1
-5
/
+8
*
vvfat: fix typos
Hervé Poussineau
2017-07-10
1
-4
/
+4
*
vvfat: replace tabs by 8 spaces
Hervé Poussineau
2017-07-10
1
-1027
/
+1027
*
vvfat: fix qemu-img map and qemu-img convert
Hervé Poussineau
2017-07-10
1
-2
/
+1
*
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
2017-06-20
1
-1
/
+0
*
migration: Create migration/blocker.h
Juan Quintela
2017-05-17
1
-1
/
+1
*
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
2017-05-09
1
-5
/
+5
*
block: do not set BDS read_only if copy_on_read enabled
Jeff Cody
2017-04-24
1
-4
/
+15
*
block: add bdrv_set_read_only() helper function
Jeff Cody
2017-04-24
1
-2
/
+2
[next]