aboutsummaryrefslogtreecommitdiff
path: root/block/vvfat.c
AgeCommit message (Expand)Author
2017-07-18block/vvfat: Fix compiler warning with gcc 7Max Reitz
2017-07-18vvfat: initialize memory after allocating itHervé Poussineau
2017-07-18vvfat: correctly parse non-ASCII short and long file namesHervé Poussineau
2017-07-18vvfat: add a constant for bootsector nameHervé Poussineau
2017-07-18vvfat: add constants for special values of name[0]Hervé Poussineau
2017-07-17vvfat: make it thread-safePaolo Bonzini
2017-07-10block: Make bdrv_is_allocated() byte-basedEric Blake
2017-07-10vvfat: change OEM name to 'MSWIN4.1'Hervé Poussineau
2017-07-10vvfat: handle KANJI lead byte 0xe5Hervé Poussineau
2017-07-10vvfat: limit number of entries in root directory in FAT12/FAT16Hervé Poussineau
2017-07-10vvfat: correctly generate numeric-tail of short file namesHervé Poussineau
2017-07-10vvfat: correctly create base short names for non-ASCII filenamesHervé Poussineau
2017-07-10vvfat: correctly create long names for non-ASCII filenamesHervé Poussineau
2017-07-10vvfat: always create . and .. entries at first and in that orderHervé Poussineau
2017-07-10vvfat: fix field names in FAT12/FAT16 and FAT32 boot sectorsHervé Poussineau
2017-07-10vvfat: introduce offset_to_bootsector, offset_to_fat and offset_to_root_dirHervé Poussineau
2017-07-10vvfat: rename useless enumeration valuesHervé Poussineau
2017-07-10vvfat: fix typosHervé Poussineau
2017-07-10vvfat: replace tabs by 8 spacesHervé Poussineau
2017-07-10vvfat: fix qemu-img map and qemu-img convertHervé Poussineau
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2017-05-17migration: Create migration/blocker.hJuan Quintela
2017-05-09qobject: Use simpler QDict/QList scalar insertion macrosEric Blake
2017-04-24block: do not set BDS read_only if copy_on_read enabledJeff Cody
2017-04-24block: add bdrv_set_read_only() helper functionJeff Cody
2017-03-13vvfat: React to bdrv_is_allocated() errorsEric Blake
2017-02-28block: Add Error parameter to bdrv_set_backing_hd()Kevin Wolf
2017-02-28vvfat: Implement .bdrv_child_perm()Kevin Wolf
2017-02-24vvfat: Use opened node as backing fileKevin Wolf
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya
2017-01-24block/vvfat: Remove the undesirable commentAshijeet Acharya
2016-09-23block: Add "read-only" to the options QDictAlberto Garcia
2016-07-13vvfat: Fix qcow write target driver specificationMax Reitz
2016-07-05block: Convert bdrv_write() to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_read() to BdrvChildKevin Wolf
2016-07-05vvfat: Use BdrvChild for s->qcowKevin Wolf
2016-07-05block: Use bool as appropriate for BDS membersEric Blake
2016-07-05block: Move request_alignment into BlockLimitEric Blake
2016-07-05block: Set request_alignment during .bdrv_refresh_limits()Eric Blake
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost
2016-06-07block: Use DIV_ROUND_UPLaurent Vivier
2016-05-25block: Make bdrv_open() return a BDSMax Reitz
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini
2016-05-12vvfat: Implement .bdrv_co_preadv/pwritev interfacesKevin Wolf
2016-04-29vvfat: Fix default volume labelKevin Wolf
2016-04-29vvfat: Fix volume name assertionKevin Wolf
2016-03-30block: Remove BDRV_O_CACHE_WBKevin Wolf
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng