summaryrefslogtreecommitdiffstats
path: root/block/vvfat.c
Commit message (Expand)AuthorAgeFilesLines
* block/vvfat: Fix bad printf format specifiersAlexChen2020-11-031-5/+7
* util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé2020-09-161-2/+3
* error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster2020-07-101-4/+2Star
* error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster2020-07-101-2/+1Star
* qemu-option: Use returned bool to check for failureMarkus Armbruster2020-07-101-2/+1Star
* vvfat: Fix array_remove_slice()Kevin Wolf2020-07-031-37/+5Star
* vvfat: Check that updated filenames are validKevin Wolf2020-07-031-1/+24
* block: Drop @child_class from bdrv_child_perm()Max Reitz2020-05-181-3/+1Star
* block: Pass BdrvChildRole in remaining casesMax Reitz2020-05-181-1/+3
* block: Make backing files child_of_bds childrenMax Reitz2020-05-181-1/+2
* block: Pass parent_is_format to .inherit_options()Max Reitz2020-05-181-1/+1
* block: Pass BdrvChildRole to .inherit_options()Max Reitz2020-05-181-1/+2
* block: Pass BdrvChildRole to bdrv_child_perm()Max Reitz2020-05-181-0/+1
* block: Add BdrvChildRole to BdrvChildMax Reitz2020-05-181-1/+1
* block: Rename BdrvChildRole to BdrvChildClassMax Reitz2020-05-181-3/+3
* block: Use bdrv_make_empty() where possibleMax Reitz2020-05-181-3/+1Star
* block: Comment cleanupsEric Blake2020-05-051-5/+5
* block/vvfat: Do not unref qcow on closing backing bdrvHikaru Nishida2020-02-181-7/+0Star
* block: Use QEMU_IS_ALIGNEDNir Soffer2019-09-161-4/+4
* qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster2019-06-111-0/+1
* vvfat: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}()Alberto Garcia2019-05-101-5/+7
* 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