Age | Commit message (Expand) | Author | Files | Lines |
2017-07-10 | block: Make bdrv_is_allocated() byte-based | Eric Blake | 5 | -58/+75 |
2017-07-10 | backup: Switch backup_run() to byte-based | Eric Blake | 1 | -17/+15 |
2017-07-10 | backup: Switch backup_do_cow() to byte-based | Eric Blake | 1 | -36/+26 |
2017-07-10 | backup: Switch block_backup.h to byte-based | Eric Blake | 2 | -20/+23 |
2017-07-10 | backup: Switch BackupBlockJob to byte-based | Eric Blake | 1 | -18/+15 |
2017-07-10 | block: Drop unused bdrv_round_sectors_to_clusters() | Eric Blake | 1 | -21/+0 |
2017-07-10 | mirror: Switch mirror_iteration() to byte-based | Eric Blake | 1 | -59/+46 |
2017-07-10 | mirror: Switch mirror_do_read() to byte-based | Eric Blake | 1 | -41/+33 |
2017-07-10 | mirror: Switch mirror_cow_align() to byte-based | Eric Blake | 1 | -26/+37 |
2017-07-10 | mirror: Update signature of mirror_clip_sectors() | Eric Blake | 1 | -7/+8 |
2017-07-10 | mirror: Switch mirror_do_zero_or_discard() to byte-based | Eric Blake | 1 | -9/+11 |
2017-07-10 | mirror: Switch MirrorBlockJob to byte-based | Eric Blake | 1 | -42/+42 |
2017-07-10 | commit: Switch commit_run() to byte-based | Eric Blake | 1 | -10/+6 |
2017-07-10 | commit: Switch commit_populate() to byte-based | Eric Blake | 1 | -7/+8 |
2017-07-10 | stream: Switch stream_run() to byte-based | Eric Blake | 1 | -13/+9 |
2017-07-10 | stream: Drop reached_end for stream_complete() | Eric Blake | 1 | -3/+1 |
2017-07-10 | stream: Switch stream_populate() to byte-based | Eric Blake | 1 | -5/+6 |
2017-07-10 | trace: Show blockjob actions via bytes, not sectors | Eric Blake | 5 | -24/+38 |
2017-07-10 | blockjob: Track job ratelimits via bytes, not sectors | Eric Blake | 4 | -12/+16 |
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-07-10 | blkdebug: Support .bdrv_co_get_block_status | Eric Blake | 1 | -0/+11 |
2017-07-10 | block: Simplify use of BDRV_BLOCK_RAW | Eric Blake | 4 | -4/+4 |
2017-07-10 | block: Guarantee that *file is set on bdrv_get_block_status() | Eric Blake | 1 | -2/+3 |
2017-07-04 | nbd: fix NBD over TLS | Paolo Bonzini | 1 | -2/+2 |
2017-06-30 | block: Exploit BDRV_BLOCK_EOF for larger zero blocks | Eric Blake | 1 | -5/+22 |
2017-06-30 | block: Add BDRV_BLOCK_EOF to bdrv_get_block_status() | Eric Blake | 1 | -4/+11 |
2017-06-26 | block: Do not strcmp() with NULL uri->scheme | Max Reitz | 4 | -8/+8 |
2017-06-26 | blkverify: Catch bs->exact_filename overflow | Max Reitz | 1 | -4/+8 |
2017-06-26 | blkdebug: Catch bs->exact_filename overflow | Max Reitz | 1 | -3/+7 |
2017-06-26 | block: change variable names in BlockDriverState | Manos Pitsidianakis | 14 | -121/+121 |
2017-06-26 | block: Remove bdrv_aio_readv/writev/flush() | Kevin Wolf | 2 | -174/+0 |
2017-06-26 | qed: Use bdrv_co_* for coroutine_fns | Kevin Wolf | 1 | -7/+9 |
2017-06-26 | qed: Add coroutine_fn to I/O path functions | Kevin Wolf | 3 | -24/+30 |
2017-06-26 | qed: Use a coroutine for need_check_timer | Kevin Wolf | 1 | -16/+17 |
2017-06-26 | qed: Simplify request handling | Kevin Wolf | 2 | -82/+22 |
2017-06-26 | qed: Use CoQueue for serialising allocations | Kevin Wolf | 2 | -33/+19 |
2017-06-26 | qed: Implement .bdrv_co_readv/writev | Kevin Wolf | 1 | -55/+42 |
2017-06-26 | qed: Remove recursion in qed_aio_next_io() | Kevin Wolf | 1 | -31/+32 |