index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
replication.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
block: Make bdrv_{copy_on_read,crypto_luks,replication} static
Alberto Garcia
2019-03-19
1
-1
/
+1
*
block: Remove the AioContext parameter from bdrv_reopen_multiple()
Alberto Garcia
2019-03-12
1
-2
/
+1
*
block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()
Alberto Garcia
2019-03-12
1
-2
/
+2
*
block: Add strong_runtime_opts to BlockDriver
Max Reitz
2019-02-25
1
-0
/
+8
*
block: Use bdrv_refresh_filename() to pull
Max Reitz
2019-02-25
1
-2
/
+0
*
block: Remove flags parameter from bdrv_reopen_queue()
Alberto Garcia
2018-12-14
1
-4
/
+2
*
block: Clean up reopen_backing_file() in block/replication.c
Alberto Garcia
2018-12-14
1
-24
/
+21
*
block/replication: drop extra synchronization
Vladimir Sementsov-Ogievskiy
2018-12-14
1
-23
/
+1
*
replication: Switch to byte-based calls
Eric Blake
2018-06-29
1
-6
/
+8
*
job: Move completion and cancellation to Job
Kevin Wolf
2018-05-23
1
-2
/
+2
*
job: Move BlockJobCreateFlags to Job
Kevin Wolf
2018-05-23
1
-2
/
+2
*
job: Move coroutine and related code to Job
Kevin Wolf
2018-05-23
1
-1
/
+1
*
block: Merge .bdrv_co_writev{,_flags} in drivers
Eric Blake
2018-05-15
1
-1
/
+3
*
block/replication: Remove protocol_name field
Fabiano Rosas
2018-03-26
1
-1
/
+0
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
1
-1
/
+1
*
block: Keep nodes drained between reopen_queue/multiple
Kevin Wolf
2017-12-22
1
-0
/
+6
*
block: Guard against NULL bs->drv
Max Reitz
2017-11-17
1
-0
/
+15
*
replication: Fix replication open fail
Wang Guang
2017-11-17
1
-4
/
+7
*
block: Add reopen_queue to bdrv_child_perm()
Kevin Wolf
2017-09-26
1
-0
/
+1
*
block: Make bdrv_is_allocated_above() byte-based
Eric Blake
2017-07-10
1
-5
/
+12
[next]