Age | Commit message (Expand) | Author | Files | Lines |
2017-07-10 | block: Make bdrv_is_allocated() byte-based | Eric Blake | 1 | -14/+20 |
2017-07-10 | vvfat: change OEM name to 'MSWIN4.1' | Hervé Poussineau | 1 | -1/+1 |
2017-07-10 | vvfat: handle KANJI lead byte 0xe5 | Hervé Poussineau | 1 | -2/+7 |
2017-07-10 | vvfat: limit number of entries in root directory in FAT12/FAT16 | Hervé Poussineau | 1 | -9/+17 |
2017-07-10 | vvfat: correctly generate numeric-tail of short file names | Hervé Poussineau | 1 | -34/+31 |
2017-07-10 | vvfat: correctly create base short names for non-ASCII filenames | Hervé Poussineau | 1 | -28/+76 |
2017-07-10 | vvfat: correctly create long names for non-ASCII filenames | Hervé Poussineau | 1 | -20/+18 |
2017-07-10 | vvfat: always create . and .. entries at first and in that order | Hervé Poussineau | 1 | -2/+11 |
2017-07-10 | vvfat: fix field names in FAT12/FAT16 and FAT32 boot sectors | Hervé Poussineau | 1 | -7/+14 |
2017-07-10 | vvfat: introduce offset_to_bootsector, offset_to_fat and offset_to_root_dir | Hervé Poussineau | 1 | -27/+43 |
2017-07-10 | vvfat: rename useless enumeration values | Hervé Poussineau | 1 | -5/+8 |
2017-07-10 | vvfat: fix typos | Hervé Poussineau | 1 | -4/+4 |
2017-07-10 | vvfat: replace tabs by 8 spaces | Hervé Poussineau | 1 | -1027/+1027 |
2017-07-10 | vvfat: fix qemu-img map and qemu-img convert | Hervé Poussineau | 1 | -2/+1 |
2017-06-20 | qapi: merge QInt and QFloat in QNum | Marc-André Lureau | 1 | -1/+0 |
2017-05-17 | migration: Create migration/blocker.h | Juan Quintela | 1 | -1/+1 |
2017-05-09 | qobject: Use simpler QDict/QList scalar insertion macros | Eric Blake | 1 | -5/+5 |
2017-04-24 | block: do not set BDS read_only if copy_on_read enabled | Jeff Cody | 1 | -4/+15 |
2017-04-24 | block: add bdrv_set_read_only() helper function | Jeff Cody | 1 | -2/+2 |
2017-03-13 | vvfat: React to bdrv_is_allocated() errors | Eric Blake | 1 | -3/+19 |
2017-02-28 | block: Add Error parameter to bdrv_set_backing_hd() | Kevin Wolf | 1 | -1/+1 |
2017-02-28 | vvfat: Implement .bdrv_child_perm() | Kevin Wolf | 1 | -0/+22 |
2017-02-24 | vvfat: Use opened node as backing file | Kevin Wolf | 1 | -5/+5 |
2017-01-24 | migration: disallow migrate_add_blocker during migration | Ashijeet Acharya | 1 | -7/+12 |
2017-01-24 | block/vvfat: Remove the undesirable comment | Ashijeet Acharya | 1 | -1/+0 |
2016-09-23 | block: Add "read-only" to the options QDict | Alberto Garcia | 1 | -1/+2 |
2016-07-13 | vvfat: Fix qcow write target driver specification | Max Reitz | 1 | -1/+2 |
2016-07-05 | block: Convert bdrv_write() to BdrvChild | Kevin Wolf | 1 | -3/+2 |
2016-07-05 | block: Convert bdrv_read() to BdrvChild | Kevin Wolf | 1 | -1/+1 |
2016-07-05 | vvfat: Use BdrvChild for s->qcow | Kevin Wolf | 1 | -23/+43 |
2016-07-05 | block: Use bool as appropriate for BDS members | Eric Blake | 1 | -2/+2 |
2016-07-05 | block: Move request_alignment into BlockLimit | Eric Blake | 1 | -1/+1 |
2016-07-05 | block: Set request_alignment during .bdrv_refresh_limits() | Eric Blake | 1 | -1/+6 |
2016-06-20 | coccinelle: Remove unnecessary variables for function return value | Eduardo Habkost | 1 | -4/+1 |
2016-06-07 | block: Use DIV_ROUND_UP | Laurent Vivier | 1 | -2/+1 |
2016-05-25 | block: Make bdrv_open() return a BDS | Max Reitz | 1 | -4/+4 |
2016-05-19 | qemu-common: stop including qemu/bswap.h from qemu-common.h | Paolo Bonzini | 1 | -0/+1 |
2016-05-12 | vvfat: Implement .bdrv_co_preadv/pwritev interfaces | Kevin Wolf | 1 | -9/+46 |
2016-04-29 | vvfat: Fix default volume label | Kevin Wolf | 1 | -0/+2 |
2016-04-29 | vvfat: Fix volume name assertion | Kevin Wolf | 1 | -1/+6 |
2016-03-30 | block: Remove BDRV_O_CACHE_WB | Kevin Wolf | 1 | -2/+1 |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa | 1 | -1/+1 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-02-02 | block: Add "file" output parameter to block status query functions | Fam Zheng | 1 | -1/+1 |
2016-01-20 | block: Clean up includes | Peter Maydell | 1 | -1/+1 |
2015-10-16 | block: Remove bdrv_swap() | Kevin Wolf | 1 | -7/+0 |
2015-10-16 | block: Manage backing file references in bdrv_set_backing_hd() | Kevin Wolf | 1 | -1/+5 |
2015-10-16 | block: Convert bs->backing_hd to BdrvChild | Kevin Wolf | 1 | -3/+3 |
2015-09-14 | block: Drop drv parameter from bdrv_open() | Max Reitz | 1 | -1/+1 |
2015-09-14 | block: Always pass NULL as drv for bdrv_open() | Max Reitz | 1 | -2/+6 |