summaryrefslogtreecommitdiffstats
path: root/include/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* blockjob: Introduce reference count and fix reference to job->bsFam Zheng2015-11-121-3/+15
* qed: Implement .bdrv_drainFam Zheng2015-11-122-1/+3
* block: Introduce BlockDriver.bdrv_drain callbackFam Zheng2015-11-121-0/+6
* block: Drop BlockDriver.bdrv_ioctlFam Zheng2015-11-121-1/+0Star
* block: Add ioctl parameter fields to BlockRequestFam Zheng2015-11-121-4/+12
* block: Add more types for tracked requestFam Zheng2015-11-121-1/+9
* throttle: Use bs->throttle_state instead of bs->io_limits_enabledAlberto Garcia2015-11-111-1/+4
* block: Make bdrv_states publicMax Reitz2015-11-111-0/+2
* aio: Introduce aio-epoll.cFam Zheng2015-11-091-0/+5
* aio: Introduce aio_context_setupFam Zheng2015-11-091-0/+8
* aio: Introduce aio_external_disabledFam Zheng2015-11-091-0/+11
* bottom halves: introduce bh call functionPavel Dovgalyuk2015-11-061-0/+5
* block: Introduce "drained begin/end" APIFam Zheng2015-10-232-0/+21
* aio: introduce aio_{disable,enable}_externalFam Zheng2015-10-231-0/+38
* aio: Add "is_external" flag for event handlersFam Zheng2015-10-231-0/+2
* throttle: Remove throttle_group_lock/unlock()Alberto Garcia2015-10-231-3/+0Star
* block: Add BlockBackendRootStateMax Reitz2015-10-231-0/+10
* block/throttle-groups: Make incref/decref publicMax Reitz2015-10-231-0/+3
* block: Move I/O status and error actions into BBMax Reitz2015-10-232-17/+0Star