aboutsummaryrefslogtreecommitdiff
path: root/block/vvfat.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé1-2/+3
2020-07-10error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster1-4/+2
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster1-2/+1
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster1-2/+1
2020-07-03vvfat: Fix array_remove_slice()Kevin Wolf1-37/+5
2020-07-03vvfat: Check that updated filenames are validKevin Wolf1-1/+24
2020-05-18block: Drop @child_class from bdrv_child_perm()Max Reitz1-3/+1
2020-05-18block: Pass BdrvChildRole in remaining casesMax Reitz1-1/+3
2020-05-18block: Make backing files child_of_bds childrenMax Reitz1-1/+2
2020-05-18block: Pass parent_is_format to .inherit_options()Max Reitz1-1/+1
2020-05-18block: Pass BdrvChildRole to .inherit_options()Max Reitz1-1/+2
2020-05-18block: Pass BdrvChildRole to bdrv_child_perm()Max Reitz1-0/+1
2020-05-18block: Add BdrvChildRole to BdrvChildMax Reitz1-1/+1
2020-05-18block: Rename BdrvChildRole to BdrvChildClassMax Reitz1-3/+3
2020-05-18block: Use bdrv_make_empty() where possibleMax Reitz1-3/+1
2020-05-05block: Comment cleanupsEric Blake1-5/+5
2020-02-18block/vvfat: Do not unref qcow on closing backing bdrvHikaru Nishida1-7/+0
2019-09-16block: Use QEMU_IS_ALIGNEDNir Soffer1-4/+4
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster1-0/+1
2019-05-10vvfat: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}()Alberto Garcia1-5/+7
2019-02-25block: Add strong_runtime_opts to BlockDriverMax Reitz1-0/+12
2018-11-19vvfat: Fix memory leakKevin Wolf1-3/+3
2018-11-12block: Fix potential Null pointer dereferences in vvfat.cLiam Merwick1-16/+30
2018-11-05block: Require auto-read-only for existing fallbacksKevin Wolf1-8/+2
2018-11-05block: Add auto-read-only optionKevin Wolf1-0/+1
2018-11-05block/vvfat: Fix crash when reporting error about too many files in directoryThomas Huth1-2/+2
2018-07-23block/vvfat: Disable debug message by defaultThomas Huth1-2/+2
2018-06-18block: ignore_bds_parents parameter for drain functionsKevin Wolf1-0/+1
2018-06-15block: Add block-specific QDict headerMax Reitz1-0/+1
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