aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-12Merge remote-tracking branch 'kwolf/tags/for-upstream' into stagingStefan Hajnoczi
2017-05-11maintainers: Add myself as linux-user reviewerLaurent Vivier
2017-05-11Merge remote-tracking branch 'mreitz/tags/pull-block-2017-05-11' into queue-b...Kevin Wolf
2017-05-11MAINTAINERS: Add qemu-progress to the block layerMax Reitz
2017-05-11qcow2: Discard/zero clusters by byte countEric Blake
2017-05-11qcow2: Assert that cluster operations are alignedEric Blake
2017-05-11qcow2: Optimize write zero of unaligned tail clusterEric Blake
2017-05-11iotests: Add test 179 to cover write zeroes with unmapEric Blake
2017-05-11iotests: Improve _filter_qemu_img_mapEric Blake
2017-05-11qcow2: Optimize zero_single_l2() to minimize L2 churnEric Blake
2017-05-11qcow2: Make distinction between zero cluster types obviousEric Blake
2017-05-11qcow2: Name typedef for cluster typeEric Blake
2017-05-11qcow2: Correctly report status of preallocated zero clustersEric Blake
2017-05-11block: Update comments on BDRV_BLOCK_* meaningsEric Blake
2017-05-11qcow2: Use consistent switch indentationEric Blake
2017-05-11qcow2: Nicer variable names in qcow2_update_snapshot_refcount()Eric Blake
2017-05-11tests: Add coverage for recent block geometry fixesEric Blake
2017-05-11blkdebug: Add ability to override unmap geometriesEric Blake
2017-05-11blkdebug: Simplify override logicEric Blake
2017-05-11blkdebug: Add pass-through write_zero and discard supportEric Blake
2017-05-11blkdebug: Refactor error injectionEric Blake
2017-05-11blkdebug: Sanity check block layer guaranteesEric Blake
2017-05-11qemu-io: Switch 'map' output to byte-based reportingEric Blake
2017-05-11qemu-io: Switch 'alloc' command to byte-based lengthEric Blake
2017-05-11qemu-io: Improve alignment checksEric Blake
2017-05-11blockdev: use drained_begin/end for qmp_block_resizeJohn Snow
2017-05-11nvme: Implement Write ZeroesChristoph Hellwig
2017-05-11qemu-img: wait for convert coroutines to completeAnton Nefedov
2017-05-11file-posix: Remove .bdrv_inactivate/invalidate_cacheKevin Wolf
2017-05-11block: Fix write/resize permissions for inactive imagesKevin Wolf
2017-05-11block: Inactivate parents before childrenKevin Wolf
2017-05-11block: Drop permissions when migration completesKevin Wolf
2017-05-11block: New BdrvChildRole.activate() for blk_resume_after_migration()Kevin Wolf
2017-05-11migration: Unify block node activation error handlingKevin Wolf
2017-05-11iotests: Extend test 066Max Reitz
2017-05-11qcow2: Discard preallocated zero clustersMax Reitz
2017-05-11qcow2: Reuse preallocated zero clustersMax Reitz
2017-05-11qcow2: Fix preallocation size formulaMax Reitz
2017-05-11tests: Add POSIX image locking test case 182Fam Zheng
2017-05-11qemu-iotests: Add test case 153 for image lockingFam Zheng
2017-05-11file-posix: Add image locking to perm operationsFam Zheng
2017-05-11osdep: Fall back to posix lock when OFD lock is unavailableFam Zheng
2017-05-11osdep: Add qemu_lock_fd and qemu_unlock_fdFam Zheng
2017-05-11block: Reuse bs as backing hd for drive-backup sync=noneFam Zheng
2017-05-11tests: Disable image lock in test-replicationFam Zheng
2017-05-11file-win32: Error out if locking=onFam Zheng
2017-05-11file-posix: Add 'locking' optionFam Zheng
2017-05-11tests: Use null-co:// instead of /dev/null as the dummy imageFam Zheng
2017-05-11iotests: 172: Use separate images for multiple devicesFam Zheng
2017-05-11iotests: 091: Quit QEMU before checking imageFam Zheng