summaryrefslogtreecommitdiff
path: root/block/vvfat.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-1/+1
2018-03-19vvfat: Fix inherit_options flagsFam Zheng1-1/+1
2018-03-02vvfat: Switch to .bdrv_co_block_status()Eric Blake1-9/+7
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
2018-02-09Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+2
2017-11-17block: Guard against NULL bs->drvMax Reitz1-1/+1
2017-11-17block: Deprecate bdrv_set_read_only() and usersKevin Wolf1-1/+5
2017-09-26block: Add reopen_queue to bdrv_child_perm()Kevin Wolf1-0/+1
2017-09-26block: Clean up some bad code in the vvfat driverThomas Huth1-24/+2
2017-09-19General warn report fixupsAlistair Francis1-2/+1
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis1-2/+2
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis1-1/+3
2017-08-31vvfat: use DIV_ROUND_UPMarc-André Lureau1-2/+2
2017-07-18block/vvfat: Fix compiler warning with gcc 7Max Reitz1-2/+3
2017-07-18vvfat: initialize memory after allocating itHervé Poussineau1-0/+1
2017-07-18vvfat: correctly parse non-ASCII short and long file namesHervé Poussineau1-22/+37
2017-07-18vvfat: add a constant for bootsector nameHervé Poussineau1-1/+7
2017-07-18vvfat: add constants for special values of name[0]Hervé Poussineau1-6/+11
2017-07-17vvfat: make it thread-safePaolo Bonzini1-1/+7
2017-07-10block: Make bdrv_is_allocated() byte-basedEric Blake1-14/+20
2017-07-10vvfat: change OEM name to 'MSWIN4.1'Hervé Poussineau1-1/+1
2017-07-10vvfat: handle KANJI lead byte 0xe5Hervé Poussineau1-2/+7
2017-07-10vvfat: limit number of entries in root directory in FAT12/FAT16Hervé Poussineau1-9/+17
2017-07-10vvfat: correctly generate numeric-tail of short file namesHervé Poussineau1-34/+31
2017-07-10vvfat: correctly create base short names for non-ASCII filenamesHervé Poussineau1-28/+76
2017-07-10vvfat: correctly create long names for non-ASCII filenamesHervé Poussineau1-20/+18
2017-07-10vvfat: always create . and .. entries at first and in that orderHervé Poussineau1-2/+11
2017-07-10vvfat: fix field names in FAT12/FAT16 and FAT32 boot sectorsHervé Poussineau1-7/+14
2017-07-10vvfat: introduce offset_to_bootsector, offset_to_fat and offset_to_root_dirHervé Poussineau1-27/+43
2017-07-10vvfat: rename useless enumeration valuesHervé Poussineau1-5/+8
2017-07-10vvfat: fix typosHervé Poussineau1-4/+4
2017-07-10vvfat: replace tabs by 8 spacesHervé Poussineau1-1027/+1027
2017-07-10vvfat: fix qemu-img map and qemu-img convertHervé Poussineau1-2/+1
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau1-1/+0
2017-05-17migration: Create migration/blocker.hJuan Quintela1-1/+1
2017-05-09qobject: Use simpler QDict/QList scalar insertion macrosEric Blake1-5/+5
2017-04-24block: do not set BDS read_only if copy_on_read enabledJeff Cody1-4/+15
2017-04-24block: add bdrv_set_read_only() helper functionJeff Cody1-2/+2
2017-03-13vvfat: React to bdrv_is_allocated() errorsEric Blake1-3/+19
2017-02-28block: Add Error parameter to bdrv_set_backing_hd()Kevin Wolf1-1/+1
2017-02-28vvfat: Implement .bdrv_child_perm()Kevin Wolf1-0/+22
2017-02-24vvfat: Use opened node as backing fileKevin Wolf1-5/+5
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya1-7/+12
2017-01-24block/vvfat: Remove the undesirable commentAshijeet Acharya1-1/+0
2016-09-23block: Add "read-only" to the options QDictAlberto Garcia1-1/+2
2016-07-13vvfat: Fix qcow write target driver specificationMax Reitz1-1/+2
2016-07-05block: Convert bdrv_write() to BdrvChildKevin Wolf1-3/+2
2016-07-05block: Convert bdrv_read() to BdrvChildKevin Wolf1-1/+1
2016-07-05vvfat: Use BdrvChild for s->qcowKevin Wolf1-23/+43