summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-28iotests: add QMP event waiting queueJohn Snow2-30/+103
2015-04-28iotests: add invalid input incremental backup testsJohn Snow3-0/+110
2015-04-28hbitmap: truncate testsJohn Snow1-0/+255
2015-04-28block: Resize bitmaps on bdrv_truncateJohn Snow3-0/+76
2015-04-28block: Ensure consistent bitmap function prototypesJohn Snow6-35/+26
2015-04-28block: add BdrvDirtyBitmap documentationJohn Snow1-5/+5
2015-04-28qmp: Add dirty bitmap status field in query-blockJohn Snow2-1/+5
2015-04-28qmp: add block-dirty-bitmap-clearJohn Snow5-0/+86
2015-04-28qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow9-33/+181
2015-04-28block: Add bitmap successorsJohn Snow4-1/+121
2015-04-28block: Add bitmap disabled statusJohn Snow2-0/+28
2015-04-28hbitmap: add hbitmap_mergeJohn Snow2-0/+46
2015-04-28hbitmap: cache array lengthsJohn Snow1-0/+4
2015-04-28block: Introduce bdrv_dirty_bitmap_granularity()John Snow2-2/+7
2015-04-28qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-removeJohn Snow6-9/+250
2015-04-28qmp: Ensure consistent granularity typeJohn Snow5-10/+11
2015-04-28qapi: Add optional field "name" to block dirty bitmapFam Zheng5-5/+42
2015-04-28docs: incremental backup documentationJohn Snow1-0/+352
2015-04-28block/iscsi: use the allocationmap also if cache.direct=onPeter Lieven1-1/+1
2015-04-28block/iscsi: bump year in copyright noticePeter Lieven1-1/+1
2015-04-28block/iscsi: handle SCSI_STATUS_TASK_SET_FULLPeter Lieven1-2/+5
2015-04-28block/iscsi: increase retry countPeter Lieven1-1/+1
2015-04-28block/iscsi: optimize WRITE10/16 if cache.writeback is not setPeter Lieven1-3/+15
2015-04-28block/iscsi: store DPOFUA bit from the modesense commandPeter Lieven1-0/+3
2015-04-28block/iscsi: rename iscsi_write_protected and let it return voidPeter Lieven1-5/+5
2015-04-28block/iscsi: change all iscsilun properties from uint8_t to boolPeter Lieven1-7/+7
2015-04-28block/iscsi: do not forget to logout from targetPeter Lieven1-0/+6
2015-04-28qmp: fill in the image field in BlockDeviceInfoAlberto Garcia5-26/+35
2015-04-28Revert "hmp: fix crash in 'info block -n -v'"Stefan Hajnoczi1-2/+1
2015-04-28block: add 'node-name' field to BLOCK_IMAGE_CORRUPTEDAlberto Garcia3-16/+30
2015-04-28block: use bdrv_get_device_or_node_name() in error messagesAlberto Garcia12-50/+46
2015-04-28block: add bdrv_get_device_or_node_name()Alberto Garcia3-4/+11
2015-04-28block: document block-stream in qmp-commands.hxStefan Hajnoczi1-0/+37
2015-04-28m25p80: fix s->blk usage before assignmentStefan Hajnoczi1-1/+3
2015-04-28m25p80: add missing blk_attach_dev_nofailPaolo Bonzini1-0/+1
2015-04-28virtio_blk: comment fixMichael S. Tsirkin1-2/+6
2015-04-28block: avoid unnecessary bottom halvesPaolo Bonzini1-9/+34
2015-04-28blockjob: Update function name in commentsFam Zheng2-2/+2
2015-04-28qemu-iotests: Test that "stop" doesn't drain block jobsFam Zheng3-0/+92
2015-04-28block: Pause block jobs in bdrv_drain_allFam Zheng1-0/+20
2015-04-28blockjob: Allow nested pauseFam Zheng4-14/+41
2015-04-28MAINTAINERS: Add Fam Zheng as Null block driver maintainerFam Zheng1-0/+6
2015-04-28block/null: Support reopenFam Zheng1-0/+8
2015-04-28block/null: Latency simulation by adding new option "latency-ns"Fam Zheng2-7/+56
2015-04-28scripts: add 'qemu coroutine' command to qemu-gdb.pyStefan Hajnoczi1-0/+75
2015-04-28thread-pool: clean up thread_pool_completion_bh()Stefan Hajnoczi1-8/+6
2015-04-28vhdx: Fix zero-fill iov lengthKevin Wolf1-2/+2
2015-04-28blkdebug: Add bdrv_truncate()Kevin Wolf1-0/+6
2015-04-28qemu-iotests: Some qemu-img convert testsKevin Wolf3-0/+433
2015-04-28qemu-img convert: Rewrite copying logicKevin Wolf1-206/+310