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
/
copy-before-write.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-12
block: convert more bdrv_is_allocated* and bdrv_block_status* calls to corout...
Paolo Bonzini
1
-1
/
+1
2023-09-20
block: Mark bdrv_child_perm() GRAPH_RDLOCK
Kevin Wolf
1
-5
/
+5
2023-09-08
block: Make more BlockDriver definitions static
Kevin Wolf
1
-1
/
+1
2023-05-30
copy-before-write: Fix open with child in iothread
Kevin Wolf
1
-5
/
+16
2023-02-23
block: Mark preadv_snapshot/snapshot_block_status GRAPH_RDLOCK
Kevin Wolf
1
-4
/
+2
2023-02-23
block: Mark public read/write functions GRAPH_RDLOCK
Kevin Wolf
1
-8
/
+8
2023-02-23
block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCK
Kevin Wolf
1
-2
/
+3
2023-02-23
block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
1
-4
/
+4
2023-02-23
block: Mark bdrv_co_flush() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
1
-1
/
+1
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
1
-0
/
+1
2022-12-15
Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
1
-1
/
+0
2022-12-14
qapi block: Elide redundant has_FOO in generated C
Markus Armbruster
1
-1
/
+1
2022-12-14
error: Drop a few superfluous ERRP_GUARD()
Markus Armbruster
1
-1
/
+0
2022-10-27
block: introduce bdrv_open_file_child() helper
Vladimir Sementsov-Ogievskiy
1
-5
/
+4
2022-10-07
copy-before-write: add missing coroutine_fn annotations
Paolo Bonzini
1
-4
/
+5
2022-06-29
block/copy-before-write: implement cbw-timeout option
Vladimir Sementsov-Ogievskiy
1
-1
/
+21
2022-06-29
block/block-copy: block_copy(): add timeout_ns parameter
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2022-06-28
block/copy-before-write: add on-cbw-error open parameter
Vladimir Sementsov-Ogievskiy
1
-2
/
+30
2022-06-28
block/copy-before-write: refactor option parsing
Vladimir Sementsov-Ogievskiy
1
-27
/
+29
2022-03-07
block: copy-before-write: realize snapshot-access API
Vladimir Sementsov-Ogievskiy
1
-1
/
+211
2022-03-07
block/copy-before-write: add bitmap open parameter
Vladimir Sementsov-Ogievskiy
1
-1
/
+50
2022-03-07
block/block-copy: block_copy_state_new(): add bitmap parameter
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2022-03-07
block/block-copy: move copy_bitmap initialization to block_copy_state_new()
Vladimir Sementsov-Ogievskiy
1
-4
/
+0
2022-03-04
block/copy-before-write.h: global state API + assertions
Emanuele Giuseppe Esposito
1
-0
/
+2
2021-09-29
block: use int64_t instead of int in driver discard handlers
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-09-29
block: use int64_t instead of int in driver write_zeroes handlers
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-09-29
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
1
-3
/
+4
2021-09-29
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2021-09-01
block/block-copy: block_copy_state_new(): drop extra arguments
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-09-01
block/copy-before-write: make public block driver
Vladimir Sementsov-Ogievskiy
1
-32
/
+28
2021-09-01
block/copy-before-write: initialize block-copy bitmap
Vladimir Sementsov-Ogievskiy
1
-0
/
+4
2021-09-01
block/copy-before-write: cbw_init(): use options
Vladimir Sementsov-Ogievskiy
1
-14
/
+15
2021-09-01
block/copy-before-write: bdrv_cbw_append(): drop unused compress arg
Vladimir Sementsov-Ogievskiy
1
-4
/
+3
2021-09-01
block/copy-before-write: cbw_init(): use file child after attaching
Vladimir Sementsov-Ogievskiy
1
-7
/
+7
2021-09-01
block/copy-before-write: cbw_init(): rename variables
Vladimir Sementsov-Ogievskiy
1
-15
/
+14
2021-09-01
block/copy-before-write: introduce cbw_init()
Vladimir Sementsov-Ogievskiy
1
-28
/
+41
2021-09-01
block/copy-before-write: bdrv_cbw_append(): replace child at last
Vladimir Sementsov-Ogievskiy
1
-22
/
+11
2021-09-01
block/copy-before-write: use file child instead of backing
Vladimir Sementsov-Ogievskiy
1
-17
/
+22
2021-09-01
block/copy-before-write: drop extra bdrv_unref on failure path
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2021-09-01
block/copy-before-write: relax permission requirements when no parents
Vladimir Sementsov-Ogievskiy
1
-3
/
+5
2021-09-01
block/backup: move cluster size calculation to block-copy
Vladimir Sementsov-Ogievskiy
1
-6
/
+4
2021-09-01
block/backup: set copy_range and compress after filter insertion
Vladimir Sementsov-Ogievskiy
1
-3
/
+1
2021-09-01
block-copy: move detecting fleecing scheme to block-copy
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2021-09-01
block: rename backup-top to copy-before-write
Vladimir Sementsov-Ogievskiy
1
-0
/
+253