Age | Commit message (Expand) | Author |
2016-02-02 | block: Add "file" output parameter to block status query functions | Fam Zheng |
2016-02-02 | blockdev: Keep track of monitor-owned BDS | Max Reitz |
2016-02-02 | block: Add list of all BlockDriverStates | Max Reitz |
2016-02-02 | block: Make bdrv_close() static | Max Reitz |
2016-02-02 | block: Remove BDS close notifier | Max Reitz |
2016-02-02 | block: Add blk_dev_has_tray() | Max Reitz |
2016-01-20 | block: Inactivate BDS when migration completes | Kevin Wolf |
2016-01-20 | block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE | Kevin Wolf |
2016-01-15 | nbd: Always call "close_fn" in nbd_client_new | Fam Zheng |
2016-01-07 | block: Add check on mirror target | Fam Zheng |
2016-01-07 | block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCE | Fam Zheng |
2015-12-22 | block: add BlockLimits.max_iov field | Stefan Hajnoczi |
2015-12-18 | block: Remove prototype of bdrv_swap from header | Fam Zheng |
2015-12-18 | block: Add opaque value to the amend CB | Max Reitz |
2015-12-18 | block: Introduce bs->explicit_options | Kevin Wolf |
2015-12-18 | block: Add infrastructure for option inheritance | Kevin Wolf |
2015-12-18 | block: Pass driver-specific options to .bdrv_refresh_filename() | Kevin Wolf |
2015-12-18 | block: Exclude nested options only for children in append_open_options() | Kevin Wolf |
2015-12-18 | block: Allow references for backing files | Kevin Wolf |
2015-12-18 | qcow2: Add .bdrv_join_options callback | Kevin Wolf |
2015-12-17 | blkdebug: Merge hand-rolled and qapi BlkdebugEvent enum | Eric Blake |
2015-12-03 | block: Don't wait serialising for non-COR read requests | Fam Zheng |
2015-11-19 | migration: implement bdrv_all_find_vmstate_bs helper | Denis V. Lunev |
2015-11-19 | snapshot: create bdrv_all_create_snapshot helper | Denis V. Lunev |
2015-11-19 | snapshot: create bdrv_all_find_snapshot helper | Denis V. Lunev |
2015-11-19 | snapshot: create bdrv_all_goto_snapshot helper | Denis V. Lunev |
2015-11-19 | snapshot: create bdrv_all_delete_snapshot helper | Denis V. Lunev |
2015-11-19 | snapshot: return error code from bdrv_snapshot_delete_by_id_or_name | Denis V. Lunev |
2015-11-19 | snapshot: create helper to test that block drivers supports snapshots | Denis V. Lunev |
2015-11-12 | block: Update copyright of the accounting code | Alberto Garcia |
2015-11-12 | block: Add average I/O queue depth to BlockDeviceTimedStats | Alberto Garcia |
2015-11-12 | block: Compute minimum, maximum and average I/O latencies | Alberto Garcia |
2015-11-12 | block: Allow configuring whether to account failed and invalid ops | Alberto Garcia |
2015-11-12 | block: Add statistics for failed and invalid I/O operations | Alberto Garcia |
2015-11-12 | block: Add idle_time_ns to BlockDeviceStats | Alberto Garcia |
2015-11-12 | block: Add BlockJobTxn support to backup_run | John Snow |
2015-11-12 | block: Add block job transactions | Fam Zheng |
2015-11-12 | blockjob: Add "completed" and "ret" in BlockJob | Fam Zheng |
2015-11-12 | blockjob: Add .commit and .abort block job actions | Fam Zheng |
2015-11-12 | blockjob: Introduce reference count and fix reference to job->bs | Fam Zheng |
2015-11-12 | qed: Implement .bdrv_drain | Fam Zheng |
2015-11-12 | block: Introduce BlockDriver.bdrv_drain callback | Fam Zheng |
2015-11-12 | block: Drop BlockDriver.bdrv_ioctl | Fam Zheng |
2015-11-12 | block: Add ioctl parameter fields to BlockRequest | Fam Zheng |
2015-11-12 | block: Add more types for tracked request | Fam Zheng |
2015-11-11 | throttle: Use bs->throttle_state instead of bs->io_limits_enabled | Alberto Garcia |
2015-11-11 | block: Make bdrv_states public | Max Reitz |
2015-11-09 | aio: Introduce aio-epoll.c | Fam Zheng |
2015-11-09 | aio: Introduce aio_context_setup | Fam Zheng |
2015-11-09 | aio: Introduce aio_external_disabled | Fam Zheng |