aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-05block: add opt_transfer_length to BlockLimitsPeter Lieven
2013-12-05block/iscsi: set bdi->cluster_sizePeter Lieven
2013-12-05qemu-img: fix usage instruction for qemu-img convertPeter Lieven
2013-12-05qemu-img: add support for skipping zeroes in input during convertPeter Lieven
2013-12-04qemu-nbd: add doc for option -fWenchao Xia
2013-12-04qemu-iotests: add test for snapshot in qemu-img convertWenchao Xia
2013-12-04qemu-img: add -l for snapshot in convertWenchao Xia
2013-12-04qemu-iotests: add 058 internal snapshot export with qemu-nbd caseWenchao Xia
2013-12-04qemu-nbd: support internal snapshot exportWenchao Xia
2013-12-04snapshot: distinguish id and name in load_tmpWenchao Xia
2013-12-04qemu-iotests: Split qcow2 only cases in 048Fam Zheng
2013-12-04qemu-iotests: Clean up spaces in usage outputFam Zheng
2013-12-04qemu-iotests: Change default cache mode to "writeback"Fam Zheng
2013-12-04qemu-iotests: Add _default_cache_mode and _supported_cache_modesFam Zheng
2013-12-04qemu-iotests: Honour cache mode in iotests.pyFam Zheng
2013-12-04qemu-iotests: Add "-c <cache-mode>" optionFam Zheng
2013-12-04qcow2: Zero-initialise first cluster for new imagesKevin Wolf
2013-12-04block: Close backing file early in bdrv_img_createMax Reitz
2013-12-03scsi-disk: correctly implement WRITE SAMEPaolo Bonzini
2013-12-03scsi-disk: reject ANCHOR=1 for UNMAP and WRITE SAME commandsPaolo Bonzini
2013-12-03scsi-disk: catch write protection errors in UNMAPPaolo Bonzini
2013-12-03qemu-iotests: 033 is fastPaolo Bonzini
2013-12-03raw-posix: add support for write_zeroes on XFS and block devicesPaolo Bonzini
2013-12-03raw-posix: implement write_zeroes with MAY_UNMAP for block devicesPaolo Bonzini
2013-12-03raw-posix: implement write_zeroes with MAY_UNMAP for filesPaolo Bonzini
2013-12-03block/iscsi: check WRITE SAME support differently depending on MAY_UNMAPPaolo Bonzini
2013-12-03block/iscsi: updated copyrightPeter Lieven
2013-12-03block/iscsi: remove .bdrv_has_zero_initPeter Lieven
2013-12-03block drivers: expose requirement for write same alignment from formatsPaolo Bonzini
2013-12-03block drivers: add discard/write_zeroes properties to bdrv_get_info implement...Paolo Bonzini
2013-12-03vpc, vhdx: add get_infoPaolo Bonzini
2013-12-03block: make bdrv_co_do_write_zeroes stricter in producing aligned requestsPaolo Bonzini
2013-12-03block: handle ENOTSUP from discard in generic codePaolo Bonzini
2013-12-03block: add bdrv_aio_write_zeroesPaolo Bonzini
2013-12-03block: add flags argument to bdrv_co_write_zeroes tracepointPaolo Bonzini
2013-12-03block: add flags to BlockRequestPaolo Bonzini
2013-12-03block: generalize BlockLimits handling to cover bdrv_aio_discard tooPaolo Bonzini
2013-12-03vmdk: Fix creating big description fileFam Zheng
2013-12-02coroutine: remove unused CoQueue AioContextMarc-André Lureau
2013-12-02coroutine: remove qemu_co_queue_wait_insert_headMarc-André Lureau
2013-11-29qemu-iotests: Add sample image and test for VMDK version 3Fam Zheng
2013-11-29vmdk: Allow read only open of VMDK version 3Fam Zheng
2013-11-29qemu-iotests: Filter out 'qemu-io> ' promptFam Zheng
2013-11-29qemu-iotests: Filter qemu-io output in 025Fam Zheng
2013-11-29block: Use BDRV_O_NO_BACKING where appropriateKevin Wolf
2013-11-29qemu-iotests: Test snapshot modeKevin Wolf
2013-11-29block: Enable BDRV_O_SNAPSHOT with driver-specific optionsKevin Wolf
2013-11-29qemu-iotests: Make test case 030, 040 and 055 deterministicFam Zheng
2013-11-29qemu-iotest: Add pause_drive and resume_drive methodsFam Zheng
2013-11-29blkdebug: add "remove_break" commandFam Zheng