aboutsummaryrefslogtreecommitdiff
path: root/block/stream.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-26stream: Allow users to request only format driver names in backing file formatPeter Krempa1-1/+9
2023-12-21graph-lock: remove AioContext lockingStefan Hajnoczi1-6/+6
2023-11-21stream: Fix AioContext locking during bdrv_graph_wrlock()Kevin Wolf1-2/+2
2023-11-21block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf1-4/+4
2023-11-07block: Mark bdrv_set_backing_hd_drained() GRAPH_WRLOCKKevin Wolf1-0/+2
2023-11-07block: Mark bdrv_cow_child() and callers GRAPH_RDLOCKKevin Wolf1-1/+1
2023-11-07block: Mark bdrv_(un)freeze_backing_chain() and callers GRAPH_RDLOCKKevin Wolf1-5/+11
2023-11-07block: Mark bdrv_skip_filters() and callers GRAPH_RDLOCKKevin Wolf1-8/+14
2023-11-07block: Mark bdrv_filter_or_cow_bs() and callers GRAPH_RDLOCKKevin Wolf1-0/+4
2023-11-07block: Mark block_job_add_bdrv() GRAPH_WRLOCKKevin Wolf1-0/+4
2023-11-07block: Mark bdrv_filter_bs() and callers GRAPH_RDLOCKKevin Wolf1-0/+2
2023-10-12block: convert more bdrv_is_allocated* and bdrv_block_status* calls to corout...Paolo Bonzini1-4/+4
2023-09-29block: Clean up local variable shadowingMarkus Armbruster1-1/+0
2023-09-20block: Mark bdrv_attach_child_common() GRAPH_WRLOCKKevin Wolf1-5/+15
2023-05-19blockjob: Adhere to rate limit even when reentered earlyKevin Wolf1-5/+2
2023-02-24Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell1-17/+23
2023-02-23block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCKKevin Wolf1-3/+5
2023-02-23block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCKKevin Wolf1-14/+18
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster1-1/+0
2022-12-15stream: Replace subtree drain with a single node drainKevin Wolf1-10/+16
2022-03-29block/stream: Drain subtree around graph changeHanna Reitz1-1/+14
2022-03-04assertions for block_int global state APIEmanuele Giuseppe Esposito1-0/+2
2021-12-28block/stream: add own blkVladimir Sementsov-Ogievskiy1-6/+18
2021-11-16stream: Traverse graph after modificationHanna Reitz1-2/+5
2021-03-19stream: Don't crash when node permission is deniedKevin Wolf1-4/+11
2021-01-26block: apply COR-filter to block-stream jobsAndrey Shinkevich1-43/+62
2021-01-26block/stream: add s->target_bsVladimir Sementsov-Ogievskiy1-13/+10
2021-01-26qapi: block-stream: add "bottom" argumentVladimir Sementsov-Ogievskiy1-16/+34
2021-01-26stream: rework backing-file changingAndrey Shinkevich1-4/+5
2021-01-26qapi: add filter-node-name to block-streamAndrey Shinkevich1-1/+3
2020-10-30block: Return depth level during bdrv_is_allocated_aboveEric Blake1-1/+1
2020-09-07stream: Deal with filtersMax Reitz1-17/+46
2020-07-14block: Add support to warn on backing file change without formatEric Blake1-1/+1
2020-03-09block/stream: Remove redundant statement in stream_run()Chen Qun1-2/+1
2019-09-10job: drop job_drainVladimir Sementsov-Ogievskiy1-1/+0
2019-08-15block/stream: use BDRV_REQ_PREFETCHVladimir Sementsov-Ogievskiy1-15/+9
2019-07-15block/stream: Swap backing file change orderMax Reitz1-1/+1
2019-07-15block/stream: Fix error pathMax Reitz1-1/+1
2019-07-02block/stream: introduce a bottom nodeAndrey Shinkevich1-20/+23
2019-07-02block/stream: refactor stream_run: drop gotoAndrey Shinkevich1-9/+4
2019-07-02block: include base when checking image chain for block allocationAndrey Shinkevich1-1/+1
2019-04-30block/stream: use buffer-based ioVladimir Sementsov-Ogievskiy1-3/+1
2019-04-02block: freeze the backing chain earlier in stream_start()Alberto Garcia1-6/+7
2019-03-12block: Freeze the backing chain for the duration of the stream jobAlberto Garcia1-0/+21
2019-02-22block/stream: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy1-6/+1
2018-12-14block: Use bdrv_reopen_set_read_only() in stream_start/complete()Alberto Garcia1-10/+10
2018-09-25block/stream: refactor stream to use job callbacksJohn Snow1-8/+15
2018-09-25block/stream: add block job creation flagsJohn Snow1-2/+3
2018-08-31jobs: utilize job_exit shimJohn Snow1-15/+7
2018-08-31jobs: canonize Error objectJohn Snow1-1/+1