summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-28block-backend: Expose bdrv_write_zeroes()Kevin Wolf2-0/+13
2015-04-28iothread: release iothread around aio_pollPaolo Bonzini3-24/+14
2015-04-28AioContext: acquire/release AioContext during aio_pollPaolo Bonzini3-6/+24
2015-04-28aio-posix: move pollfds to thread-local storagePaolo Bonzini3-26/+57
2015-04-28block: Switch to host monotonic clock for IO throttlingFam Zheng1-1/+8
2015-04-28checkpatch: complain about ffs(3) callsStefan Hajnoczi1-0/+11
2015-04-28os-win32: drop ffs(3) prototypeStefan Hajnoczi1-3/+0
2015-04-28omap_intc: convert ffs(3) to ctz32() in omap_inth_sir_update()Paolo Bonzini1-4/+5
2015-04-28sd: convert sd_normal_command() ffs(3) call to ctz32()Stefan Hajnoczi1-1/+2
2015-04-28Convert ffs() != 0 callers to ctz32()Stefan Hajnoczi6-27/+26