aboutsummaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)Author
2016-02-23include: Clean up includesPeter Maydell
2016-02-16nbd: implement TLS support in the protocol negotiationDaniel P. Berrange
2016-02-16nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange
2016-02-09blockjob: Fix hang in block_job_finish_syncFam Zheng
2016-02-02block: set device_list.tqe_prev to NULL on BDS removalJeff Cody
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng
2016-02-02blockdev: Keep track of monitor-owned BDSMax Reitz
2016-02-02block: Add list of all BlockDriverStatesMax Reitz
2016-02-02block: Make bdrv_close() staticMax Reitz
2016-02-02block: Remove BDS close notifierMax Reitz
2016-02-02block: Add blk_dev_has_tray()Max Reitz
2016-01-20block: Inactivate BDS when migration completesKevin Wolf
2016-01-20block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf
2016-01-15nbd: Always call "close_fn" in nbd_client_newFam Zheng
2016-01-07block: Add check on mirror targetFam Zheng
2016-01-07block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCEFam Zheng
2015-12-22block: add BlockLimits.max_iov fieldStefan Hajnoczi
2015-12-18block: Remove prototype of bdrv_swap from headerFam Zheng
2015-12-18block: Add opaque value to the amend CBMax Reitz
2015-12-18block: Introduce bs->explicit_optionsKevin Wolf
2015-12-18block: Add infrastructure for option inheritanceKevin Wolf
2015-12-18block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf
2015-12-18block: Exclude nested options only for children in append_open_options()Kevin Wolf
2015-12-18block: Allow references for backing filesKevin Wolf
2015-12-18qcow2: Add .bdrv_join_options callbackKevin Wolf
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-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-12block: Update copyright of the accounting codeAlberto 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: Add BlockJobTxn support to backup_runJohn Snow
2015-11-12block: Add block job transactionsFam Zheng
2015-11-12blockjob: Add "completed" and "ret" in BlockJobFam Zheng
2015-11-12blockjob: Add .commit and .abort block job actionsFam Zheng
2015-11-12blockjob: Introduce reference count and fix reference to job->bsFam 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: Add ioctl parameter fields to BlockRequestFam Zheng
2015-11-12block: Add more types for tracked requestFam Zheng