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
2016-01-20
block: Clean up includes
Peter Maydell
1
-3
/
+1
2015-12-03
block: Don't wait serialising for non-COR read requests
Fam Zheng
1
-1
/
+1
2015-11-12
block: Add BlockJobTxn support to backup_run
John Snow
1
-1
/
+2
2015-11-12
block/backup: Rely on commit/abort for cleanup
John Snow
1
-4
/
+18
2015-11-12
backup: Extract dirty bitmap handling as a separate function
Fam Zheng
1
-10
/
+17
2015-10-23
block: Move I/O status and error actions into BB
Max Reitz
1
-5
/
+12
2015-09-25
Backup: don't do copy-on-read in before_write_notifier
Wen Congyang
1
-6
/
+14
2015-07-14
block: keep bitmap if incremental backup job is cancelled
Stefan Hajnoczi
1
-1
/
+1
2015-07-02
qapi: Rename 'dirty-bitmap' mode to 'incremental'
John Snow
1
-5
/
+5
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
1
-0
/
+1
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-2
/
+2
2015-04-28
block: Ensure consistent bitmap function prototypes
John Snow
1
-1
/
+1
2015-04-28
qmp: Add support of "dirty-bitmap" sync mode for drive-backup
John Snow
1
-22
/
+133
2015-04-28
blockjob: Update function name in comments
Fam Zheng
1
-1
/
+1
2015-01-13
qmp: Add command 'blockdev-backup'
Fam Zheng
1
-0
/
+28
2014-11-03
block: let backup blockjob run in BDS AioContext
Stefan Hajnoczi
1
-2
/
+19
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
1
-1
/
+1
2014-07-09
block/backup: Fix hang for unaligned image size
Kevin Wolf
1
-1
/
+1
2014-06-23
qapi: adjust existing defines
Wenchao Xia
1
-1
/
+1
2014-01-24
block: Switch BdrvTrackedRequest to byte granularity
Kevin Wolf
1
-1
/
+6
2013-11-28
block: introduce BDRV_REQ_MAY_UNMAP request flag
Peter Lieven
1
-1
/
+1
2013-11-28
block: add flags to bdrv_*_write_zeroes
Peter Lieven
1
-1
/
+2
2013-10-11
qapi: make use of new BlockJobType
Fam Zheng
1
-1
/
+1
2013-10-11
blockjob: rename BlockJobType to BlockJobDriver
Fam Zheng
1
-2
/
+2
2013-09-06
block: make bdrv_co_is_allocated static
Paolo Bonzini
1
-2
/
+2
2013-09-06
block: make bdrv_delete() static
Fam Zheng
1
-1
/
+1
2013-09-01
misc: Fix some typos in names and comments
Stefan Weil
1
-1
/
+1
2013-08-22
aio / timers: convert block_job_sleep_ns and co_sleep_ns to new API
Alex Bligh
1
-2
/
+2
2013-07-26
Implement sync modes for drive-backup.
Ian Main
1
-30
/
+75
2013-06-28
block: add basic backup support to block driver
Dietmar Maurer
1
-0
/
+341