summaryrefslogtreecommitdiffstats
path: root/block/vvfat.c
Commit message (Expand)AuthorAgeFilesLines
* block: Add strong_runtime_opts to BlockDriverMax Reitz2019-02-251-0/+12
* vvfat: Fix memory leakKevin Wolf2018-11-191-3/+3
* block: Fix potential Null pointer dereferences in vvfat.cLiam Merwick2018-11-121-16/+30
* block: Require auto-read-only for existing fallbacksKevin Wolf2018-11-051-8/+2Star
* block: Add auto-read-only optionKevin Wolf2018-11-051-0/+1
* block/vvfat: Fix crash when reporting error about too many files in directoryThomas Huth2018-11-051-2/+2
* block/vvfat: Disable debug message by defaultThomas Huth2018-07-231-2/+2
* block: ignore_bds_parents parameter for drain functionsKevin Wolf2018-06-181-0/+1
* block: Add block-specific QDict headerMax Reitz2018-06-151-0/+1
* qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-041-1/+1
* vvfat: Fix inherit_options flagsFam Zheng2018-03-191-1/+1
* vvfat: Switch to .bdrv_co_block_status()Eric Blake2018-03-021-9/+7Star
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-0/+1
* Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+2
* block: Guard against NULL bs->drvMax Reitz2017-11-171-1/+1
* block: Deprecate bdrv_set_read_only() and usersKevin Wolf2017-11-171-1/+5
* block: Add reopen_queue to bdrv_child_perm()Kevin Wolf2017-09-261-0/+1
* block: Clean up some bad code in the vvfat driverThomas Huth2017-09-261-24/+2Star
* General warn report fixupsAlistair Francis2017-09-191-2/+1Star
* Convert multi-line fprintf() to warn_report()Alistair Francis2017-09-191-2/+2
* Convert single line fprintf(.../n) to warn_report()Alistair Francis2017-09-191-1/+3
* vvfat: use DIV_ROUND_UPMarc-André Lureau2017-08-311-2/+2
* block/vvfat: Fix compiler warning with gcc 7Max Reitz2017-07-181-2/+3
* vvfat: initialize memory after allocating itHervé Poussineau2017-07-181-0/+1
* vvfat: correctly parse non-ASCII short and long file namesHervé Poussineau2017-07-181-22/+37
* vvfat: add a constant for bootsector nameHervé Poussineau2017-07-181-1/+7
* vvfat: add constants for special values of name[0]Hervé Poussineau2017-07-181-6/+11
* vvfat: make it thread-safePaolo Bonzini2017-07-171-1/+7
* block: Make bdrv_is_allocated() byte-basedEric Blake2017-07-101-14/+20
* vvfat: change OEM name to 'MSWIN4.1'Hervé Poussineau2017-07-101-1/+1
* vvfat: handle KANJI lead byte 0xe5Hervé Poussineau2017-07-101-2/+7
* vvfat: limit number of entries in root directory in FAT12/FAT16Hervé Poussineau2017-07-101-9/+17
* vvfat: correctly generate numeric-tail of short file namesHervé Poussineau2017-07-101-34/+31Star
* vvfat: correctly create base short names for non-ASCII filenamesHervé Poussineau2017-07-101-28/+76
* vvfat: correctly create long names for non-ASCII filenamesHervé Poussineau2017-07-101-20/+18Star
* vvfat: always create . and .. entries at first and in that orderHervé Poussineau2017-07-101-2/+11
* vvfat: fix field names in FAT12/FAT16 and FAT32 boot sectorsHervé Poussineau2017-07-101-7/+14
* vvfat: introduce offset_to_bootsector, offset_to_fat and offset_to_root_dirHervé Poussineau2017-07-101-27/+43
* vvfat: rename useless enumeration valuesHervé Poussineau2017-07-101-5/+8
* vvfat: fix typosHervé Poussineau2017-07-101-4/+4
* vvfat: replace tabs by 8 spacesHervé Poussineau2017-07-101-1027/+1027
* vvfat: fix qemu-img map and qemu-img convertHervé Poussineau2017-07-101-2/+1Star
* qapi: merge QInt and QFloat in QNumMarc-André Lureau2017-06-201-1/+0Star
* migration: Create migration/blocker.hJuan Quintela2017-05-171-1/+1
* qobject: Use simpler QDict/QList scalar insertion macrosEric Blake2017-05-091-5/+5
* block: do not set BDS read_only if copy_on_read enabledJeff Cody2017-04-241-4/+15
* block: add bdrv_set_read_only() helper functionJeff Cody2017-04-241-2/+2
* vvfat: React to bdrv_is_allocated() errorsEric Blake2017-03-131-3/+19
* block: Add Error parameter to bdrv_set_backing_hd()Kevin Wolf2017-02-281-1/+1