summaryrefslogtreecommitdiffstats
path: root/include/block
Commit message (Expand)AuthorAgeFilesLines
* block: Remove unused typedef of BlockDriverDirtyHandlerFam Zheng2016-03-141-2/+0Star
* block: Move block dirty bitmap code to separate filesFam Zheng2016-03-142-34/+45
* typedefs: Add BdrvDirtyBitmapFam Zheng2016-03-141-1/+0Star
* block: Include hbitmap.h in block.hFam Zheng2016-03-141-1/+1
* hmp: 'drive_add -n' for creating a node without BBKevin Wolf2016-03-141-0/+2
* block: Fix snapshot=on cache modesKevin Wolf2016-03-141-1/+0Star
* include: Clean up includesPeter Maydell2016-02-234-5/+0Star
* nbd: implement TLS support in the protocol negotiationDaniel P. Berrange2016-02-161-0/+8
* nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange2016-02-161-6/+14
* blockjob: Fix hang in block_job_finish_syncFam Zheng2016-02-091-0/+5
* block: set device_list.tqe_prev to NULL on BDS removalJeff Cody2016-02-021-0/+1
* block: Add "file" output parameter to block status query functionsFam Zheng2016-02-022-5/+9
* blockdev: Keep track of monitor-owned BDSMax Reitz2016-02-021-0/+4
* block: Add list of all BlockDriverStatesMax Reitz2016-02-021-0/+2
* block: Make bdrv_close() staticMax Reitz2016-02-021-1/+0Star
* block: Remove BDS close notifierMax Reitz2016-02-022-3/+0Star
* block: Add blk_dev_has_tray()Max Reitz2016-02-021-0/+1
* block: Inactivate BDS when migration completesKevin Wolf2016-01-202-0/+2
* block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf2016-01-201-1/+1
* nbd: Always call "close_fn" in nbd_client_newFam Zheng2016-01-151-2/+1Star
* block: Add check on mirror targetFam Zheng2016-01-071-0/+1
* block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCEFam Zheng2016-01-071-1/+1
* block: add BlockLimits.max_iov fieldStefan Hajnoczi2015-12-221-0/+3
* block: Remove prototype of bdrv_swap from headerFam Zheng2015-12-181-1/+0Star
* block: Add opaque value to the amend CBMax Reitz2015-12-182-3/+4
* block: Introduce bs->explicit_optionsKevin Wolf2015-12-182-0/+2
* block: Add infrastructure for option inheritanceKevin Wolf2015-12-181-1/+2
* block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf2015-12-181-1/+1
* block: Exclude nested options only for children in append_open_options()Kevin Wolf2015-12-181-0/+1
* block: Allow references for backing filesKevin Wolf2015-12-181-1/+2
* qcow2: Add .bdrv_join_options callbackKevin Wolf2015-12-181-0/+1
* blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake2015-12-172-62/+2Star
* block: Don't wait serialising for non-COR read requestsFam Zheng2015-12-031-2/+2
* migration: implement bdrv_all_find_vmstate_bs helperDenis V. Lunev2015-11-191-0/+2
* snapshot: create bdrv_all_create_snapshot helperDenis V. Lunev2015-11-191-0/+4
* snapshot: create bdrv_all_find_snapshot helperDenis V. Lunev2015-11-191-0/+1
* snapshot: create bdrv_all_goto_snapshot helperDenis V. Lunev2015-11-191-0/+1
* snapshot: create bdrv_all_delete_snapshot helperDenis V. Lunev2015-11-191-0/+2
* snapshot: return error code from bdrv_snapshot_delete_by_id_or_nameDenis V. Lunev2015-11-191-3/+3
* snapshot: create helper to test that block drivers supports snapshotsDenis V. Lunev2015-11-191-0/+8
* block: Update copyright of the accounting codeAlberto Garcia2015-11-121-0/+1
* block: Add average I/O queue depth to BlockDeviceTimedStatsAlberto Garcia2015-11-121-0/+2
* block: Compute minimum, maximum and average I/O latenciesAlberto Garcia2015-11-121-0/+14
* block: Allow configuring whether to account failed and invalid opsAlberto Garcia2015-11-121-0/+5
* block: Add statistics for failed and invalid I/O operationsAlberto Garcia2015-11-121-0/+4
* block: Add idle_time_ns to BlockDeviceStatsAlberto Garcia2015-11-121-0/+2
* block: Add BlockJobTxn support to backup_runJohn Snow2015-11-121-1/+2
* block: Add block job transactionsFam Zheng2015-11-122-0/+39
* blockjob: Add "completed" and "ret" in BlockJobFam Zheng2015-11-121-0/+9
* blockjob: Add .commit and .abort block job actionsFam Zheng2015-11-121-0/+20