summaryrefslogtreecommitdiff
path: root/block/commit.c
AgeCommit message (Expand)Author
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2022-03-04assertions for block_int global state APIEmanuele Giuseppe Esposito
2022-03-04assertions for block global state APIEmanuele Giuseppe Esposito
2022-01-14block: drop BLK_PERM_GRAPH_MODVladimir Sementsov-Ogievskiy
2021-09-29block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy
2021-06-29block/commit: use QEMU_AUTO_VFREEVladimir Sementsov-Ogievskiy
2021-06-02block: consistently use bdrv_is_read_only()Vladimir Sementsov-Ogievskiy
2021-04-30block: bdrv_append(): don't consume referenceVladimir Sementsov-Ogievskiy
2021-02-12block: use return status of bdrv_append()Vladimir Sementsov-Ogievskiy
2020-10-30block: Return depth level during bdrv_is_allocated_aboveEric Blake
2020-09-07block: Inline bdrv_co_block_status_from_*()Max Reitz
2020-09-07commit: Deal with filtersMax Reitz
2020-05-18block: Drop @child_class from bdrv_child_perm()Max Reitz
2020-05-18block: Pass BdrvChildRole to bdrv_child_perm()Max Reitz
2020-05-18block: Rename BdrvChildRole to BdrvChildClassMax Reitz
2020-05-18block: Mark commit, mirror, blkreplay as filtersMax Reitz
2020-05-18block: Use blk_make_empty() after commitsMax Reitz
2020-04-30block-backend: Add flags to blk_truncate()Kevin Wolf
2020-02-18commit: Fix is_read for block_job_error_action()Kevin Wolf
2020-02-18commit: Inline commit_populate()Kevin Wolf
2020-02-18commit: Fix argument order for block_job_error_action()Kevin Wolf
2020-02-18commit: Remove unused bytes_writtenKevin Wolf
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz
2019-09-10job: drop job_drainVladimir Sementsov-Ogievskiy
2019-08-16block-backend: Queue requests while drainedKevin Wolf
2019-07-15block: Add BDS.never_freezeMax Reitz
2019-07-02block: include base when checking image chain for block allocationAndrey Shinkevich
2019-06-18block/commit: Drop bdrv_child_try_set_perm()Max Reitz
2019-06-04block: Remove wrong bdrv_set_aio_context() callsKevin Wolf
2019-06-04block: Add BlockBackend.ctxKevin Wolf
2019-05-07commit: Use bdrv_append() in commit_start()Alberto Garcia
2019-04-30commit: Make base read-only if there is an early failureAlberto Garcia
2019-04-30block/commit: use buffer-based ioVladimir Sementsov-Ogievskiy
2019-03-12block: Freeze the backing chain for the duration of the commit jobAlberto Garcia
2019-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2019-02-25block: Purify .bdrv_refresh_filename()Max Reitz
2019-02-25block: Use children list in bdrv_refresh_filenameMax Reitz
2019-02-25commit: Replace commit_top_bs on failure after deleting the block jobAlberto Garcia
2019-02-22block/commit: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy
2018-12-14block: Use bdrv_reopen_set_read_only() in bdrv_commit()Alberto Garcia
2018-12-14block: Use bdrv_reopen_set_read_only() in commit_start/complete()Alberto Garcia
2018-09-25block/commit: refactor commit to use job callbacksJohn Snow
2018-09-25block/commit: add block job creation flagsJohn Snow
2018-08-31block/commit: utilize job_exit shimJohn Snow
2018-08-31jobs: canonize Error objectJohn Snow
2018-08-31jobs: change start callback to run callbackJohn Snow
2018-08-15block: drop empty .bdrv_close handlersVladimir Sementsov-Ogievskiy
2018-05-30job: Add error message for failing jobsKevin Wolf
2018-05-23job: Move progress fields to JobKevin Wolf
2018-05-23job: Move completion and cancellation to JobKevin Wolf