summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-11qcow2: Assert that cluster operations are alignedEric Blake1-4/+11
2017-05-11qcow2: Optimize write zero of unaligned tail clusterEric Blake3-2/+293
2017-05-11iotests: Add test 179 to cover write zeroes with unmapEric Blake3-0/+287
2017-05-11iotests: Improve _filter_qemu_img_mapEric Blake3-24/+26
2017-05-11qcow2: Optimize zero_single_l2() to minimize L2 churnEric Blake1-2/+13
2017-05-11qcow2: Make distinction between zero cluster types obviousEric Blake5-83/+63
2017-05-11qcow2: Name typedef for cluster typeEric Blake3-14/+15
2017-05-11qcow2: Correctly report status of preallocated zero clustersEric Blake1-10/+35
2017-05-11block: Update comments on BDRV_BLOCK_* meaningsEric Blake2-16/+26
2017-05-11qcow2: Use consistent switch indentationEric Blake2-58/+58
2017-05-11qcow2: Nicer variable names in qcow2_update_snapshot_refcount()Eric Blake1-20/+22
2017-05-11tests: Add coverage for recent block geometry fixesEric Blake3-0/+164
2017-05-11blkdebug: Add ability to override unmap geometriesEric Blake2-4/+125
2017-05-11blkdebug: Simplify override logicEric Blake1-10/+6
2017-05-11blkdebug: Add pass-through write_zero and discard supportEric Blake1-0/+74
2017-05-11blkdebug: Refactor error injectionEric Blake1-41/+33
2017-05-11blkdebug: Sanity check block layer guaranteesEric Blake1-0/+14
2017-05-11qemu-io: Switch 'map' output to byte-based reportingEric Blake3-22/+23
2017-05-11qemu-io: Switch 'alloc' command to byte-based lengthEric Blake3-17/+23
2017-05-11qemu-io: Improve alignment checksEric Blake1-10/+10
2017-05-11blockdev: use drained_begin/end for qmp_block_resizeJohn Snow1-3/+2
2017-05-11nvme: Implement Write ZeroesChristoph Hellwig2-0/+27
2017-05-11qemu-img: wait for convert coroutines to completeAnton Nefedov1-15/+11
2017-05-11file-posix: Remove .bdrv_inactivate/invalidate_cacheKevin Wolf1-33/+0
2017-05-11block: Fix write/resize permissions for inactive imagesKevin Wolf2-2/+34
2017-05-11block: Inactivate parents before childrenKevin Wolf1-7/+18
2017-05-11block: Drop permissions when migration completesKevin Wolf3-4/+40
2017-05-11block: New BdrvChildRole.activate() for blk_resume_after_migration()Kevin Wolf7-43/+44
2017-05-11migration: Unify block node activation error handlingKevin Wolf3-27/+19
2017-05-11iotests: Extend test 066Max Reitz2-1/+173
2017-05-11qcow2: Discard preallocated zero clustersMax Reitz1-1/+2
2017-05-11qcow2: Reuse preallocated zero clustersMax Reitz2-24/+59
2017-05-11qcow2: Fix preallocation size formulaMax Reitz1-4/+5
2017-05-11tests: Add POSIX image locking test case 182Fam Zheng3-0/+77
2017-05-11qemu-iotests: Add test case 153 for image lockingFam Zheng3-0/+624
2017-05-11file-posix: Add image locking to perm operationsFam Zheng1-1/+275
2017-05-11osdep: Fall back to posix lock when OFD lock is unavailableFam Zheng1-10/+10
2017-05-11osdep: Add qemu_lock_fd and qemu_unlock_fdFam Zheng2-0/+51
2017-05-11block: Reuse bs as backing hd for drive-backup sync=noneFam Zheng1-1/+14
2017-05-11tests: Disable image lock in test-replicationFam Zheng1-2/+7
2017-05-11file-win32: Error out if locking=onFam Zheng1-0/+5
2017-05-11file-posix: Add 'locking' optionFam Zheng2-0/+9
2017-05-11tests: Use null-co:// instead of /dev/null as the dummy imageFam Zheng6-7/+8
2017-05-11iotests: 172: Use separate images for multiple devicesFam Zheng2-49/+56
2017-05-11iotests: 091: Quit QEMU before checking imageFam Zheng1-0/+2
2017-05-11iotests: 087: Don't attach test image twiceFam Zheng1-4/+2
2017-05-11iotests: 085: Avoid image locking conflictFam Zheng2-15/+21
2017-05-11iotests: 055: Don't attach the target image already for drive-backupFam Zheng1-14/+18
2017-05-11iotests: 046: Prepare for image lockingFam Zheng1-1/+1
2017-05-11iotests: 030: Prepare for image lockingFam Zheng1-9/+9