index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
replication.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: remove AioContext locking
Stefan Hajnoczi
2023-12-21
1
-55
/
+3
*
graph-lock: remove AioContext locking
Stefan Hajnoczi
2023-12-21
1
-7
/
+7
*
block: Fix deadlocks in bdrv_graph_wrunlock()
Kevin Wolf
2023-11-21
1
-5
/
+5
*
block: Protect bs->file with graph_lock
Kevin Wolf
2023-11-08
1
-1
/
+4
*
block: Protect bs->backing with graph_lock
Kevin Wolf
2023-11-08
1
-1
/
+6
*
block: Protect bs->children with graph_lock
Kevin Wolf
2023-10-12
1
-1
/
+2
*
qcow2: Mark qcow2_signal_corruption() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
1
-1
/
+7
*
block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCK
Kevin Wolf
2023-10-12
1
-2
/
+8
*
block: convert more bdrv_is_allocated* and bdrv_block_status* calls to corout...
Paolo Bonzini
2023-10-12
1
-4
/
+4
*
block: Mark bdrv_unref_child() GRAPH_WRLOCK
Kevin Wolf
2023-09-20
1
-0
/
+3
*
block: Mark bdrv_attach_child() GRAPH_WRLOCK
Kevin Wolf
2023-09-20
1
-0
/
+6
*
block: remove has_variable_length from filters
Paolo Bonzini
2023-04-11
1
-1
/
+0
*
block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-1
/
+2
*
block: Mark public read/write functions GRAPH_RDLOCK
Kevin Wolf
2023-02-23
1
-9
/
+6
*
block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2023-02-01
1
-3
/
+3
*
block: Drain individual nodes during reopen
Kevin Wolf
2022-12-15
1
-6
/
+0
*
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2022-10-30
1
-5
/
+3
|
\
|
*
block: introduce bdrv_open_file_child() helper
Vladimir Sementsov-Ogievskiy
2022-10-27
1
-5
/
+3
*
|
block: add BDRV_REQ_REGISTERED_BUF request flag
Stefan Hajnoczi
2022-10-26
1
-1
/
+0
|
/
*
job.c: enable job lock/unlock and remove Aiocontext locks
Emanuele Giuseppe Esposito
2022-10-07
1
-0
/
+2
*
jobs: protect job.aio_context with BQL and job_mutex
Emanuele Giuseppe Esposito
2022-10-07
1
-0
/
+1
*
job: @force parameter for job_cancel_sync()
Hanna Reitz
2021-10-07
1
-2
/
+2
*
replication: Remove workaround
Lukas Straub
2021-07-20
1
-11
/
+1
*
replication: Properly attach children
Lukas Straub
2021-07-20
1
-3
/
+27
*
replication: Reduce usage of s->hidden_disk and s->secondary_disk
Lukas Straub
2021-07-20
1
-17
/
+28
*
replication: Remove s->active_disk
Lukas Straub
2021-07-20
1
-17
/
+17
*
block: Acquire AioContexts during bdrv_reopen_multiple()
Kevin Wolf
2021-07-09
1
-0
/
+7
*
replication: move include out of root directory
Paolo Bonzini
2021-05-26
1
-1
/
+1
*
qapi: backup: add max-chunk and max-workers to x-perf struct
Vladimir Sementsov-Ogievskiy
2021-01-26
1
-1
/
+1
*
qapi: backup: add perf.use-copy-range parameter
Vladimir Sementsov-Ogievskiy
2021-01-26
1
-0
/
+2
*
error: Reduce unnecessary error propagation
Markus Armbruster
2020-07-10
1
-2
/
+1
*
error: Eliminate error_propagate() manually
Markus Armbruster
2020-07-10
1
-3
/
+1
*
error: Avoid unnecessary error_propagate() after error_setg()
Markus Armbruster
2020-07-10
1
-6
/
+5
*
qemu-option: Use returned bool to check for failure
Markus Armbruster
2020-07-10
1
-2
/
+1
*
block: Drop @child_class from bdrv_child_perm()
Max Reitz
2020-05-18
1
-1
/
+0
*
block: Make filter drivers use child_of_bds
Max Reitz
2020-05-18
1
-1
/
+2
*
block: Pass BdrvChildRole to bdrv_child_perm()
Max Reitz
2020-05-18
1
-0
/
+1
*
block: Add BdrvChildRole to BdrvChild
Max Reitz
2020-05-18
1
-1
/
+1
*
block: Rename BdrvChildRole to BdrvChildClass
Max Reitz
2020-05-18
1
-1
/
+1
*
block: Use bdrv_make_empty() where possible
Max Reitz
2020-05-18
1
-2
/
+1
*
replication: Avoid blk_make_empty() on read-only child
Kevin Wolf
2020-05-18
1
-2
/
+11
*
block/replication.c: Avoid cancelling the job twice
Lukas Straub
2020-05-18
1
-0
/
+2
*
various: Remove suspicious '\' character outside of #define in C code
Philippe Mathieu-Daudé
2020-04-29
1
-2
/
+2
*
replication: assert we own context before job_cancel_sync
Stefan Reiter
2020-04-07
1
-1
/
+4
*
block/replication.c: Ignore requests after failover
Lukas Straub
2020-03-03
1
-1
/
+34
*
block: Remove bdrv_recurse_is_first_non_filter()
Max Reitz
2020-02-18
1
-7
/
+0
*
block/backup: use backup-top instead of write notifiers
Vladimir Sementsov-Ogievskiy
2019-10-10
1
-1
/
+1
*
block/backup: Add mirror sync mode 'bitmap'
John Snow
2019-08-16
1
-1
/
+1
*
block: include base when checking image chain for block allocation
Andrey Shinkevich
2019-07-02
1
-1
/
+1
*
block/replication: drop usage of bs->job
Vladimir Sementsov-Ogievskiy
2019-06-18
1
-9
/
+12
[next]