index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
mirror.c
Age
Commit message (
Expand
)
Author
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
2023-02-23
block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
mirror: Fix access of uninitialised fields during start
Kevin Wolf
2023-02-23
error: Drop superfluous #include "qapi/qmp/qerror.h"
Markus Armbruster
2023-02-01
block: Convert bdrv_get_info() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
2022-11-10
block/mirror: Fix NULL s->job in active writes
Hanna Reitz
2022-11-10
block/mirror: Drop mirror_wait_for_any_operation()
Hanna Reitz
2022-11-10
block/mirror: Do not wait for active writes
Hanna Reitz
2022-10-30
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2022-10-27
mirror: switch to *_co_* functions
Alberto Faria
2022-10-27
block: BlockDriver: add .filtered_child_is_backing field
Vladimir Sementsov-Ogievskiy
2022-10-26
block: add BDRV_REQ_REGISTERED_BUF request flag
Stefan Hajnoczi
2022-10-07
blockjob: protect iostatus field in BlockJob struct
Emanuele Giuseppe Esposito
2022-10-07
block/mirror.c: use of job helpers in drivers
Emanuele Giuseppe Esposito
2022-06-29
block: use 'unsigned' for in_flight field on driver state
Denis V. Lunev
[next]