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
*
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
*
vvfat: React to bdrv_is_allocated() errors
Eric Blake
2017-03-13
1
-3
/
+19
*
block: Add Error parameter to bdrv_set_backing_hd()
Kevin Wolf
2017-02-28
1
-1
/
+1
*
vvfat: Implement .bdrv_child_perm()
Kevin Wolf
2017-02-28
1
-0
/
+22
*
vvfat: Use opened node as backing file
Kevin Wolf
2017-02-24
1
-5
/
+5
*
migration: disallow migrate_add_blocker during migration
Ashijeet Acharya
2017-01-24
1
-7
/
+12
*
block/vvfat: Remove the undesirable comment
Ashijeet Acharya
2017-01-24
1
-1
/
+0
*
block: Add "read-only" to the options QDict
Alberto Garcia
2016-09-23
1
-1
/
+2
*
vvfat: Fix qcow write target driver specification
Max Reitz
2016-07-13
1
-1
/
+2
*
block: Convert bdrv_write() to BdrvChild
Kevin Wolf
2016-07-05
1
-3
/
+2
*
block: Convert bdrv_read() to BdrvChild
Kevin Wolf
2016-07-05
1
-1
/
+1
*
vvfat: Use BdrvChild for s->qcow
Kevin Wolf
2016-07-05
1
-23
/
+43
*
block: Use bool as appropriate for BDS members
Eric Blake
2016-07-05
1
-2
/
+2
*
block: Move request_alignment into BlockLimit
Eric Blake
2016-07-05
1
-1
/
+1
*
block: Set request_alignment during .bdrv_refresh_limits()
Eric Blake
2016-07-05
1
-1
/
+6
*
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
2016-06-20
1
-4
/
+1
*
block: Use DIV_ROUND_UP
Laurent Vivier
2016-06-07
1
-2
/
+1
*
block: Make bdrv_open() return a BDS
Max Reitz
2016-05-25
1
-4
/
+4
*
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
vvfat: Implement .bdrv_co_preadv/pwritev interfaces
Kevin Wolf
2016-05-12
1
-9
/
+46
*
vvfat: Fix default volume label
Kevin Wolf
2016-04-29
1
-0
/
+2
*
vvfat: Fix volume name assertion
Kevin Wolf
2016-04-29
1
-1
/
+6
*
block: Remove BDRV_O_CACHE_WB
Kevin Wolf
2016-03-30
1
-2
/
+1
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-1
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
block: Add "file" output parameter to block status query functions
Fam Zheng
2016-02-02
1
-1
/
+1
[next]