summaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)AuthorFilesLines
2015-11-19migration: implement bdrv_all_find_vmstate_bs helperDenis V. Lunev1-0/+2
2015-11-19snapshot: create bdrv_all_create_snapshot helperDenis V. Lunev1-0/+4
2015-11-19snapshot: create bdrv_all_find_snapshot helperDenis V. Lunev1-0/+1
2015-11-19snapshot: create bdrv_all_goto_snapshot helperDenis V. Lunev1-0/+1
2015-11-19snapshot: create bdrv_all_delete_snapshot helperDenis V. Lunev1-0/+2
2015-11-19snapshot: return error code from bdrv_snapshot_delete_by_id_or_nameDenis V. Lunev1-3/+3
2015-11-19snapshot: create helper to test that block drivers supports snapshotsDenis V. Lunev1-0/+8
2015-11-12block: Update copyright of the accounting codeAlberto Garcia1-0/+1
2015-11-12block: Add average I/O queue depth to BlockDeviceTimedStatsAlberto Garcia1-0/+2
2015-11-12block: Compute minimum, maximum and average I/O latenciesAlberto Garcia1-0/+14
2015-11-12block: Allow configuring whether to account failed and invalid opsAlberto Garcia1-0/+5
2015-11-12block: Add statistics for failed and invalid I/O operationsAlberto Garcia1-0/+4
2015-11-12block: Add idle_time_ns to BlockDeviceStatsAlberto Garcia1-0/+2
2015-11-12block: Add BlockJobTxn support to backup_runJohn Snow1-1/+2
2015-11-12block: Add block job transactionsFam Zheng2-0/+39
2015-11-12blockjob: Add "completed" and "ret" in BlockJobFam Zheng1-0/+9
2015-11-12blockjob: Add .commit and .abort block job actionsFam Zheng1-0/+20
2015-11-12blockjob: Introduce reference count and fix reference to job->bsFam Zheng1-3/+15
2015-11-12qed: Implement .bdrv_drainFam Zheng2-1/+3
2015-11-12block: Introduce BlockDriver.bdrv_drain callbackFam Zheng1-0/+6
2015-11-12block: Drop BlockDriver.bdrv_ioctlFam Zheng1-1/+0
2015-11-12block: Add ioctl parameter fields to BlockRequestFam Zheng1-4/+12
2015-11-12block: Add more types for tracked requestFam Zheng1-1/+9
2015-11-11throttle: Use bs->throttle_state instead of bs->io_limits_enabledAlberto Garcia1-1/+4
2015-11-11block: Make bdrv_states publicMax Reitz1-0/+2
2015-11-09aio: Introduce aio-epoll.cFam Zheng1-0/+5
2015-11-09aio: Introduce aio_context_setupFam Zheng1-0/+8
2015-11-09aio: Introduce aio_external_disabledFam Zheng1-0/+11
2015-11-06bottom halves: introduce bh call functionPavel Dovgalyuk1-0/+5
2015-10-23block: Introduce "drained begin/end" APIFam Zheng2-0/+21
2015-10-23aio: introduce aio_{disable,enable}_externalFam Zheng1-0/+38
2015-10-23aio: Add "is_external" flag for event handlersFam Zheng1-0/+2
2015-10-23throttle: Remove throttle_group_lock/unlock()Alberto Garcia1-3/+0
2015-10-23block: Add BlockBackendRootStateMax Reitz1-0/+10
2015-10-23block/throttle-groups: Make incref/decref publicMax Reitz1-0/+3
2015-10-23block: Move I/O status and error actions into BBMax Reitz2-17/+0
2015-10-23block: Move BlockAcctStats into BlockBackendMax Reitz2-5/+0
2015-10-23block: Remove wr_highest_sector from BlockAcctStatsMax Reitz2-3/+3
2015-10-23block: Move guest_block_size into BlockBackendMax Reitz2-4/+0
2015-10-23block: Make bdrv_is_inserted() return a boolMax Reitz2-2/+2
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange4-275/+2
2015-10-16block: Remove bdrv_swap()Kevin Wolf1-1/+0
2015-10-16block: Add and use bdrv_replace_in_backing_chain()Kevin Wolf1-1/+3
2015-10-16blockjob: Store device name at job creationKevin Wolf1-0/+8
2015-10-16block: Introduce parents listKevin Wolf1-0/+2
2015-10-16block-backend: Add blk_set_bs()Kevin Wolf1-0/+2
2015-10-16block/io: Make bdrv_requests_pending() publicKevin Wolf1-0/+1
2015-10-16block: Manage backing file references in bdrv_set_backing_hd()Kevin Wolf1-0/+1
2015-10-16block: Convert bs->backing_hd to BdrvChildKevin Wolf1-4/+8
2015-10-16block: Remove bdrv_open_image()Kevin Wolf1-4/+0