index
:
riscv-gnu-toolchain/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-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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
replication.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-26
qapi: backup: add max-chunk and max-workers to x-perf struct
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-01-26
qapi: backup: add perf.use-copy-range parameter
Vladimir Sementsov-Ogievskiy
1
-0
/
+2
2020-07-10
error: Reduce unnecessary error propagation
Markus Armbruster
1
-2
/
+1
2020-07-10
error: Eliminate error_propagate() manually
Markus Armbruster
1
-3
/
+1
2020-07-10
error: Avoid unnecessary error_propagate() after error_setg()
Markus Armbruster
1
-6
/
+5
2020-07-10
qemu-option: Use returned bool to check for failure
Markus Armbruster
1
-2
/
+1
2020-05-18
block: Drop @child_class from bdrv_child_perm()
Max Reitz
1
-1
/
+0
2020-05-18
block: Make filter drivers use child_of_bds
Max Reitz
1
-1
/
+2
2020-05-18
block: Pass BdrvChildRole to bdrv_child_perm()
Max Reitz
1
-0
/
+1
2020-05-18
block: Add BdrvChildRole to BdrvChild
Max Reitz
1
-1
/
+1
2020-05-18
block: Rename BdrvChildRole to BdrvChildClass
Max Reitz
1
-1
/
+1
2020-05-18
block: Use bdrv_make_empty() where possible
Max Reitz
1
-2
/
+1
2020-05-18
replication: Avoid blk_make_empty() on read-only child
Kevin Wolf
1
-2
/
+11
2020-05-18
block/replication.c: Avoid cancelling the job twice
Lukas Straub
1
-0
/
+2
2020-04-29
various: Remove suspicious '\' character outside of #define in C code
Philippe Mathieu-Daudé
1
-2
/
+2
2020-04-07
replication: assert we own context before job_cancel_sync
Stefan Reiter
1
-1
/
+4
2020-03-03
block/replication.c: Ignore requests after failover
Lukas Straub
1
-1
/
+34
2020-02-18
block: Remove bdrv_recurse_is_first_non_filter()
Max Reitz
1
-7
/
+0
2019-10-10
block/backup: use backup-top instead of write notifiers
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-08-16
block/backup: Add mirror sync mode 'bitmap'
John Snow
1
-1
/
+1
2019-07-02
block: include base when checking image chain for block allocation
Andrey Shinkevich
1
-1
/
+1
2019-06-18
block/replication: drop usage of bs->job
Vladimir Sementsov-Ogievskiy
1
-9
/
+12
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-03-19
block: Make bdrv_{copy_on_read,crypto_luks,replication} static
Alberto Garcia
1
-1
/
+1
2019-03-12
block: Remove the AioContext parameter from bdrv_reopen_multiple()
Alberto Garcia
1
-2
/
+1
2019-03-12
block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()
Alberto Garcia
1
-2
/
+2
2019-02-25
block: Add strong_runtime_opts to BlockDriver
Max Reitz
1
-0
/
+8
2019-02-25
block: Use bdrv_refresh_filename() to pull
Max Reitz
1
-2
/
+0
2018-12-14
block: Remove flags parameter from bdrv_reopen_queue()
Alberto Garcia
1
-4
/
+2
2018-12-14
block: Clean up reopen_backing_file() in block/replication.c
Alberto Garcia
1
-24
/
+21
2018-12-14
block/replication: drop extra synchronization
Vladimir Sementsov-Ogievskiy
1
-23
/
+1
2018-06-29
replication: Switch to byte-based calls
Eric Blake
1
-6
/
+8
2018-05-23
job: Move completion and cancellation to Job
Kevin Wolf
1
-2
/
+2
2018-05-23
job: Move BlockJobCreateFlags to Job
Kevin Wolf
1
-2
/
+2
2018-05-23
job: Move coroutine and related code to Job
Kevin Wolf
1
-1
/
+1
2018-05-15
block: Merge .bdrv_co_writev{,_flags} in drivers
Eric Blake
1
-1
/
+3
2018-03-26
block/replication: Remove protocol_name field
Fabiano Rosas
1
-1
/
+0
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-1
/
+1
2017-12-22
block: Keep nodes drained between reopen_queue/multiple
Kevin Wolf
1
-0
/
+6
2017-11-17
block: Guard against NULL bs->drv
Max Reitz
1
-0
/
+15
2017-11-17
replication: Fix replication open fail
Wang Guang
1
-4
/
+7
2017-09-26
block: Add reopen_queue to bdrv_child_perm()
Kevin Wolf
1
-0
/
+1
2017-07-10
block: Make bdrv_is_allocated_above() byte-based
Eric Blake
1
-5
/
+12
2017-07-10
backup: Switch block_backup.h to byte-based
Eric Blake
1
-4
/
+8
2017-05-07
block: Make 'replication_state' an enum
Fam Zheng
1
-22
/
+22
2017-04-24
block: Make errp the last parameter of commit_active_start
Fam Zheng
1
-1
/
+1
2017-03-17
replication: clarify permissions
Changlong Xie
1
-1
/
+13
2017-02-28
commit: Add filter-node-name to block-commit
Kevin Wolf
1
-1
/
+1
2017-02-28
block: Request child permissions in filter drivers
Kevin Wolf
1
-0
/
+1
2017-02-24
block: Attach bs->file only during .bdrv_open()
Kevin Wolf
1
-0
/
+6
[next]