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
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
2019-08-16
block/backup: add backup_is_cluster_allocated
John Snow
1
-18
/
+44
2019-08-16
block/backup: centralize copy_bitmap initialization
John Snow
1
-14
/
+15
2019-08-16
block/backup: improve sync=bitmap work estimates
John Snow
1
-5
/
+3
2019-08-16
block/backup: hoist bitmap check into QMP interface
John Snow
1
-9
/
+4
2019-08-16
block/backup: loosen restriction on readonly bitmaps
John Snow
1
-0
/
+6
2019-08-16
block/backup: add 'always' bitmap sync policy
John Snow
1
-8
/
+19
2019-08-16
block/backup: upgrade copy_bitmap to BdrvDirtyBitmap
John Snow
1
-39
/
+43
2019-08-16
block/backup: add 'never' policy to bitmap sync mode
John Snow
1
-2
/
+5
2019-08-16
block/backup: Add mirror sync mode 'bitmap'
John Snow
1
-8
/
+12
2019-08-16
block-backend: Queue requests while drained
Kevin Wolf
1
-0
/
+1
2019-08-06
block/backup: disable copy_range for compressed backup
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-08-06
backup: Copy only dirty areas
Max Reitz
1
-2
/
+11
2019-06-04
block: Add BlockBackend.ctx
Kevin Wolf
1
-1
/
+2
2019-05-28
block/backup: refactor: split out backup_calculate_cluster_size
Vladimir Sementsov-Ogievskiy
1
-30
/
+52
2019-05-28
block/backup: unify different modes code path
Vladimir Sementsov-Ogievskiy
1
-33
/
+10
2019-05-28
block/backup: refactor and tolerate unallocated cluster skipping
Vladimir Sementsov-Ogievskiy
1
-37
/
+23
2019-05-28
block/backup: move to copy_bitmap with granularity
Vladimir Sementsov-Ogievskiy
1
-25
/
+23
2019-05-28
block/backup: simplify backup_incremental_init_copy_bitmap
Vladimir Sementsov-Ogievskiy
1
-28
/
+12
2019-05-20
blockjob: Propagate AioContext change to all job nodes
Kevin Wolf
1
-8
/
+0
2019-04-30
block/backup: use buffer-based io
Vladimir Sementsov-Ogievskiy
1
-8
/
+6
2019-02-22
block/backup: use qemu_iovec_init_buf
Vladimir Sementsov-Ogievskiy
1
-4
/
+1
2019-01-15
Revert "hbitmap: Add @advance param to hbitmap_iter_next()"
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-01-15
dirty-bitmap: improve bdrv_dirty_bitmap_next_zero
Vladimir Sementsov-Ogievskiy
1
-1
/
+2
2018-12-14
block/backup: drop unused synchronization interface
Vladimir Sementsov-Ogievskiy
1
-31
/
+7
2018-08-31
block/backup: make function variables consistently named
John Snow
1
-31
/
+31
2018-08-31
jobs: utilize job_exit shim
John Snow
1
-16
/
+0
2018-08-31
jobs: canonize Error object
John Snow
1
-1
/
+1
2018-08-31
jobs: change start callback to run callback
John Snow
1
-3
/
+4
2018-07-23
block: Fix typos in comments (found by codespell)
Stefan Weil
1
-2
/
+2
2018-07-10
block/backup: fix fleecing scheme: use serialized writes
Vladimir Sementsov-Ogievskiy
1
-6
/
+14
2018-07-10
block: split flags in copy_range
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2018-07-02
backup: Use copy offloading
Fam Zheng
1
-41
/
+109
2018-06-18
hbitmap: Add @advance param to hbitmap_iter_next()
Max Reitz
1
-1
/
+1
2018-05-30
job: Add error message for failing jobs
Kevin Wolf
1
-1
/
+1
2018-05-23
job: Move progress fields to Job
Kevin Wolf
1
-4
/
+4
2018-05-23
job: Add job_yield()
Kevin Wolf
1
-1
/
+1
2018-05-23
job: Move completion and cancellation to Job
Kevin Wolf
1
-2
/
+1
2018-05-23
job: Switch transactions to JobTxn
Kevin Wolf
1
-1
/
+1
2018-05-23
job: Add job_drain()
Kevin Wolf
1
-0
/
+1
2018-05-23
job: Move single job finalisation to Job
Kevin Wolf
1
-11
/
+11
2018-05-23
job: Move pause/resume functions to Job
Kevin Wolf
1
-0
/
+1
2018-05-23
job: Add job_sleep_ns()
Kevin Wolf
1
-1
/
+1
2018-05-23
job: Move coroutine and related code to Job
Kevin Wolf
1
-1
/
+1
2018-05-23
job: Move defer_to_main_loop to Job
Kevin Wolf
1
-3
/
+4
[next]