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
/
backup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-12
block: Mark bdrv_get_parent_name() and callers GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+1
2023-02-24
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Peter Maydell
1
-0
/
+3
2023-02-23
block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+3
2023-02-23
error: Drop superfluous #include "qapi/qmp/qerror.h"
Markus Armbruster
1
-1
/
+0
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
1
-0
/
+1
2022-10-27
backup: remove incorrect coroutine_fn annotation
Alberto Faria
1
-1
/
+1
2022-06-24
block: simplify handling of try to merge different sized bitmaps
Vladimir Sementsov-Ogievskiy
1
-4
/
+2
2022-03-04
assertions for block_int global state API
Emanuele Giuseppe Esposito
1
-0
/
+1
2021-10-07
jobs: Give Job.force_cancel more meaning
Hanna Reitz
1
-1
/
+2
2021-10-05
block/backup: avoid integer overflow of `max-workers`
Stefano Garzarella
1
-2
/
+2
2021-09-01
block/copy-before-write: initialize block-copy bitmap
Vladimir Sementsov-Ogievskiy
1
-9
/
+7
2021-09-01
block/copy-before-write: bdrv_cbw_append(): drop unused compress arg
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-09-01
block/backup: move cluster size calculation to block-copy
Vladimir Sementsov-Ogievskiy
1
-53
/
+9
2021-09-01
block/backup: set copy_range and compress after filter insertion
Vladimir Sementsov-Ogievskiy
1
-1
/
+2
2021-09-01
block-copy: move detecting fleecing scheme to block-copy
Vladimir Sementsov-Ogievskiy
1
-20
/
+1
2021-09-01
block: rename backup-top to copy-before-write
Vladimir Sementsov-Ogievskiy
1
-11
/
+11
2021-05-14
mirror: stop cancelling in-flight requests on non-force cancel in READY
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-03-08
backup: Remove nodes from job in .clean()
Max Reitz
1
-0
/
+1
2021-02-12
block/backup: implement .cancel job handler
Vladimir Sementsov-Ogievskiy
1
-0
/
+10
2021-01-26
backup: move to block-copy
Vladimir Sementsov-Ogievskiy
1
-67
/
+120
2021-01-26
block/backup: drop extra gotos from backup_run()
Vladimir Sementsov-Ogievskiy
1
-7
/
+5
2021-01-26
qapi: backup: add max-chunk and max-workers to x-perf struct
Vladimir Sementsov-Ogievskiy
1
-5
/
+23
2021-01-26
block/block-copy: add ratelimit to block-copy
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-01-26
qapi: backup: add perf.use-copy-range parameter
Vladimir Sementsov-Ogievskiy
1
-1
/
+5
2020-09-07
backup: Deal with filters
Max Reitz
1
-4
/
+5
2020-05-08
backup: Make sure that source and target size match
Kevin Wolf
1
-1
/
+13
2020-05-08
backup: Improve error for bdrv_getlength() failure
Kevin Wolf
1
-2
/
+2
2020-04-07
backup: don't acquire aio_context in backup_clean
Stefan Reiter
1
-4
/
+0
2020-03-11
block/block-copy: hide structure definitions
Vladimir Sementsov-Ogievskiy
1
-12
/
+13
2020-03-11
block/block-copy: fix progress calculation
Vladimir Sementsov-Ogievskiy
1
-11
/
+2
2020-01-27
block/backup-top: Don't acquire context while dropping top
Sergio Lopez
1
-0
/
+3
2019-10-25
block/backup: drop dead code from backup_job_create
Vladimir Sementsov-Ogievskiy
1
-4
/
+1
2019-10-17
block/dirty-bitmap: add bs link
Vladimir Sementsov-Ogievskiy
1
-4
/
+4
2019-10-10
block/backup: use backup-top instead of write notifiers
Vladimir Sementsov-Ogievskiy
1
-48
/
+25
2019-10-10
block/block-copy: split block_copy_set_callbacks function
Vladimir Sementsov-Ogievskiy
1
-2
/
+4
2019-10-10
block/backup: move write_flags calculation inside backup_job_create
Vladimir Sementsov-Ogievskiy
1
-15
/
+15
2019-10-10
block/backup: move in-flight requests handling from backup to block-copy
Vladimir Sementsov-Ogievskiy
1
-52
/
+0
2019-10-10
block: move block_copy from block/backup.c to separate file
Vladimir Sementsov-Ogievskiy
1
-354
/
+1
2019-10-10
block/backup: fix block-comment style
Vladimir Sementsov-Ogievskiy
1
-11
/
+21
2019-10-10
block/backup: introduce BlockCopyState
Vladimir Sementsov-Ogievskiy
1
-137
/
+233
2019-10-10
block/backup: improve comment about image fleecing
Vladimir Sementsov-Ogievskiy
1
-3
/
+12
2019-10-10
block/backup: split shareable copying part from backup_do_cow
Vladimir Sementsov-Ogievskiy
1
-15
/
+32
2019-10-10
block/backup: fix backup_cow_with_offload for last cluster
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-10-10
block/backup: fix max_transfer handling for copy_range
Vladimir Sementsov-Ogievskiy
1
-4
/
+11
2019-09-10
job: drop job_drain
Vladimir Sementsov-Ogievskiy
1
-18
/
+1
2019-08-27
block: define .*_part io handlers in BlockDriver
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-08-16
block/backup: refactor write_flags
Vladimir Sementsov-Ogievskiy
1
-12
/
+12
2019-08-16
block/backup: deal with zero detection
Vladimir Sementsov-Ogievskiy
1
-9
/
+6
2019-08-16
block/backup: support bitmap sync modes for non-bitmap backups
John Snow
1
-7
/
+1
2019-08-16
block/backup: teach TOP to never copy unallocated regions
John Snow
1
-9
/
+70
[next]