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
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
2018-05-23
job: Move cancelled to Job
Kevin Wolf
1
-3
/
+3
2018-05-23
job: Add reference counting
Kevin Wolf
1
-0
/
+1
2018-05-23
job: Add JobDriver.job_type
Kevin Wolf
1
-1
/
+1
2018-05-23
job: Rename BlockJobType into JobType
Kevin Wolf
1
-1
/
+1
2018-05-23
job: Create Job, JobDriver and job_create()
Kevin Wolf
1
-1
/
+3
2018-05-15
blockjob: Add block_job_driver()
Kevin Wolf
1
-3
/
+5
2018-05-15
blockjob: Introduce block_job_ratelimit_get_delay()
Kevin Wolf
1
-11
/
+7
2018-05-15
blockjob: Implement block_job_set_speed() centrally
Kevin Wolf
1
-13
/
+0
2018-05-15
blockjob: Move RateLimit to BlockJob
Kevin Wolf
1
-3
/
+2
2018-05-15
blockjob: Wrappers for progress counter access
Kevin Wolf
1
-9
/
+13
2018-03-19
blockjobs: ensure abort is called for cancelled jobs
John Snow
1
-1
/
+1
2018-03-19
blockjobs: model single jobs as transactions
John Snow
1
-2
/
+1
2017-12-18
backup: use copy_bitmap in incremental backup
Vladimir Sementsov-Ogievskiy
1
-38
/
+17
2017-12-18
backup: simplify non-dirty bits progress processing
Vladimir Sementsov-Ogievskiy
1
-15
/
+3
2017-12-18
backup: init copy_bitmap from sync_bitmap for incremental
Vladimir Sementsov-Ogievskiy
1
-1
/
+43
2017-12-18
backup: move from done_bitmap to copy_bitmap
Vladimir Sementsov-Ogievskiy
1
-9
/
+14
2017-11-29
blockjob: remove clock argument from block_job_sleep_ns
Paolo Bonzini
1
-2
/
+2
2017-10-06
dirty-bitmap: Change bdrv_dirty_iter_next() to report byte offset
Eric Blake
1
-1
/
+1
2017-10-06
dirty-bitmap: Set iterator start by offset, not sector
Eric Blake
1
-3
/
+2
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
1
-1
/
+1
2017-07-13
Convert error_report() to warn_report()
Alistair Francis
1
-6
/
+6
2017-07-10
block: Make bdrv_is_allocated() byte-based
Eric Blake
1
-12
/
+5
2017-07-10
backup: Switch backup_run() to byte-based
Eric Blake
1
-17
/
+15
2017-07-10
backup: Switch backup_do_cow() to byte-based
Eric Blake
1
-36
/
+26
2017-07-10
backup: Switch block_backup.h to byte-based
Eric Blake
1
-16
/
+15
2017-07-10
backup: Switch BackupBlockJob to byte-based
Eric Blake
1
-18
/
+15
2017-07-10
trace: Show blockjob actions via bytes, not sectors
Eric Blake
1
-6
/
+10
2017-07-10
blockjob: Track job ratelimits via bytes, not sectors
Eric Blake
1
-2
/
+3
2017-05-24
blockjob: introduce block_job_early_fail
Paolo Bonzini
1
-1
/
+1
2017-03-13
backup: React to bdrv_is_allocated() errors
Eric Blake
1
-4
/
+10
2017-03-13
backup: allow target without .bdrv_get_info
Vladimir Sementsov-Ogievskiy
1
-1
/
+11
2017-02-28
backup: Use real permissions in backup block job
Kevin Wolf
1
-5
/
+10
2017-02-28
blockjob: Add permissions to block_job_add_bdrv()
Kevin Wolf
1
-1
/
+3
2017-02-28
blockjob: Add permissions to block_job_create()
Kevin Wolf
1
-2
/
+3
[next]