summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2017-07-11qcow2-refcount: rename inc_refcounts() and make it publicVladimir Sementsov-Ogievskiy2-28/+35
2017-07-11block/dirty-bitmap: add deserialize_ones funcVladimir Sementsov-Ogievskiy1-0/+7
2017-07-11block: fix bdrv_dirty_bitmap_granularity signatureVladimir Sementsov-Ogievskiy1-1/+1
2017-07-11qcow2: report encryption specific image informationDaniel P. Berrange1-1/+31
2017-07-11block: pass option prefix down to crypto layerDaniel P. Berrange3-9/+10
2017-07-11block: remove all encryption handling APIsDaniel P. Berrange4-4/+8
2017-07-11qcow2: add support for LUKS encryption formatDaniel P. Berrange4-36/+265
2017-07-11qcow2: convert QCow2 to use QCryptoBlock for encryptionDaniel P. Berrange3-120/+158
2017-07-11qcow2: make qcow2_encrypt_sectors encrypt in placeDaniel P. Berrange3-15/+9
2017-07-11qcow: convert QCow to use QCryptoBlock for encryptionDaniel P. Berrange3-107/+121
2017-07-11qcow: make encrypt_sectors encrypt in placeDaniel P. Berrange1-30/+15
2017-07-11block: deprecate "encryption=on" in favor of "encrypt.format=aes"Daniel P. Berrange2-13/+52
2017-07-11qcow: require image size to be > 1 for new imagesDaniel P. Berrange1-0/+6
2017-07-11block: add ability to set a prefix for opt namesDaniel P. Berrange2-28/+28
2017-07-11block: expose crypto option names / defs to other driversDaniel P. Berrange2-56/+117
2017-07-10block: Make bdrv_is_allocated_above() byte-basedEric Blake5-52/+54
2017-07-10block: Minimize raw use of bds->total_sectorsEric Blake1-8/+6
2017-07-10block: Make bdrv_is_allocated() byte-basedEric Blake5-58/+75
2017-07-10backup: Switch backup_run() to byte-basedEric Blake1-17/+15
2017-07-10backup: Switch backup_do_cow() to byte-basedEric Blake1-36/+26
2017-07-10backup: Switch block_backup.h to byte-basedEric Blake2-20/+23
2017-07-10backup: Switch BackupBlockJob to byte-basedEric Blake1-18/+15
2017-07-10block: Drop unused bdrv_round_sectors_to_clusters()Eric Blake1-21/+0
2017-07-10mirror: Switch mirror_iteration() to byte-basedEric Blake1-59/+46
2017-07-10mirror: Switch mirror_do_read() to byte-basedEric Blake1-41/+33
2017-07-10mirror: Switch mirror_cow_align() to byte-basedEric Blake1-26/+37
2017-07-10mirror: Update signature of mirror_clip_sectors()Eric Blake1-7/+8
2017-07-10mirror: Switch mirror_do_zero_or_discard() to byte-basedEric Blake1-9/+11
2017-07-10mirror: Switch MirrorBlockJob to byte-basedEric Blake1-42/+42
2017-07-10commit: Switch commit_run() to byte-basedEric Blake1-10/+6
2017-07-10commit: Switch commit_populate() to byte-basedEric Blake1-7/+8
2017-07-10stream: Switch stream_run() to byte-basedEric Blake1-13/+9
2017-07-10stream: Drop reached_end for stream_complete()Eric Blake1-3/+1
2017-07-10stream: Switch stream_populate() to byte-basedEric Blake1-5/+6
2017-07-10trace: Show blockjob actions via bytes, not sectorsEric Blake5-24/+38
2017-07-10blockjob: Track job ratelimits via bytes, not sectorsEric Blake4-12/+16
2017-07-10vvfat: change OEM name to 'MSWIN4.1'Hervé Poussineau1-1/+1
2017-07-10vvfat: handle KANJI lead byte 0xe5Hervé Poussineau1-2/+7
2017-07-10vvfat: limit number of entries in root directory in FAT12/FAT16Hervé Poussineau1-9/+17
2017-07-10vvfat: correctly generate numeric-tail of short file namesHervé Poussineau1-34/+31
2017-07-10vvfat: correctly create base short names for non-ASCII filenamesHervé Poussineau1-28/+76
2017-07-10vvfat: correctly create long names for non-ASCII filenamesHervé Poussineau1-20/+18
2017-07-10vvfat: always create . and .. entries at first and in that orderHervé Poussineau1-2/+11
2017-07-10vvfat: fix field names in FAT12/FAT16 and FAT32 boot sectorsHervé Poussineau1-7/+14
2017-07-10vvfat: introduce offset_to_bootsector, offset_to_fat and offset_to_root_dirHervé Poussineau1-27/+43
2017-07-10vvfat: rename useless enumeration valuesHervé Poussineau1-5/+8
2017-07-10vvfat: fix typosHervé Poussineau1-4/+4
2017-07-10vvfat: replace tabs by 8 spacesHervé Poussineau1-1027/+1027
2017-07-10vvfat: fix qemu-img map and qemu-img convertHervé Poussineau1-2/+1
2017-07-10blkdebug: Support .bdrv_co_get_block_statusEric Blake1-0/+11