summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-05qemu-img: fix usage instruction for qemu-img convertPeter Lieven1-1/+0
2013-12-05qemu-img: add support for skipping zeroes in input during convertPeter Lieven1-38/+42
2013-12-04qemu-nbd: add doc for option -fWenchao Xia2-0/+3
2013-12-04qemu-iotests: add test for snapshot in qemu-img convertWenchao Xia2-1/+30
2013-12-04qemu-img: add -l for snapshot in convertWenchao Xia3-15/+45
2013-12-04qemu-iotests: add 058 internal snapshot export with qemu-nbd caseWenchao Xia5-1/+157
2013-12-04qemu-nbd: support internal snapshot exportWenchao Xia4-3/+77
2013-12-04snapshot: distinguish id and name in load_tmpWenchao Xia6-10/+83
2013-12-04qemu-iotests: Split qcow2 only cases in 048Fam Zheng5-43/+105
2013-12-04qemu-iotests: Clean up spaces in usage outputFam Zheng1-8/+8
2013-12-04qemu-iotests: Change default cache mode to "writeback"Fam Zheng1-1/+1
2013-12-04qemu-iotests: Add _default_cache_mode and _supported_cache_modesFam Zheng4-14/+21
2013-12-04qemu-iotests: Honour cache mode in iotests.pyFam Zheng1-1/+2
2013-12-04qemu-iotests: Add "-c <cache-mode>" optionFam Zheng2-3/+20
2013-12-04qcow2: Zero-initialise first cluster for new imagesKevin Wolf1-16/+20
2013-12-04block: Close backing file early in bdrv_img_createMax Reitz1-4/+4
2013-12-03scsi-disk: correctly implement WRITE SAMEPaolo Bonzini1-24/+116
2013-12-03scsi-disk: reject ANCHOR=1 for UNMAP and WRITE SAME commandsPaolo Bonzini1-1/+11
2013-12-03scsi-disk: catch write protection errors in UNMAPPaolo Bonzini1-0/+6
2013-12-03qemu-iotests: 033 is fastPaolo Bonzini1-1/+1
2013-12-03raw-posix: add support for write_zeroes on XFS and block devicesPaolo Bonzini2-13/+74
2013-12-03raw-posix: implement write_zeroes with MAY_UNMAP for block devicesPaolo Bonzini1-0/+37
2013-12-03raw-posix: implement write_zeroes with MAY_UNMAP for filesPaolo Bonzini2-2/+65
2013-12-03block/iscsi: check WRITE SAME support differently depending on MAY_UNMAPPaolo Bonzini1-2/+17
2013-12-03block/iscsi: updated copyrightPeter Lieven1-0/+1
2013-12-03block/iscsi: remove .bdrv_has_zero_initPeter Lieven1-7/+0
2013-12-03block drivers: expose requirement for write same alignment from formatsPaolo Bonzini3-0/+6
2013-12-03block drivers: add discard/write_zeroes properties to bdrv_get_info implement...Paolo Bonzini5-0/+9
2013-12-03vpc, vhdx: add get_infoPaolo Bonzini2-0/+24
2013-12-03block: make bdrv_co_do_write_zeroes stricter in producing aligned requestsPaolo Bonzini1-12/+23
2013-12-03block: handle ENOTSUP from discard in generic codePaolo Bonzini2-7/+7
2013-12-03block: add bdrv_aio_write_zeroesPaolo Bonzini3-0/+15
2013-12-03block: add flags argument to bdrv_co_write_zeroes tracepointPaolo Bonzini2-2/+2
2013-12-03block: add flags to BlockRequestPaolo Bonzini2-6/+12
2013-12-03block: generalize BlockLimits handling to cover bdrv_aio_discard tooPaolo Bonzini1-39/+41
2013-12-03vmdk: Fix creating big description fileFam Zheng3-24/+2055
2013-12-02coroutine: remove unused CoQueue AioContextMarc-André Lureau1-1/+0
2013-12-02coroutine: remove qemu_co_queue_wait_insert_headMarc-André Lureau2-14/+0
2013-11-29qemu-iotests: Add sample image and test for VMDK version 3Fam Zheng3-0/+10
2013-11-29vmdk: Allow read only open of VMDK version 3Fam Zheng1-1/+8
2013-11-29qemu-iotests: Filter out 'qemu-io> ' promptFam Zheng19-75552/+75553
2013-11-29qemu-iotests: Filter qemu-io output in 025Fam Zheng1-1/+1
2013-11-29block: Use BDRV_O_NO_BACKING where appropriateKevin Wolf3-3/+5
2013-11-29qemu-iotests: Test snapshot modeKevin Wolf2-5/+66
2013-11-29block: Enable BDRV_O_SNAPSHOT with driver-specific optionsKevin Wolf1-26/+21
2013-11-29qemu-iotests: Make test case 030, 040 and 055 deterministicFam Zheng3-9/+25
2013-11-29qemu-iotest: Add pause_drive and resume_drive methodsFam Zheng1-1/+17
2013-11-29blkdebug: add "remove_break" commandFam Zheng5-0/+65
2013-11-29qemu-iotests: Drop local version of cancel_and_wait from 040Fam Zheng1-15/+0
2013-11-29sheepdog: support user-defined redundancy optionLiu Yuan2-1/+74