summaryrefslogtreecommitdiffstats
path: root/block/vvfat.c
Commit message (Expand)AuthorAgeFilesLines
* block/vvfat: Unify the mkdir() callBin Meng2022-10-311-6/+3Star
* vvfat: allow spaces in file namesHervé Poussineau2022-10-271-1/+1
* vvfat: allow some writes to bootsectorHervé Poussineau2022-10-271-1/+25
* block: Refactor get_tmp_filename()Bin Meng2022-10-271-4/+3Star
* block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria2022-07-121-5/+5
* block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()Alberto Faria2022-07-121-3/+4
* vvfat: Fix vvfat_write() for writes before the root directoryKevin Wolf2022-01-141-8/+22
* vvfat: Fix size of temporary qcow fileKevin Wolf2022-01-141-4/+3Star
* block/vvfat.c fix leak when failure occursDaniella Lee2021-11-231-4/+12
* block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy2021-09-291-2/+2
* block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy2021-09-291-2/+2
* block/vvfat: fix: drop backingVladimir Sementsov-Ogievskiy2021-07-201-39/+4Star
* block/vvfat: inherit child_vvfat_qcow from child_of_bdsVladimir Sementsov-Ogievskiy2021-06-021-5/+3Star
* block/vvfat: fix vvfat_child_perm crashVladimir Sementsov-Ogievskiy2021-06-021-5/+2Star
* block/vvfat: child_vvfat_qcow: add .get_parent_aio_context, fix crashVladimir Sementsov-Ogievskiy2021-06-021-0/+1
* 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