index
:
qemu/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-10.0
stable-10.1
stable-10.2
stable-11.0
stable-11.1
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-10.0
staging-10.1
staging-10.2
staging-11.0
staging-11.1
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
QEMU main repository
QEMU Owners
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
mirror.c
Age
Commit message (
Expand
)
Author
2026-05-19
block: Add flags parameter to blk_*_pdiscard()
Kevin Wolf
2026-03-17
block/mirror: fix assertion failure upon duplicate complete for job using 're...
Fiona Ebner
2026-03-04
mirror: Fix missed dirty bitmap writes during startup
Kevin Wolf
2026-02-12
block/mirror: check range when setting zero bitmap for sync write
Fiona Ebner
2025-07-14
block: drop wrapper for bdrv_set_backing_hd_drained()
Fiona Ebner
2025-07-14
block/mirror: switch to bdrv_set_backing_hd_drained() variant
Fiona Ebner
2025-07-14
block: add bdrv_graph_wrlock_drained() convenience wrapper
Fiona Ebner
2025-06-04
block: move drain outside of bdrv_root_attach_child()
Fiona Ebner
2025-05-14
mirror: Reduce I/O when destination is detect-zeroes:unmap
Eric Blake
2025-05-14
mirror: Skip writing zeroes when target is already zero
Eric Blake
2025-05-14
mirror: Skip pre-zeroing destination if it is already zero
Eric Blake
2025-05-14
mirror: Drop redundant zero_target parameter
Eric Blake
2025-05-14
mirror: Allow QMP override to declare target already zero
Eric Blake
2025-05-14
mirror: Pass full sync mode rather than bool to internals
Eric Blake
2025-05-14
mirror: Minor refactoring
Eric Blake
2024-12-20
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-10-02
block/mirror: fix -Werror=maybe-uninitialized false-positive
Marc-André Lureau
2024-10-02
block/mirror: fix -Werror=maybe-uninitialized false-positive
Marc-André Lureau
2024-05-28
blockcommit: Reopen base image as RO after abort
Alexander Ivanov
2024-03-18
mirror: Don't call job_pause_point() under graph lock
Kevin Wolf
2023-12-21
block: remove AioContext locking
Stefan Hajnoczi
2023-12-21
graph-lock: remove AioContext locking
Stefan Hajnoczi
2023-11-21
block: Fix deadlocks in bdrv_graph_wrunlock()
Kevin Wolf
2023-11-08
block: Protect bs->backing with graph_lock
Kevin Wolf
2023-11-07
block: Mark bdrv_replace_node() GRAPH_WRLOCK
Kevin Wolf
2023-11-07
block: Mark bdrv_(un)freeze_backing_chain() and callers GRAPH_RDLOCK
Kevin Wolf
2023-11-07
block: Mark bdrv_skip_filters() and callers GRAPH_RDLOCK
Kevin Wolf
2023-11-07
block: Mark block_job_add_bdrv() GRAPH_WRLOCK
Kevin Wolf
2023-10-31
mirror: return mirror-specific information upon query
Fiona Ebner
2023-10-31
mirror: implement mirror_change method
Fiona Ebner
2023-10-31
block/mirror: determine copy_to_target only once
Fiona Ebner
2023-10-31
block/mirror: move dirty bitmap to filter
Fiona Ebner
2023-10-31
block/mirror: set actively_synced even after the job is ready
Fiona Ebner
2023-10-12
block: convert more bdrv_is_allocated* and bdrv_block_status* calls to corout...
Paolo Bonzini
2023-09-20
block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCK
Kevin Wolf
2023-09-08
block: spelling fixes
Michael Tokarev
2023-08-30
block/io: align requests to subcluster_size
Andrey Drobyshev
2023-05-30
mirror: Hold main AioContext lock for calling bdrv_open_backing_file()
Kevin Wolf
2023-05-19
blockjob: Adhere to rate limit even when reentered early
Kevin Wolf
2023-05-10
block: Mark bdrv_recurse_can_replace() and callers GRAPH_RDLOCK
Kevin Wolf
2023-05-10
block: Mark bdrv_co_get_info() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-05-10
mirror: Require GRAPH_RDLOCK for accessing a node's parent list
Kevin Wolf
2023-05-10
block: add missing coroutine_fn annotations
Paolo Bonzini
2023-04-25
mirror: make mirror_flush a coroutine_fn, do not use co_wrappers
Paolo Bonzini
2023-02-24
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Peter Maydell
2023-02-23
block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark public read/write functions GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
block: Mark bdrv_co_flush() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
[next]