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
/
mirror.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-24
block: Skip implicit nodes in query-block/blockstats
Kevin Wolf
1
-0
/
+3
2017-07-11
block: Add PreallocMode to blk_truncate()
Max Reitz
1
-1
/
+2
2017-07-10
block: Make bdrv_is_allocated_above() byte-based
Eric Blake
1
-1
/
+7
2017-07-10
mirror: Switch mirror_iteration() to byte-based
Eric Blake
1
-59
/
+46
2017-07-10
mirror: Switch mirror_do_read() to byte-based
Eric Blake
1
-41
/
+33
2017-07-10
mirror: Switch mirror_cow_align() to byte-based
Eric Blake
1
-26
/
+37
2017-07-10
mirror: Update signature of mirror_clip_sectors()
Eric Blake
1
-7
/
+8
2017-07-10
mirror: Switch mirror_do_zero_or_discard() to byte-based
Eric Blake
1
-9
/
+11
2017-07-10
mirror: Switch MirrorBlockJob to byte-based
Eric Blake
1
-42
/
+42
2017-07-10
trace: Show blockjob actions via bytes, not sectors
Eric Blake
1
-9
/
+17
2017-07-10
blockjob: Track job ratelimits via bytes, not sectors
Eric Blake
1
-6
/
+7
2017-07-10
block: Simplify use of BDRV_BLOCK_RAW
Eric Blake
1
-1
/
+1
2017-06-26
block: change variable names in BlockDriverState
Manos Pitsidianakis
1
-4
/
+4
2017-06-16
block: protect modification of dirty bitmaps with a mutex
Paolo Bonzini
1
-3
/
+8
2017-06-16
block: introduce dirty_bitmap_mutex
Paolo Bonzini
1
-1
/
+2
2017-05-30
Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging
Stefan Hajnoczi
1
-1
/
+6
2017-05-29
mirror: Drop permissions on s->target on completion
Kevin Wolf
1
-1
/
+6
2017-05-24
blockjob: introduce block_job_early_fail
Paolo Bonzini
1
-1
/
+1
2017-04-28
block: Add errp to b{lk,drv}_truncate()
Max Reitz
1
-1
/
+1
2017-04-24
block: Make errp the last parameter of commit_active_start
Fam Zheng
1
-2
/
+2
2017-04-24
mirror: Make errp the last parameter of mirror_start_job
Fam Zheng
1
-6
/
+7
2017-04-07
mirror: Fix aio context of mirror_top_bs
Fam Zheng
1
-0
/
+1
2017-04-07
block/mirror: Fix use-after-free
Max Reitz
1
-2
/
+10
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
[next]