index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
backup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
backup: follow AioContext change gracefully
Stefan Hajnoczi
2016-06-20
1
-8
/
+14
*
backup: Use BlockBackend for I/O
Kevin Wolf
2016-05-25
1
-25
/
+21
*
backup: Remove bs parameter from backup_do_cow()
Kevin Wolf
2016-05-25
1
-7
/
+6
*
backup: Pack Notifier within BackupBlockJob
John Snow
2016-05-25
1
-9
/
+10
*
backup: Don't leak BackupBlockJob in error path
Kevin Wolf
2016-05-25
1
-2
/
+5
*
blockjob: Don't touch BDS iostatus
Kevin Wolf
2016-05-19
1
-26
/
+0
*
blockjob: Don't set iostatus of target
Kevin Wolf
2016-05-19
1
-4
/
+4
*
block: Remove bdrv_(set_)enable_write_cache()
Kevin Wolf
2016-03-30
1
-1
/
+0
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-0
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
backup: Use Bitmap to replace "s->bitmap"
Fam Zheng
2016-03-14
1
-5
/
+6
*
block/backup: avoid copying less than full target clusters
John Snow
2016-02-29
1
-3
/
+22
*
block/backup: make backup cluster size configurable
John Snow
2016-02-29
1
-28
/
+36
*
block: Clean up includes
Peter Maydell
2016-01-20
1
-3
/
+1
*
block: Don't wait serialising for non-COR read requests
Fam Zheng
2015-12-03
1
-1
/
+1
*
block: Add BlockJobTxn support to backup_run
John Snow
2015-11-12
1
-1
/
+2
*
block/backup: Rely on commit/abort for cleanup
John Snow
2015-11-12
1
-4
/
+18
*
backup: Extract dirty bitmap handling as a separate function
Fam Zheng
2015-11-12
1
-10
/
+17
*
block: Move I/O status and error actions into BB
Max Reitz
2015-10-23
1
-5
/
+12
*
Backup: don't do copy-on-read in before_write_notifier
Wen Congyang
2015-09-25
1
-6
/
+14
*
block: keep bitmap if incremental backup job is cancelled
Stefan Hajnoczi
2015-07-15
1
-1
/
+1
*
qapi: Rename 'dirty-bitmap' mode to 'incremental'
John Snow
2015-07-02
1
-5
/
+5
*
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-22
1
-0
/
+1
*
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
2015-06-22
1
-2
/
+2
*
block: Ensure consistent bitmap function prototypes
John Snow
2015-04-28
1
-1
/
+1
*
qmp: Add support of "dirty-bitmap" sync mode for drive-backup
John Snow
2015-04-28
1
-22
/
+133
*
blockjob: Update function name in comments
Fam Zheng
2015-04-28
1
-1
/
+1
*
qmp: Add command 'blockdev-backup'
Fam Zheng
2015-01-13
1
-0
/
+28
*
block: let backup blockjob run in BDS AioContext
Stefan Hajnoczi
2014-11-03
1
-2
/
+19
*
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
2014-10-20
1
-1
/
+1
*
block/backup: Fix hang for unaligned image size
Kevin Wolf
2014-07-09
1
-1
/
+1
*
qapi: adjust existing defines
Wenchao Xia
2014-06-23
1
-1
/
+1
*
block: Switch BdrvTrackedRequest to byte granularity
Kevin Wolf
2014-01-24
1
-1
/
+6
*
block: introduce BDRV_REQ_MAY_UNMAP request flag
Peter Lieven
2013-11-28
1
-1
/
+1
*
block: add flags to bdrv_*_write_zeroes
Peter Lieven
2013-11-28
1
-1
/
+2
*
qapi: make use of new BlockJobType
Fam Zheng
2013-10-11
1
-1
/
+1
*
blockjob: rename BlockJobType to BlockJobDriver
Fam Zheng
2013-10-11
1
-2
/
+2
*
block: make bdrv_co_is_allocated static
Paolo Bonzini
2013-09-06
1
-2
/
+2
*
block: make bdrv_delete() static
Fam Zheng
2013-09-06
1
-1
/
+1
*
misc: Fix some typos in names and comments
Stefan Weil
2013-09-01
1
-1
/
+1
*
aio / timers: convert block_job_sleep_ns and co_sleep_ns to new API
Alex Bligh
2013-08-22
1
-2
/
+2
*
Implement sync modes for drive-backup.
Ian Main
2013-07-26
1
-30
/
+75
*
block: add basic backup support to block driver
Dietmar Maurer
2013-06-28
1
-0
/
+341