aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2015-12-17qobject: Rename qtype_code to QTypeEric Blake
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake
2015-12-17blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake
2015-12-03block: Don't wait serialising for non-COR read requestsFam Zheng
2015-12-02Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2015-12-02mirror: Quiesce source during "mirror_exit"Fam Zheng
2015-12-02blkdebug: silence warning under qtestMichael S. Tsirkin
2015-12-02qcow2: Fix potential qemu-img check crash on 32 bit hostsKevin Wolf
2015-11-25block/qapi: Plug memory leak on query-block error pathMarkus Armbruster
2015-11-25raw-posix.c: Make GetBSDPath() handle caching optionsProgrammingkid
2015-11-24parallels: dirty BAT properly for continuous allocationsVladimir Sementsov-Ogievskiy
2015-11-19migration: implement bdrv_all_find_vmstate_bs helperDenis V. Lunev
2015-11-19snapshot: create bdrv_all_create_snapshot helperDenis V. Lunev
2015-11-19snapshot: create bdrv_all_find_snapshot helperDenis V. Lunev
2015-11-19snapshot: create bdrv_all_goto_snapshot helperDenis V. Lunev
2015-11-19snapshot: create bdrv_all_delete_snapshot helperDenis V. Lunev
2015-11-19snapshot: return error code from bdrv_snapshot_delete_by_id_or_nameDenis V. Lunev
2015-11-19snapshot: create helper to test that block drivers supports snapshotsDenis V. Lunev
2015-11-17block: add blk_abort_aio_requestPeter Lieven
2015-11-12block: Update copyright of the accounting codeAlberto Garcia
2015-11-12block: Use QEMU_CLOCK_VIRTUAL for the accounting code in qtest modeAlberto Garcia
2015-11-12block: Add average I/O queue depth to BlockDeviceTimedStatsAlberto Garcia
2015-11-12block: Compute minimum, maximum and average I/O latenciesAlberto Garcia
2015-11-12block: Allow configuring whether to account failed and invalid opsAlberto Garcia
2015-11-12block: Add statistics for failed and invalid I/O operationsAlberto Garcia
2015-11-12block: Add idle_time_ns to BlockDeviceStatsAlberto Garcia
2015-11-12block: define 'clock_type' for the accounting codeAlberto Garcia
2015-11-12block: Add BlockJobTxn support to backup_runJohn Snow
2015-11-12block/backup: Rely on commit/abort for cleanupJohn Snow
2015-11-12blockjob: Introduce reference count and fix reference to job->bsFam Zheng
2015-11-12backup: Extract dirty bitmap handling as a separate functionFam Zheng
2015-11-12qed: Implement .bdrv_drainFam Zheng
2015-11-12block: Introduce BlockDriver.bdrv_drain callbackFam Zheng
2015-11-12block: Drop BlockDriver.bdrv_ioctlFam Zheng
2015-11-12block: Emulate bdrv_ioctl with bdrv_aio_ioctl and track bothFam Zheng
2015-11-12iscsi: Emulate commands in iscsi_aio_ioctl as iscsi_ioctlFam Zheng
2015-11-12block: Track discard requestsFam Zheng
2015-11-12block: Track flush requestsFam Zheng
2015-11-12block: Add more types for tracked requestFam Zheng
2015-11-11Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell
2015-11-11qcow2: Fix qcow2_get_cluster_offset() for zero clustersKevin Wolf
2015-11-11block: Add blk_get_refcnt()Alberto Garcia
2015-11-11mirror: block all operations on the target image during the jobAlberto Garcia
2015-11-11gluster: allocate GlusterAIOCBs on the stackPaolo Bonzini
2015-11-11throttle: Use bs->throttle_state instead of bs->io_limits_enabledAlberto Garcia
2015-11-11throttle: Check for pending requests in throttle_group_unregister_bs()Alberto Garcia
2015-11-11qcow2: avoid misaligned 64bit bswapJohn Snow
2015-11-11commit: reopen overlay_bs before baseAlberto Garcia
2015-11-11block: Inquire tray state before tray-moved eventsMax Reitz
2015-11-11block: Add functions for inheriting a BBRSMax Reitz