summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2015-12-03block: Don't wait serialising for non-COR read requestsFam Zheng2-6/+8
2015-12-02Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-3/+8
2015-12-02mirror: Quiesce source during "mirror_exit"Fam Zheng1-0/+4
2015-12-02blkdebug: silence warning under qtestMichael S. Tsirkin1-2/+7
2015-12-02qcow2: Fix potential qemu-img check crash on 32 bit hostsKevin Wolf1-1/+1
2015-11-25block/qapi: Plug memory leak on query-block error pathMarkus Armbruster1-5/+3
2015-11-25raw-posix.c: Make GetBSDPath() handle caching optionsProgrammingkid1-6/+9
2015-11-24parallels: dirty BAT properly for continuous allocationsVladimir Sementsov-Ogievskiy1-1/+1
2015-11-19migration: implement bdrv_all_find_vmstate_bs helperDenis V. Lunev1-0/+15
2015-11-19snapshot: create bdrv_all_create_snapshot helperDenis V. Lunev1-0/+26
2015-11-19snapshot: create bdrv_all_find_snapshot helperDenis V. Lunev1-0/+20
2015-11-19snapshot: create bdrv_all_goto_snapshot helperDenis V. Lunev1-0/+20
2015-11-19snapshot: create bdrv_all_delete_snapshot helperDenis V. Lunev1-0/+22
2015-11-19snapshot: return error code from bdrv_snapshot_delete_by_id_or_nameDenis V. Lunev1-3/+4
2015-11-19snapshot: create helper to test that block drivers supports snapshotsDenis V. Lunev1-0/+24
2015-11-17block: add blk_abort_aio_requestPeter Lieven1-8/+9
2015-11-12block: Update copyright of the accounting codeAlberto Garcia1-0/+1
2015-11-12block: Use QEMU_CLOCK_VIRTUAL for the accounting code in qtest modeAlberto Garcia1-0/+14
2015-11-12block: Add average I/O queue depth to BlockDeviceTimedStatsAlberto Garcia2-0/+17
2015-11-12block: Compute minimum, maximum and average I/O latenciesAlberto Garcia3-0/+72
2015-11-12block: Allow configuring whether to account failed and invalid opsAlberto Garcia2-5/+22
2015-11-12block: Add statistics for failed and invalid I/O operationsAlberto Garcia2-0/+33
2015-11-12block: Add idle_time_ns to BlockDeviceStatsAlberto Garcia2-2/+15
2015-11-12block: define 'clock_type' for the accounting codeAlberto Garcia1-2/+4
2015-11-12block: Add BlockJobTxn support to backup_runJohn Snow1-1/+2
2015-11-12block/backup: Rely on commit/abort for cleanupJohn Snow1-4/+18
2015-11-12blockjob: Introduce reference count and fix reference to job->bsFam Zheng1-1/+1
2015-11-12backup: Extract dirty bitmap handling as a separate functionFam Zheng1-10/+17
2015-11-12qed: Implement .bdrv_drainFam Zheng1-0/+13
2015-11-12block: Introduce BlockDriver.bdrv_drain callbackFam Zheng1-1/+15
2015-11-12block: Drop BlockDriver.bdrv_ioctlFam Zheng3-47/+0
2015-11-12block: Emulate bdrv_ioctl with bdrv_aio_ioctl and track bothFam Zheng1-9/+92
2015-11-12iscsi: Emulate commands in iscsi_aio_ioctl as iscsi_ioctlFam Zheng1-2/+38
2015-11-12block: Track discard requestsFam Zheng1-3/+10
2015-11-12block: Track flush requestsFam Zheng1-3/+8
2015-11-12block: Add more types for tracked requestFam Zheng1-4/+5
2015-11-11Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell1-53/+33
2015-11-11qcow2: Fix qcow2_get_cluster_offset() for zero clustersKevin Wolf1-6/+9
2015-11-11block: Add blk_get_refcnt()Alberto Garcia1-0/+5
2015-11-11mirror: block all operations on the target image during the jobAlberto Garcia1-0/+4
2015-11-11gluster: allocate GlusterAIOCBs on the stackPaolo Bonzini1-53/+33
2015-11-11throttle: Use bs->throttle_state instead of bs->io_limits_enabledAlberto Garcia1-1/+1
2015-11-11throttle: Check for pending requests in throttle_group_unregister_bs()Alberto Garcia1-0/+7
2015-11-11qcow2: avoid misaligned 64bit bswapJohn Snow1-4/+7
2015-11-11commit: reopen overlay_bs before baseAlberto Garcia1-4/+4
2015-11-11block: Inquire tray state before tray-moved eventsMax Reitz1-10/+7
2015-11-11block: Add functions for inheriting a BBRSMax Reitz1-0/+27
2015-11-11block: Add blk_remove_bs()Max Reitz1-0/+12
2015-11-05Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-20/+73
2015-11-05iscsi: Translate scsi sense into error codeFam Zheng1-20/+73