Age | Commit message (Expand) | Author |
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 |
2015-11-06 | bottom halves: introduce bh call function | Pavel Dovgalyuk |
2015-10-23 | block: Introduce "drained begin/end" API | Fam Zheng |
2015-10-23 | aio: introduce aio_{disable,enable}_external | Fam Zheng |
2015-10-23 | aio: Add "is_external" flag for event handlers | Fam Zheng |
2015-10-23 | throttle: Remove throttle_group_lock/unlock() | Alberto Garcia |
2015-10-23 | block: Add BlockBackendRootState | Max Reitz |
2015-10-23 | block/throttle-groups: Make incref/decref public | Max Reitz |
2015-10-23 | block: Move I/O status and error actions into BB | Max Reitz |
2015-10-23 | block: Move BlockAcctStats into BlockBackend | Max Reitz |
2015-10-23 | block: Remove wr_highest_sector from BlockAcctStats | Max Reitz |
2015-10-23 | block: Move guest_block_size into BlockBackend | Max Reitz |
2015-10-23 | block: Make bdrv_is_inserted() return a bool | Max Reitz |
2015-10-20 | coroutine: move into libqemuutil.a library | Daniel P. Berrange |
2015-10-16 | block: Remove bdrv_swap() | Kevin Wolf |
2015-10-16 | block: Add and use bdrv_replace_in_backing_chain() | Kevin Wolf |
2015-10-16 | blockjob: Store device name at job creation | Kevin Wolf |
2015-10-16 | block: Introduce parents list | Kevin Wolf |
2015-10-16 | block-backend: Add blk_set_bs() | Kevin Wolf |
2015-10-16 | block/io: Make bdrv_requests_pending() public | Kevin Wolf |
2015-10-16 | block: Manage backing file references in bdrv_set_backing_hd() | Kevin Wolf |
2015-10-16 | block: Convert bs->backing_hd to BdrvChild | Kevin Wolf |
2015-10-16 | block: Remove bdrv_open_image() | Kevin Wolf |
2015-10-16 | block: Convert bs->file to BdrvChild | Kevin Wolf |
2015-10-16 | block: Introduce BDS.file_child | Kevin Wolf |
2015-09-25 | block: Introduce a new API bdrv_co_no_copy_on_readv() | Wen Congyang |
2015-09-14 | block: Allow specifying driver-specific options to reopen | Kevin Wolf |
2015-09-14 | block: Drop bdrv_find_whitelisted_format() | Max Reitz |
2015-09-14 | block: Drop drv parameter from bdrv_open() | Max Reitz |
2015-09-11 | typofixes - v4 | Veres Lajos |