aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-28block: replace bdrv_states iteration with bdrv_next()Stefan Hajnoczi
2015-04-28vmdk: Widen before shifting 32 bit header fieldFam Zheng
2015-04-28block/dmg: make it modularMichael Tokarev
2015-04-28block/mirror: Always call block_job_sleep_ns()Max Reitz
2015-04-28iotests: add incremental backup granularity testsJohn Snow
2015-04-28iotests: add incremental backup failure recovery testJohn Snow
2015-04-28iotests: add simple incremental backup caseJohn Snow
2015-04-28iotests: add QMP event waiting queueJohn Snow
2015-04-28iotests: add invalid input incremental backup testsJohn Snow
2015-04-28hbitmap: truncate testsJohn Snow
2015-04-28block: Resize bitmaps on bdrv_truncateJohn Snow
2015-04-28block: Ensure consistent bitmap function prototypesJohn Snow
2015-04-28block: add BdrvDirtyBitmap documentationJohn Snow
2015-04-28qmp: Add dirty bitmap status field in query-blockJohn Snow
2015-04-28qmp: add block-dirty-bitmap-clearJohn Snow
2015-04-28qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow
2015-04-28block: Add bitmap successorsJohn Snow
2015-04-28block: Add bitmap disabled statusJohn Snow
2015-04-28hbitmap: add hbitmap_mergeJohn Snow
2015-04-28hbitmap: cache array lengthsJohn Snow
2015-04-28block: Introduce bdrv_dirty_bitmap_granularity()John Snow
2015-04-28qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-removeJohn Snow
2015-04-28qmp: Ensure consistent granularity typeJohn Snow
2015-04-28qapi: Add optional field "name" to block dirty bitmapFam Zheng
2015-04-28docs: incremental backup documentationJohn Snow
2015-04-28block/iscsi: use the allocationmap also if cache.direct=onPeter Lieven
2015-04-28block/iscsi: bump year in copyright noticePeter Lieven
2015-04-28block/iscsi: handle SCSI_STATUS_TASK_SET_FULLPeter Lieven
2015-04-28block/iscsi: increase retry countPeter Lieven
2015-04-28block/iscsi: optimize WRITE10/16 if cache.writeback is not setPeter Lieven
2015-04-28block/iscsi: store DPOFUA bit from the modesense commandPeter Lieven
2015-04-28block/iscsi: rename iscsi_write_protected and let it return voidPeter Lieven
2015-04-28block/iscsi: change all iscsilun properties from uint8_t to boolPeter Lieven
2015-04-28block/iscsi: do not forget to logout from targetPeter Lieven
2015-04-28qmp: fill in the image field in BlockDeviceInfoAlberto Garcia
2015-04-28Revert "hmp: fix crash in 'info block -n -v'"Stefan Hajnoczi
2015-04-28block: add 'node-name' field to BLOCK_IMAGE_CORRUPTEDAlberto Garcia
2015-04-28block: use bdrv_get_device_or_node_name() in error messagesAlberto Garcia
2015-04-28block: add bdrv_get_device_or_node_name()Alberto Garcia
2015-04-28block: document block-stream in qmp-commands.hxStefan Hajnoczi
2015-04-28m25p80: fix s->blk usage before assignmentStefan Hajnoczi
2015-04-28m25p80: add missing blk_attach_dev_nofailPaolo Bonzini
2015-04-28virtio_blk: comment fixMichael S. Tsirkin
2015-04-28block: avoid unnecessary bottom halvesPaolo Bonzini
2015-04-28blockjob: Update function name in commentsFam Zheng
2015-04-28qemu-iotests: Test that "stop" doesn't drain block jobsFam Zheng
2015-04-28block: Pause block jobs in bdrv_drain_allFam Zheng
2015-04-28blockjob: Allow nested pauseFam Zheng
2015-04-28MAINTAINERS: Add Fam Zheng as Null block driver maintainerFam Zheng
2015-04-28block/null: Support reopenFam Zheng