summaryrefslogtreecommitdiff
path: root/block/mirror.c
AgeCommit message (Expand)Author
2026-05-19block: Add flags parameter to blk_*_pdiscard()Kevin Wolf
2026-03-17block/mirror: fix assertion failure upon duplicate complete for job using 're...Fiona Ebner
2026-03-04mirror: Fix missed dirty bitmap writes during startupKevin Wolf
2026-02-12block/mirror: check range when setting zero bitmap for sync writeFiona Ebner
2025-07-14block: drop wrapper for bdrv_set_backing_hd_drained()Fiona Ebner
2025-07-14block/mirror: switch to bdrv_set_backing_hd_drained() variantFiona Ebner
2025-07-14block: add bdrv_graph_wrlock_drained() convenience wrapperFiona Ebner
2025-06-04block: move drain outside of bdrv_root_attach_child()Fiona Ebner
2025-05-14mirror: Reduce I/O when destination is detect-zeroes:unmapEric Blake
2025-05-14mirror: Skip writing zeroes when target is already zeroEric Blake
2025-05-14mirror: Skip pre-zeroing destination if it is already zeroEric Blake
2025-05-14mirror: Drop redundant zero_target parameterEric Blake
2025-05-14mirror: Allow QMP override to declare target already zeroEric Blake
2025-05-14mirror: Pass full sync mode rather than bool to internalsEric Blake
2025-05-14mirror: Minor refactoringEric Blake
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé
2024-10-02block/mirror: fix -Werror=maybe-uninitialized false-positiveMarc-André Lureau
2024-10-02block/mirror: fix -Werror=maybe-uninitialized false-positiveMarc-André Lureau
2024-05-28blockcommit: Reopen base image as RO after abortAlexander Ivanov
2024-03-18mirror: Don't call job_pause_point() under graph lockKevin Wolf
2023-12-21block: remove AioContext lockingStefan Hajnoczi
2023-12-21graph-lock: remove AioContext lockingStefan Hajnoczi
2023-11-21block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf
2023-11-08block: Protect bs->backing with graph_lockKevin Wolf
2023-11-07block: Mark bdrv_replace_node() GRAPH_WRLOCKKevin Wolf
2023-11-07block: Mark bdrv_(un)freeze_backing_chain() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark bdrv_skip_filters() and callers GRAPH_RDLOCKKevin Wolf
2023-11-07block: Mark block_job_add_bdrv() GRAPH_WRLOCKKevin Wolf
2023-10-31mirror: return mirror-specific information upon queryFiona Ebner
2023-10-31mirror: implement mirror_change methodFiona Ebner
2023-10-31block/mirror: determine copy_to_target only onceFiona Ebner
2023-10-31block/mirror: move dirty bitmap to filterFiona Ebner
2023-10-31block/mirror: set actively_synced even after the job is readyFiona Ebner
2023-10-12block: convert more bdrv_is_allocated* and bdrv_block_status* calls to corout...Paolo Bonzini
2023-09-20block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCKKevin Wolf
2023-09-08block: spelling fixesMichael Tokarev
2023-08-30block/io: align requests to subcluster_sizeAndrey Drobyshev
2023-05-30mirror: Hold main AioContext lock for calling bdrv_open_backing_file()Kevin Wolf
2023-05-19blockjob: Adhere to rate limit even when reentered earlyKevin Wolf
2023-05-10block: Mark bdrv_recurse_can_replace() and callers GRAPH_RDLOCKKevin Wolf
2023-05-10block: Mark bdrv_co_get_info() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-05-10mirror: Require GRAPH_RDLOCK for accessing a node's parent listKevin Wolf
2023-05-10block: add missing coroutine_fn annotationsPaolo Bonzini
2023-04-25mirror: make mirror_flush a coroutine_fn, do not use co_wrappersPaolo Bonzini
2023-02-24Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell
2023-02-23block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-02-23block: Mark bdrv_co_flush() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito