| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | qemu-iotests: support per-format golden output files | Stefan Hajnoczi | 2017-07-11 | 1 | -0/+5 | |
| | * | | | | qemu-img: add measure subcommand | Stefan Hajnoczi | 2017-07-11 | 3 | -0/+270 | |
| | * | | | | qcow2: add bdrv_measure() support | Stefan Hajnoczi | 2017-07-11 | 1 | -0/+137 | |
| | * | | | | qcow2: extract image creation option parsing | Stefan Hajnoczi | 2017-07-11 | 1 | -36/+73 | |
| | * | | | | qcow2: make refcount size calculation conservative | Stefan Hajnoczi | 2017-07-11 | 1 | -41/+42 | |
| | * | | | | qcow2: extract preallocation calculation function | Stefan Hajnoczi | 2017-07-11 | 1 | -59/+77 | |
| | * | | | | raw-format: add bdrv_measure() support | Stefan Hajnoczi | 2017-07-11 | 1 | -0/+26 | |
| | * | | | | block: add bdrv_measure() API | Stefan Hajnoczi | 2017-07-11 | 4 | -0/+64 | |
| | * | | | | tests: Avoid non-portable 'echo -ARG' | Eric Blake | 2017-07-11 | 9 | -60/+61 | |
| | * | | | | iotests: Add test for colon handling | Max Reitz | 2017-07-11 | 3 | -0/+129 | |
| | * | | | | iotests: Use absolute paths for executables | Max Reitz | 2017-07-11 | 1 | -0/+11 | |
| | * | | | | iotests: chown LUKS device before qemu-io launches | Daniel P. Berrange | 2017-07-11 | 2 | -179/+177![]() | |
| | * | | | | iotests: add more LUKS hash combination tests | Daniel P. Berrange | 2017-07-11 | 2 | -8/+484 | |
| | * | | | | iotests: reduce PBKDF iterations when testing LUKS | Daniel P. Berrange | 2017-07-11 | 4 | -60/+67 | |
| | * | | | | iotests: fix remainining tests to work with LUKS | Daniel P. Berrange | 2017-07-11 | 9 | -24/+82 | |
| | * | | | | iotests: skip 159 & 170 with luks format | Daniel P. Berrange | 2017-07-11 | 2 | -0/+2 | |
| | * | | | | block: release persistent bitmaps on inactivate | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 3 | -6/+28 | |
| | * | | | | qmp: block-dirty-bitmap-remove: remove persistent | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 2 | -1/+12 | |
| | * | | | | qcow2: add .bdrv_remove_persistent_dirty_bitmap | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 3 | -0/+45 | |
| | * | | | | block/dirty-bitmap: add bdrv_remove_persistent_dirty_bitmap | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 3 | -0/+24 | |
| | * | | | | iotests: test qcow2 persistent dirty bitmap | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 3 | -0/+111 | |
| | * | | | | qmp: add x-debug-block-dirty-bitmap-sha256 | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 7 | -1/+78 | |
| | * | | | | qmp: add autoload parameter to block-dirty-bitmap-add | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 2 | -3/+21 | |
| | * | | | | qmp: add persistent flag to block-dirty-bitmap-add | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 2 | -2/+24 | |
| | * | | | | qcow2: add .bdrv_can_store_new_dirty_bitmap | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 3 | -0/+56 | |
| | * | | | | block: add bdrv_can_store_new_dirty_bitmap | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 3 | -0/+29 | |
| | * | | | | qcow2: store bitmaps on reopening image as read-only | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 3 | -0/+28 | |
| | * | | | | qcow2: add persistent dirty bitmaps support | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 3 | -0/+486 | |
| | * | | | | block/dirty-bitmap: add bdrv_dirty_bitmap_next() | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 2 | -0/+9 | |
| | * | | | | block: introduce persistent dirty bitmaps | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 3 | -0/+34 | |
| | * | | | | block: bdrv_close: release bitmaps after drv->bdrv_close | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 1 | -3/+3 | |
| | * | | | | block/dirty-bitmap: add autoload field to BdrvDirtyBitmap | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 3 | -0/+22 | |
| | * | | | | qcow2: support .bdrv_reopen_bitmaps_rw | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 3 | -0/+64 | |
| | * | | | | block: new bdrv_reopen_bitmaps_rw interface | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 2 | -0/+26 | |
| | * | | | | block: refactor bdrv_reopen_commit | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 1 | -6/+8 | |
| | * | | | | qcow2: autoloading dirty bitmaps | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 3 | -2/+406 | |
| | * | | | | block/dirty-bitmap: add readonly field to BdrvDirtyBitmap | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 4 | -0/+54 | |
| | * | | | | block/dirty-bitmap: fix comment for BlockDirtyBitmap.disabled field | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 1 | -1/+2 | |
| | * | | | | qcow2: add bitmaps extension | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 5 | -6/+593 | |
| | * | | | | qcow2-refcount: rename inc_refcounts() and make it public | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 2 | -28/+35 | |
| | * | | | | block/dirty-bitmap: add deserialize_ones func | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 4 | -0/+42 | |
| | * | | | | block: fix bdrv_dirty_bitmap_granularity signature | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 2 | -2/+2 | |
| | * | | | | tests: add hbitmap iter test | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 1 | -0/+19 | |
| | * | | | | hbitmap: improve dirty iter | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 2 | -23/+26 | |
| | * | | | | specs/qcow2: do not use wording 'bitmap header' | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 1 | -3/+2![]() | |
| | * | | | | specs/qcow2: fix bitmap granularity qemu-specific note | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 1 | -2/+1![]() | |
| | * | | | | mirror: Fix inconsistent backing AioContext for after mirroring | sochin.jiang | 2017-07-11 | 1 | -0/+1 | |
| | * | | | | iotests: 181 does not work for all formats | Max Reitz | 2017-07-11 | 1 | -0/+2 | |
| | * | | | | docs: document encryption options for qcow, qcow2 and luks | Daniel P. Berrange | 2017-07-11 | 1 | -8/+115 | |
| | * | | | | qcow2: report encryption specific image information | Daniel P. Berrange | 2017-07-11 | 2 | -2/+57 | |

