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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
mirror.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-24
trace: Fix backwards mirror_yield parameters
Eric Blake
1
-2
/
+3
2017-03-17
block: Always call bdrv_child_check_perm first
Fam Zheng
1
-2
/
+4
2017-03-13
mirror: Implement .bdrv_refresh_filename
Kevin Wolf
1
-0
/
+9
2017-03-07
block: Fix error handling in bdrv_replace_in_backing_chain()
Kevin Wolf
1
-6
/
+9
2017-03-07
mirror: Fix error path for dirty bitmap creation
Kevin Wolf
1
-4
/
+1
2017-03-07
mirror: Fix permissions for removing mirror_top_bs
Kevin Wolf
1
-1
/
+4
2017-03-07
mirror: Fix permission problem with 'replaces'
Kevin Wolf
1
-2
/
+8
2017-02-28
block: Add Error parameter to bdrv_append()
Kevin Wolf
1
-1
/
+8
2017-02-28
block: Add Error parameter to bdrv_set_backing_hd()
Kevin Wolf
1
-1
/
+6
2017-02-28
commit: Add filter-node-name to block-commit
Kevin Wolf
1
-1
/
+2
2017-02-28
mirror: Add filter-node-name to blockdev-mirror
Kevin Wolf
1
-6
/
+8
2017-02-28
mirror: Use real permissions in mirror/active commit block job
Kevin Wolf
1
-34
/
+182
2017-02-28
blockjob: Add permissions to block_job_add_bdrv()
Kevin Wolf
1
-2
/
+7
2017-02-28
blockjob: Add permissions to block_job_create()
Kevin Wolf
1
-2
/
+3
2017-02-28
block: Add error parameter to blk_insert_bs()
Kevin Wolf
1
-3
/
+12
2017-02-28
block: Add permissions to blk_new()
Kevin Wolf
1
-1
/
+2
2017-02-27
block/mirror: fix broken sparseness detection
John Snow
1
-1
/
+1
2017-02-24
mirror: Resize active commit base in mirror_run()
Kevin Wolf
1
-28
/
+22
2017-02-21
mirror: do not increase offset during initial zero_or_discard phase
Anton Nefedov
1
-2
/
+7
2017-02-21
block: explicitly acquire aiocontext in aio callbacks that need it
Paolo Bonzini
1
-3
/
+9
2016-11-14
mirror: do not flush every time the disks are synced
Paolo Bonzini
1
-15
/
+25
2016-11-14
blockjob: add block_job_start
John Snow
1
-3
/
+2
2016-11-14
blockjob: add .start field
John Snow
1
-1
/
+3
2016-11-01
blockjobs: split interface into public/private, Part 1
John Snow
1
-1
/
+1
2016-11-01
blockjob: centralize QMP event emissions
John Snow
1
-4
/
+2
2016-11-01
Replication/Blockjobs: Create replication jobs as internal
John Snow
1
-11
/
+10
2016-11-01
blockjobs: Allow creating internal jobs
John Snow
1
-1
/
+2
2016-11-01
block: Turn on "unmap" in active commit
Fam Zheng
1
-1
/
+1
2016-10-31
block: Block all intermediate nodes in commit_active_start()
Alberto Garcia
1
-0
/
+8
2016-10-31
block: Use block_job_add_bdrv() in mirror_start_job()
Alberto Garcia
1
-2
/
+1
2016-10-28
mirror: use bdrv_drained_begin/bdrv_drained_end
Paolo Bonzini
1
-12
/
+23
2016-10-28
blockjob: introduce .drain callback for jobs
Paolo Bonzini
1
-8
/
+27
2016-10-24
block: Hide HBitmap in block dirty bitmap interface
Fam Zheng
1
-11
/
+13
2016-09-13
mirror: auto complete active commit
Wen Congyang
1
-4
/
+9
2016-08-08
mirror: finish earlier on error
Vladimir Sementsov-Ogievskiy
1
-0
/
+4
2016-07-26
mirror: double performance of the bulk stage if the disc is full
Vladimir Sementsov-Ogievskiy
1
-2
/
+8
2016-07-21
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-9
/
+0
2016-07-21
Revert "mirror: Workaround for unexpected iohandler events during completion"
Fam Zheng
1
-9
/
+0
2016-07-21
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-2
/
+3
2016-07-20
block: Convert BB interface to byte-based discards
Eric Blake
1
-2
/
+3
2016-07-19
mirror: fix request throttling in drive-mirror
Denis V. Lunev
1
-1
/
+6
2016-07-19
mirror: improve performance of mirroring of empty disk
Denis V. Lunev
1
-5
/
+11
2016-07-19
mirror: efficiently zero out target
Denis V. Lunev
1
-2
/
+26
2016-07-19
mirror: optimize dirty bitmap filling in mirror_run a bit
Denis V. Lunev
1
-2
/
+6
2016-07-19
mirror: create mirror_dirty_init helper for mirror_run
Denis V. Lunev
1
-29
/
+41
2016-07-19
mirror: create mirror_throttle helper
Denis V. Lunev
1
-12
/
+19
2016-07-19
mirror: make sectors_in_flight int64_t
Denis V. Lunev
1
-1
/
+1
2016-07-13
Improve block job rate limiting for small bandwidth values
Sascha Silbe
1
-1
/
+3
2016-07-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
1
-3
/
+3
2016-07-13
commit: Add 'job-id' parameter to 'block-commit'
Alberto Garcia
1
-3
/
+3
[next]