summaryrefslogtreecommitdiffstats
path: root/block/commit.c
Commit message (Expand)AuthorAgeFilesLines
* commit: switch to *_co_* functionsAlberto Faria2022-10-271-1/+1
* block: BlockDriver: add .filtered_child_is_backing fieldVladimir Sementsov-Ogievskiy2022-10-271-0/+1
* block: Change blk_{pread,pwrite}() param orderAlberto Faria2022-07-121-2/+2
* block: Add a 'flags' param to blk_pread()Alberto Faria2022-07-121-1/+1
* osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-0/+1
* assertions for block_int global state APIEmanuele Giuseppe Esposito2022-03-041-0/+2
* assertions for block global state APIEmanuele Giuseppe Esposito2022-03-041-0/+2
* block: drop BLK_PERM_GRAPH_MODVladimir Sementsov-Ogievskiy2022-01-141-1/+0Star
* block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy2021-09-291-1/+1
* block/commit: use QEMU_AUTO_VFREEVladimir Sementsov-Ogievskiy2021-06-291-16/+9Star
* block: consistently use bdrv_is_read_only()Vladimir Sementsov-Ogievskiy2021-06-021-1/+1
* block: bdrv_append(): don't consume referenceVladimir Sementsov-Ogievskiy2021-04-301-0/+1
* block: use return status of bdrv_append()Vladimir Sementsov-Ogievskiy2021-02-121-4/+2Star
* block: Return depth level during bdrv_is_allocated_aboveEric Blake2020-10-301-1/+1
* block: Inline bdrv_co_block_status_from_*()Max Reitz2020-09-071-1/+0Star
* commit: Deal with filtersMax Reitz2020-09-071-24/+70
* block: Drop @child_class from bdrv_child_perm()Max Reitz2020-05-181-1/+0Star
* block: Pass BdrvChildRole to bdrv_child_perm()Max Reitz2020-05-181-0/+1
* block: Rename BdrvChildRole to BdrvChildClassMax Reitz2020-05-181-1/+1
* block: Mark commit, mirror, blkreplay as filtersMax Reitz2020-05-181-0/+2
* block: Use blk_make_empty() after commitsMax Reitz2020-05-181-7/+9
* block-backend: Add flags to blk_truncate()Kevin Wolf2020-04-301-2/+2
* commit: Fix is_read for block_job_error_action()Kevin Wolf2020-02-181-1/+6
* commit: Inline commit_populate()Kevin Wolf2020-02-181-22/+6Star
* commit: Fix argument order for block_job_error_action()Kevin Wolf2020-02-181-1/+1
* commit: Remove unused bytes_writtenKevin Wolf2020-02-181-2/+0Star
* block: Add @exact parameter to bdrv_co_truncate()Max Reitz2019-10-281-2/+3
* job: drop job_drainVladimir Sementsov-Ogievskiy2019-09-101-1/+0Star
* block-backend: Queue requests while drainedKevin Wolf2019-08-161-0/+2
* block: Add BDS.never_freezeMax Reitz2019-07-151-0/+4
* block: include base when checking image chain for block allocationAndrey Shinkevich2019-07-021-1/+1
* block/commit: Drop bdrv_child_try_set_perm()Max Reitz2019-06-181-2/+0Star
* block: Remove wrong bdrv_set_aio_context() callsKevin Wolf2019-06-041-2/+0Star
* block: Add BlockBackend.ctxKevin Wolf2019-06-041-4/+7
* commit: Use bdrv_append() in commit_start()Alberto Garcia2019-05-071-10/+1Star
* commit: Make base read-only if there is an early failureAlberto Garcia2019-04-301-0/+3
* block/commit: use buffer-based ioVladimir Sementsov-Ogievskiy2019-04-301-3/+2Star
* block: Freeze the backing chain for the duration of the commit jobAlberto Garcia2019-03-121-0/+16
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2019-02-261-3/+4
|\
| * block: Purify .bdrv_refresh_filename()Max Reitz2019-02-251-1/+1
| * block: Use children list in bdrv_refresh_filenameMax Reitz2019-02-251-1/+0Star
| * commit: Replace commit_top_bs on failure after deleting the block jobAlberto Garcia2019-02-251-1/+3
* | block/commit: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy2019-02-221-6/+1Star
|/
* block: Use bdrv_reopen_set_read_only() in bdrv_commit()Alberto Garcia2018-12-141-4/+3Star
* block: Use bdrv_reopen_set_read_only() in commit_start/complete()Alberto Garcia2018-12-141-10/+6Star
* block/commit: refactor commit to use job callbacksJohn Snow2018-09-251-41/+51
* block/commit: add block job creation flagsJohn Snow2018-09-251-2/+3
* block/commit: utilize job_exit shimJohn Snow2018-08-311-17/+5Star
* jobs: canonize Error objectJohn Snow2018-08-311-1/+1
* jobs: change start callback to run callbackJohn Snow2018-08-311-3/+4