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
2021-03-08
block/mirror: drop extra error propagation in commit_active_start()
Vladimir Sementsov-Ogievskiy
1
-7
/
+5
2021-02-13
Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2021-02-12' int...
Peter Maydell
1
-4
/
+2
2021-02-12
block: use return status of bdrv_append()
Vladimir Sementsov-Ogievskiy
1
-4
/
+2
2021-02-12
block/mirror: implement .cancel job handler
Vladimir Sementsov-Ogievskiy
1
-0
/
+9
2020-10-30
block: Return depth level during bdrv_is_allocated_above
Eric Blake
1
-1
/
+1
2020-09-07
block: Inline bdrv_co_block_status_from_*()
Max Reitz
1
-1
/
+0
2020-09-07
mirror: Deal with filters
Max Reitz
1
-27
/
+91
2020-05-18
block: Drop @child_class from bdrv_child_perm()
Max Reitz
1
-1
/
+0
2020-05-18
block: Pass BdrvChildRole to bdrv_child_perm()
Max Reitz
1
-0
/
+1
2020-05-18
block: Rename BdrvChildRole to BdrvChildClass
Max Reitz
1
-1
/
+1
2020-05-18
block: Mark commit, mirror, blkreplay as filters
Max Reitz
1
-0
/
+2
2020-05-18
mirror: Make sure that source and target size match
Kevin Wolf
1
-9
/
+12
2020-04-30
block-backend: Add flags to blk_truncate()
Kevin Wolf
1
-1
/
+1
2020-03-27
mirror: Wait only for in-flight operations
Kevin Wolf
1
-1
/
+8
2020-03-27
Revert "mirror: Don't let an operation wait for itself"
Kevin Wolf
1
-12
/
+9
2020-03-26
block/mirror: fix use after free of local_err
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2020-02-18
mirror: Double-check immediately before replacing
Max Reitz
1
-1
/
+13
2020-02-18
mirror: Don't let an operation wait for itself
Kevin Wolf
1
-9
/
+12
2020-02-18
mirror: Store MirrorOp.co for debuggability
Kevin Wolf
1
-0
/
+2
2019-10-28
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
1
-2
/
+2
2019-10-28
mirror: Do not dereference invalid pointers
Max Reitz
1
-4
/
+9
2019-10-28
Revert "mirror: Only mirror granularity-aligned chunks"
Vladimir Sementsov-Ogievskiy
1
-29
/
+0
2019-10-28
block/mirror: support unaligned write in active mirror
Vladimir Sementsov-Ogievskiy
1
-3
/
+68
2019-10-28
block/mirror: simplify do_sync_target_write
Vladimir Sementsov-Ogievskiy
1
-67
/
+28
2019-10-17
block/dirty-bitmap: add bs link
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2019-09-10
job: drop job_drain
Vladimir Sementsov-Ogievskiy
1
-25
/
+3
2019-08-19
mirror: Fix bdrv_has_zero_init() use
Max Reitz
1
-3
/
+8
2019-08-16
block/dirty-bitmap: add bdrv_dirty_bitmap_get
John Snow
1
-1
/
+1
2019-08-16
block/backup: Add mirror sync mode 'bitmap'
John Snow
1
-2
/
+4
2019-08-16
block-backend: Queue requests while drained
Kevin Wolf
1
-0
/
+1
2019-08-16
mirror: Keep mirror_top_bs drained after dropping permissions
Kevin Wolf
1
-1
/
+5
2019-08-06
mirror: Only mirror granularity-aligned chunks
Max Reitz
1
-0
/
+29
2019-07-15
block: Add BDS.never_freeze
Max Reitz
1
-0
/
+4
2019-07-02
block: include base when checking image chain for block allocation
Andrey Shinkevich
1
-1
/
+1
2019-06-18
block/mirror: Fix child permissions
Max Reitz
1
-9
/
+23
2019-06-18
block/replication: drop usage of bs->job
Vladimir Sementsov-Ogievskiy
1
-16
/
+22
2019-06-04
block: Remove wrong bdrv_set_aio_context() calls
Kevin Wolf
1
-1
/
+0
2019-06-04
block: Add BlockBackend.ctx
Kevin Wolf
1
-1
/
+2
2019-05-20
blockjob: Propagate AioContext change to all job nodes
Kevin Wolf
1
-9
/
+1
2019-03-26
block: Advertise BDRV_REQ_NO_FALLBACK in filter drivers
Kevin Wolf
1
-1
/
+2
2019-03-19
mirror: Confirm we're quiesced only if the job is paused or cancelled
Sergio Lopez
1
-0
/
+16
2019-03-12
block: Freeze the backing chain for the duration of the mirror job
Alberto Garcia
1
-0
/
+8
2019-02-25
block: Purify .bdrv_refresh_filename()
Max Reitz
1
-1
/
+1
2019-02-25
block: Use children list in bdrv_refresh_filename
Max Reitz
1
-1
/
+0
2019-02-01
mirror: Block the source BlockDriverState in mirror_start_job()
Alberto Garcia
1
-0
/
+8
2019-02-01
mirror: Release the dirty bitmap if mirror_start_job() fails
Alberto Garcia
1
-0
/
+3
2019-01-15
block/mirror: fix and improve do_sync_target_write
Vladimir Sementsov-Ogievskiy
1
-9
/
+8
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
1
-1
/
+1
2018-12-14
block/mirror: add missing coroutine_fn annotations
Stefan Hajnoczi
1
-8
/
+11
2018-12-14
block: Use bdrv_reopen_set_read_only() in the mirror driver
Alberto Garcia
1
-7
/
+12
[next]