| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | block: Introduce BdrvChild.parent_quiesce_counter | Max Reitz | 2019-07-19 | 1 | -0/+9 |
* | block: Add BDS.never_freeze | Max Reitz | 2019-07-15 | 1 | -0/+3 |
* | block: Add bdrv_child_refresh_perms() | Max Reitz | 2019-06-18 | 1 | -0/+15 |
* | block: drop bs->job | Vladimir Sementsov-Ogievskiy | 2019-06-18 | 1 | -3/+0 |
* | block/replication: drop usage of bs->job | Vladimir Sementsov-Ogievskiy | 2019-06-18 | 1 | -6/+6 |
* | block: Adjust AioContexts when attaching nodes | Kevin Wolf | 2019-06-04 | 1 | -0/+1 |
* | block: Propagate AioContext change to parents | Kevin Wolf | 2019-05-20 | 1 | -0/+1 |
* | block: Make bdrv_attach/detach_aio_context() static | Kevin Wolf | 2019-05-20 | 1 | -21/+0 |
* | block: Add bdrv_try_set_aio_context() | Kevin Wolf | 2019-05-20 | 1 | -0/+3 |
* | block: introduce byte-based io helpers | Vladimir Sementsov-Ogievskiy | 2019-04-30 | 1 | -0/+16 |
* | block: Add a 'mutable_opts' field to BlockDriver | Alberto Garcia | 2019-03-12 | 1 | -0/+8 |
* | block: Allow freezing BdrvChild links | Alberto Garcia | 2019-03-12 | 1 | -0/+6 |
* | qcow2: Implement data-file-raw create option | Kevin Wolf | 2019-03-08 | 1 | -0/+1 |
* | qcow2: Creating images with external data file | Kevin Wolf | 2019-03-08 | 1 | -0/+1 |
* | block: Purify .bdrv_refresh_filename() | Max Reitz | 2019-02-25 | 1 | -1/+5 |
* | block: Add BlockDriver.bdrv_gather_child_options | Max Reitz | 2019-02-25 | 1 | -0/+24 |
* | block: Add strong_runtime_opts to BlockDriver | Max Reitz | 2019-02-25 | 1 | -0/+7 |
* | block: Add bdrv_dirname() | Max Reitz | 2019-02-25 | 1 | -0/+7 |
* | block: Add BDS.auto_backing_file | Max Reitz | 2019-02-25 | 1 | -0/+4 |
* | block: fix bdrv_check_perm for non-tree subgraph | Vladimir Sementsov-Ogievskiy | 2019-02-25 | 1 | -0/+5 |
* | bdrv_query_image_info Error parameter added | Andrey Shinkevich | 2019-02-11 | 1 | -1/+2 |
* | dirty-bitmap: rename bdrv_undo_clear_dirty_bitmap | Vladimir Sementsov-Ogievskiy | 2018-10-29 | 1 | -1/+1 |
* | block: Use a single global AioWait | Kevin Wolf | 2018-09-25 | 1 | -3/+0 |
* | block/stream: add block job creation flags | John Snow | 2018-09-25 | 1 | -1/+4 |
* | block/mirror: add block job creation flags | John Snow | 2018-09-25 | 1 | -1/+4 |
* | block/commit: add block job creation flags | John Snow | 2018-09-25 | 1 | -1/+4 |
* | block: Use uint64_t for BdrvTrackedRequest byte fields | Fam Zheng | 2018-07-10 | 1 | -2/+2 |
* | block: split flags in copy_range | Vladimir Sementsov-Ogievskiy | 2018-07-10 | 1 | -4/+10 |
* | block: Poll after drain on attaching a node | Kevin Wolf | 2018-07-10 | 1 | -0/+3 |
* | block: Use tracked request for truncate | Kevin Wolf | 2018-06-29 | 1 | -0/+1 |
* | block: Move bdrv_truncate() implementation to io.c | Kevin Wolf | 2018-06-29 | 1 | -0/+2 |
* | block: Convert .bdrv_truncate callback to coroutine_fn | Kevin Wolf | 2018-06-29 | 1 | -2/+2 |
* | block/mirror: Add copy mode QAPI interface | Max Reitz | 2018-06-18 | 1 | -1/+3 |
* | block: Allow graph changes in bdrv_drain_all_begin/end sections | Kevin Wolf | 2018-06-18 | 1 | -0/+1 |
* | block: ignore_bds_parents parameter for drain functions | Kevin Wolf | 2018-06-18 | 1 | -0/+6 |
* | block: Really pause block jobs on drain | Kevin Wolf | 2018-06-18 | 1 | -0/+7 |
* | block: Add Error parameter to bdrv_amend_options | Max Reitz | 2018-06-11 | 1 | -1/+2 |
* | block: Introduce API for copy offloading | Fam Zheng | 2018-06-01 | 1 | -0/+38 |
* | job: Switch transactions to JobTxn | Kevin Wolf | 2018-05-23 | 1 | -1/+1 |
* | block: Document BDRV_REQ_WRITE_UNCHANGED support | Max Reitz | 2018-05-15 | 1 | -2/+16 |
* | block: Merge .bdrv_co_writev{,_flags} in drivers | Eric Blake | 2018-05-15 | 1 | -2/+0 |
* | block: Drop last of the sector-based aio callbacks | Eric Blake | 2018-05-15 | 1 | -6/+0 |
* | block: Support byte-based aio callbacks | Eric Blake | 2018-05-15 | 1 | -0/+6 |
* | include/block/block_int: Document protocol related functions | Fabiano Rosas | 2018-03-26 | 1 | -0/+8 |
* | block: x-blockdev-create QMP command | Kevin Wolf | 2018-03-09 | 1 | -1/+4 |
* | block: convert bdrv_check callback to coroutine_fn | Paolo Bonzini | 2018-03-09 | 1 | -2/+3 |
* | block: convert bdrv_invalidate_cache callback to coroutine_fn | Paolo Bonzini | 2018-03-09 | 1 | -1/+2 |
* | block: rename .bdrv_create() to .bdrv_co_create_opts() | Stefan Hajnoczi | 2018-03-02 | 1 | -1/+2 |
* | block: extract AIO_WAIT_WHILE() from BlockDriverState | Stefan Hajnoczi | 2018-03-02 | 1 | -4/+3 |
* | block: Drop unused .bdrv_co_get_block_status() | Eric Blake | 2018-03-02 | 1 | -3/+0 |