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