summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block/qcow2: falloc/full preallocating growthMax Reitz2017-07-113-9/+108
* block/qcow2: Rename "fail_block" to just "fail"Max Reitz2017-07-111-7/+7
* block/qcow2: Add qcow2_refcount_area()Max Reitz2017-07-113-88/+203
* block/qcow2: Metadata preallocation for truncateMax Reitz2017-07-111-2/+31
* block/qcow2: Lock s->lock in preallocate()Max Reitz2017-07-111-7/+15
* block/qcow2: Generalize preallocate()Max Reitz2017-07-111-5/+12
* block/file-posix: Preallocation for truncateMax Reitz2017-07-111-12/+10Star
* block/file-posix: Generalize raw_regular_truncateMax Reitz2017-07-111-11/+50
* block/file-posix: Extract raw_regular_truncate()Max Reitz2017-07-111-66/+78
* block/file-posix: Small fixes in raw_create()Max Reitz2017-07-111-2/+3
* block: Add PreallocMode to blk_truncate()Max Reitz2017-07-1111-17/+22
* block: Add PreallocMode to bdrv_truncate()Max Reitz2017-07-1110-33/+21Star
* block: Add PreallocMode to BD.bdrv_truncate()Max Reitz2017-07-1112-13/+95
* qcow2: add bdrv_measure() supportStefan Hajnoczi2017-07-111-0/+137
* qcow2: extract image creation option parsingStefan Hajnoczi2017-07-111-36/+73
* qcow2: make refcount size calculation conservativeStefan Hajnoczi2017-07-111-41/+42
* qcow2: extract preallocation calculation functionStefan Hajnoczi2017-07-111-59/+77
* raw-format: add bdrv_measure() supportStefan Hajnoczi2017-07-111-0/+26
* block: release persistent bitmaps on inactivateVladimir Sementsov-Ogievskiy2017-07-111-6/+23
* qcow2: add .bdrv_remove_persistent_dirty_bitmapVladimir Sementsov-Ogievskiy2017-07-113-0/+45
* block/dirty-bitmap: add bdrv_remove_persistent_dirty_bitmapVladimir Sementsov-Ogievskiy2017-07-111-0/+18
* qmp: add x-debug-block-dirty-bitmap-sha256Vladimir Sementsov-Ogievskiy2017-07-111-0/+5
* qcow2: add .bdrv_can_store_new_dirty_bitmapVladimir Sementsov-Ogievskiy2017-07-113-0/+56
* qcow2: store bitmaps on reopening image as read-onlyVladimir Sementsov-Ogievskiy2017-07-113-0/+28
* qcow2: add persistent dirty bitmaps supportVladimir Sementsov-Ogievskiy2017-07-113-0/+486
* block/dirty-bitmap: add bdrv_dirty_bitmap_next()Vladimir Sementsov-Ogievskiy2017-07-111-0/+7
* block: introduce persistent dirty bitmapsVladimir Sementsov-Ogievskiy2017-07-112-0/+30
* block/dirty-bitmap: add autoload field to BdrvDirtyBitmapVladimir Sementsov-Ogievskiy2017-07-112-0/+20
* qcow2: support .bdrv_reopen_bitmaps_rwVladimir Sementsov-Ogievskiy2017-07-113-0/+64
* qcow2: autoloading dirty bitmapsVladimir Sementsov-Ogievskiy2017-07-113-2/+406
* block/dirty-bitmap: add readonly field to BdrvDirtyBitmapVladimir Sementsov-Ogievskiy2017-07-112-0/+44
* block/dirty-bitmap: fix comment for BlockDirtyBitmap.disabled fieldVladimir Sementsov-Ogievskiy2017-07-111-1/+2
* qcow2: add bitmaps extensionVladimir Sementsov-Ogievskiy2017-07-115-6/+593
* qcow2-refcount: rename inc_refcounts() and make it publicVladimir Sementsov-Ogievskiy2017-07-112-28/+35
* block/dirty-bitmap: add deserialize_ones funcVladimir Sementsov-Ogievskiy2017-07-111-0/+7
* block: fix bdrv_dirty_bitmap_granularity signatureVladimir Sementsov-Ogievskiy2017-07-111-1/+1
* qcow2: report encryption specific image informationDaniel P. Berrange2017-07-111-1/+31
* block: pass option prefix down to crypto layerDaniel P. Berrange2017-07-113-9/+10
* block: remove all encryption handling APIsDaniel P. Berrange2017-07-114-4/+8
* qcow2: add support for LUKS encryption formatDaniel P. Berrange2017-07-114-36/+265
* qcow2: convert QCow2 to use QCryptoBlock for encryptionDaniel P. Berrange2017-07-113-120/+158
* qcow2: make qcow2_encrypt_sectors encrypt in placeDaniel P. Berrange2017-07-113-15/+9Star
* qcow: convert QCow to use QCryptoBlock for encryptionDaniel P. Berrange2017-07-113-107/+121
* qcow: make encrypt_sectors encrypt in placeDaniel P. Berrange2017-07-111-30/+15Star
* block: deprecate "encryption=on" in favor of "encrypt.format=aes"Daniel P. Berrange2017-07-112-13/+52
* qcow: require image size to be > 1 for new imagesDaniel P. Berrange2017-07-111-0/+6
* block: add ability to set a prefix for opt namesDaniel P. Berrange2017-07-112-28/+28
* block: expose crypto option names / defs to other driversDaniel P. Berrange2017-07-112-56/+117
* block: Make bdrv_is_allocated_above() byte-basedEric Blake2017-07-105-52/+54
* block: Minimize raw use of bds->total_sectorsEric Blake2017-07-101-8/+6Star