aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2017-07-11qcow2: add support for LUKS encryption formatDaniel P. Berrange
2017-07-11qcow2: convert QCow2 to use QCryptoBlock for encryptionDaniel P. Berrange
2017-07-11qcow2: make qcow2_encrypt_sectors encrypt in placeDaniel P. Berrange
2017-07-11qcow: convert QCow to use QCryptoBlock for encryptionDaniel P. Berrange
2017-07-11qcow: make encrypt_sectors encrypt in placeDaniel P. Berrange
2017-07-11block: deprecate "encryption=on" in favor of "encrypt.format=aes"Daniel P. Berrange
2017-07-11qcow: require image size to be > 1 for new imagesDaniel P. Berrange
2017-07-11block: add ability to set a prefix for opt namesDaniel P. Berrange
2017-07-11block: expose crypto option names / defs to other driversDaniel P. Berrange
2017-07-10block: Make bdrv_is_allocated_above() byte-basedEric Blake
2017-07-10block: Minimize raw use of bds->total_sectorsEric Blake
2017-07-10block: Make bdrv_is_allocated() byte-basedEric Blake
2017-07-10backup: Switch backup_run() to byte-basedEric Blake
2017-07-10backup: Switch backup_do_cow() to byte-basedEric Blake
2017-07-10backup: Switch block_backup.h to byte-basedEric Blake
2017-07-10backup: Switch BackupBlockJob to byte-basedEric Blake
2017-07-10block: Drop unused bdrv_round_sectors_to_clusters()Eric Blake
2017-07-10mirror: Switch mirror_iteration() to byte-basedEric Blake
2017-07-10mirror: Switch mirror_do_read() to byte-basedEric Blake
2017-07-10mirror: Switch mirror_cow_align() to byte-basedEric Blake
2017-07-10mirror: Update signature of mirror_clip_sectors()Eric Blake
2017-07-10mirror: Switch mirror_do_zero_or_discard() to byte-basedEric Blake
2017-07-10mirror: Switch MirrorBlockJob to byte-basedEric Blake
2017-07-10commit: Switch commit_run() to byte-basedEric Blake
2017-07-10commit: Switch commit_populate() to byte-basedEric Blake
2017-07-10stream: Switch stream_run() to byte-basedEric Blake
2017-07-10stream: Drop reached_end for stream_complete()Eric Blake
2017-07-10stream: Switch stream_populate() to byte-basedEric Blake
2017-07-10trace: Show blockjob actions via bytes, not sectorsEric Blake
2017-07-10blockjob: Track job ratelimits via bytes, not sectorsEric 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-07-10blkdebug: Support .bdrv_co_get_block_statusEric Blake
2017-07-10block: Simplify use of BDRV_BLOCK_RAWEric Blake
2017-07-10block: Guarantee that *file is set on bdrv_get_block_status()Eric Blake
2017-07-04nbd: fix NBD over TLSPaolo Bonzini
2017-06-30block: Exploit BDRV_BLOCK_EOF for larger zero blocksEric Blake
2017-06-30block: Add BDRV_BLOCK_EOF to bdrv_get_block_status()Eric Blake
2017-06-26block: Do not strcmp() with NULL uri->schemeMax Reitz