summaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)AuthorFilesLines
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng2-5/+9
2016-02-02blockdev: Keep track of monitor-owned BDSMax Reitz1-0/+4
2016-02-02block: Add list of all BlockDriverStatesMax Reitz1-0/+2
2016-02-02block: Make bdrv_close() staticMax Reitz1-1/+0
2016-02-02block: Remove BDS close notifierMax Reitz2-3/+0
2016-02-02block: Add blk_dev_has_tray()Max Reitz1-0/+1
2016-01-20block: Inactivate BDS when migration completesKevin Wolf2-0/+2
2016-01-20block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf1-1/+1
2016-01-15nbd: Always call "close_fn" in nbd_client_newFam Zheng1-2/+1
2016-01-07block: Add check on mirror targetFam Zheng1-0/+1
2016-01-07block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCEFam Zheng1-1/+1
2015-12-22block: add BlockLimits.max_iov fieldStefan Hajnoczi1-0/+3
2015-12-18block: Remove prototype of bdrv_swap from headerFam Zheng1-1/+0
2015-12-18block: Add opaque value to the amend CBMax Reitz2-3/+4
2015-12-18block: Introduce bs->explicit_optionsKevin Wolf2-0/+2
2015-12-18block: Add infrastructure for option inheritanceKevin Wolf1-1/+2
2015-12-18block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf1-1/+1
2015-12-18block: Exclude nested options only for children in append_open_options()Kevin Wolf1-0/+1
2015-12-18block: Allow references for backing filesKevin Wolf1-1/+2
2015-12-18qcow2: Add .bdrv_join_options callbackKevin Wolf1-0/+1
2015-12-17blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake2-62/+2
2015-12-03block: Don't wait serialising for non-COR read requestsFam Zheng1-2/+2
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