summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* vmdk: Fix converting to streamOptimizedFam Zheng2016-03-221-1/+5
* vmdk: Create streamOptimized as version 3Fam Zheng2016-03-221-1/+7
* quorum: Fix crash in quorum_aio_cb()Alberto Garcia2016-03-171-5/+7
* block/raw-posix: avoid bogus fixup for cylinders on DASD disksChristian Borntraeger2016-03-171-7/+0
* block: Add blk_dev_has_tray()Max Reitz2016-03-171-1/+9
* block: Don't wait serialising for non-COR read requestsFam Zheng2015-12-032-6/+8
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-12-022-3/+8
|\
| * blkdebug: silence warning under qtestMichael S. Tsirkin2015-12-021-2/+7
| * qcow2: Fix potential qemu-img check crash on 32 bit hostsKevin Wolf2015-12-021-1/+1
* | mirror: Quiesce source during "mirror_exit"Fam Zheng2015-12-021-0/+4
|/
* block/qapi: Plug memory leak on query-block error pathMarkus Armbruster2015-11-251-5/+3
* raw-posix.c: Make GetBSDPath() handle caching optionsProgrammingkid2015-11-251-6/+9
* parallels: dirty BAT properly for continuous allocationsVladimir Sementsov-Ogievskiy2015-11-241-1/+1
* migration: implement bdrv_all_find_vmstate_bs helperDenis V. Lunev2015-11-191-0/+15
* snapshot: create bdrv_all_create_snapshot helperDenis V. Lunev2015-11-191-0/+26
* snapshot: create bdrv_all_find_snapshot helperDenis V. Lunev2015-11-191-0/+20
* snapshot: create bdrv_all_goto_snapshot helperDenis V. Lunev2015-11-191-0/+20
* snapshot: create bdrv_all_delete_snapshot helperDenis V. Lunev2015-11-191-0/+22
* snapshot: return error code from bdrv_snapshot_delete_by_id_or_nameDenis V. Lunev2015-11-191-3/+4
* snapshot: create helper to test that block drivers supports snapshotsDenis V. Lunev2015-11-191-0/+24
* block: add blk_abort_aio_requestPeter Lieven2015-11-171-8/+9
* block: Update copyright of the accounting codeAlberto Garcia2015-11-121-0/+1
* block: Use QEMU_CLOCK_VIRTUAL for the accounting code in qtest modeAlberto Garcia2015-11-121-0/+14
* block: Add average I/O queue depth to BlockDeviceTimedStatsAlberto Garcia2015-11-122-0/+17
* block: Compute minimum, maximum and average I/O latenciesAlberto Garcia2015-11-123-0/+72
* block: Allow configuring whether to account failed and invalid opsAlberto Garcia2015-11-122-5/+22
* block: Add statistics for failed and invalid I/O operationsAlberto Garcia2015-11-122-0/+33
* block: Add idle_time_ns to BlockDeviceStatsAlberto Garcia2015-11-122-2/+15
* block: define 'clock_type' for the accounting codeAlberto Garcia2015-11-121-2/+4
* block: Add BlockJobTxn support to backup_runJohn Snow2015-11-121-1/+2
* block/backup: Rely on commit/abort for cleanupJohn Snow2015-11-121-4/+18
* blockjob: Introduce reference count and fix reference to job->bsFam Zheng2015-11-121-1/+1
* backup: Extract dirty bitmap handling as a separate functionFam Zheng2015-11-121-10/+17
* qed: Implement .bdrv_drainFam Zheng2015-11-121-0/+13
* block: Introduce BlockDriver.bdrv_drain callbackFam Zheng2015-11-121-1/+15
* block: Drop BlockDriver.bdrv_ioctlFam Zheng2015-11-123-47/+0
* block: Emulate bdrv_ioctl with bdrv_aio_ioctl and track bothFam Zheng2015-11-121-9/+92
* iscsi: Emulate commands in iscsi_aio_ioctl as iscsi_ioctlFam Zheng2015-11-121-2/+38
* block: Track discard requestsFam Zheng2015-11-121-3/+10
* block: Track flush requestsFam Zheng2015-11-121-3/+8
* block: Add more types for tracked requestFam Zheng2015-11-121-4/+5
* Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2015-11-111-53/+33
|\
| * gluster: allocate GlusterAIOCBs on the stackPaolo Bonzini2015-11-111-53/+33
* | qcow2: Fix qcow2_get_cluster_offset() for zero clustersKevin Wolf2015-11-111-6/+9
* | block: Add blk_get_refcnt()Alberto Garcia2015-11-111-0/+5
* | mirror: block all operations on the target image during the jobAlberto Garcia2015-11-111-0/+4
* | throttle: Use bs->throttle_state instead of bs->io_limits_enabledAlberto Garcia2015-11-111-1/+1
* | throttle: Check for pending requests in throttle_group_unregister_bs()Alberto Garcia2015-11-111-0/+7
* | qcow2: avoid misaligned 64bit bswapJohn Snow2015-11-111-4/+7
* | commit: reopen overlay_bs before baseAlberto Garcia2015-11-111-4/+4
OpenPOWER on IntegriCloud