index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
qcow2-bitmap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
block/qcow2-bitmap: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-03-12
1
-0
/
+1
*
qcow2: Take locks for accessing bs->file
Kevin Wolf
2023-11-08
1
-6
/
+8
*
qcow2: Mark check_constraints_on_bitmap() GRAPH_RDLOCK
Kevin Wolf
2023-10-12
1
-6
/
+3
*
qcow2: Mark qcow2_signal_corruption() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
1
-13
/
+18
*
block: Mark bdrv_get_parent_name() and callers GRAPH_RDLOCK
Kevin Wolf
2023-10-12
1
-0
/
+2
*
block/dirty-bitmap: Clean up local variable shadowing
Markus Armbruster
2023-09-29
1
-2
/
+1
*
qcow2: mark more functions as coroutine_fns and GRAPH_RDLOCK
Paolo Bonzini
2023-06-28
1
-12
/
+14
*
qcow2: mark various functions as coroutine_fn and GRAPH_RDLOCK
Paolo Bonzini
2023-04-25
1
-1
/
+1
*
qcow2: Fix theoretical corruption in store_bitmap() error path
Kevin Wolf
2023-01-24
1
-2
/
+3
*
include/block: Untangle inclusion loops
Markus Armbruster
2023-01-20
1
-0
/
+2
*
qcow2: manually add more coroutine_fn annotations
Paolo Bonzini
2022-10-27
1
-2
/
+2
*
block/qcow2-bitmap: Add missing cast to silent GCC error
Philippe Mathieu-Daudé
2022-09-30
1
-1
/
+1
*
misc: fix commonly doubled up words
Daniel P. Berrangé
2022-08-01
1
-4
/
+4
*
block: Change bdrv_{pread,pwrite,pwrite_sync}() param order
Alberto Faria
2022-07-12
1
-7
/
+7
*
block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()
Alberto Faria
2022-07-12
1
-7
/
+7
*
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-03-09' into st...
Peter Maydell
2021-03-11
1
-30
/
+35
|
\
|
*
block/qcow2-bitmap: return status from qcow2_store_persistent_dirty_bitmaps
Vladimir Sementsov-Ogievskiy
2021-03-08
1
-7
/
+6
|
*
block/qcow2-bitmap: improve qcow2_load_dirty_bitmaps() interface
Vladimir Sementsov-Ogievskiy
2021-03-08
1
-11
/
+15
|
*
block/qcow2: qcow2_get_specific_info(): drop error propagation
Vladimir Sementsov-Ogievskiy
2021-03-08
1
-12
/
+14
*
|
qcow2-bitmap: make bytes_covered_by_bitmap_cluster() public
Vladimir Sementsov-Ogievskiy
2021-03-08
1
-14
/
+2
|
/
*
qapi: Use QAPI_LIST_APPEND in trivial cases
Eric Blake
2021-01-28
1
-11
/
+4
*
qcow2: Use macros for the L1, refcount and bitmap table entry sizes
Alberto Garcia
2020-09-15
1
-4
/
+7
*
qcow2: Release read-only bitmaps when inactivated
Max Reitz
2020-08-03
1
-4
/
+19
*
qcow2: Tweak comments on qcow2_get_persistent_dirty_bitmap_size
Eric Blake
2020-06-17
1
-4
/
+5
*
qcow2: Expose bitmaps' size during measure
Eric Blake
2020-05-28
1
-0
/
+36
*
block: Make it easier to learn which BDS support bitmaps
Eric Blake
2020-05-19
1
-0
/
+7
*
block/qcow2-bitmap: use bdrv_dirty_bitmap_next_dirty
Vladimir Sementsov-Ogievskiy
2020-03-18
1
-10
/
+5
*
block/qcow2-bitmap: Remove unneeded variable assignment
Philippe Mathieu-Daudé
2020-02-18
1
-1
/
+0
*
qcow2-bitmaps: fix qcow2_can_store_new_dirty_bitmap
Vladimir Sementsov-Ogievskiy
2020-01-06
1
-23
/
+18
*
block/qcow2-bitmap: fix crash bug in qcow2_co_remove_persistent_dirty_bitmap
Vladimir Sementsov-Ogievskiy
2019-12-09
1
-3
/
+6
*
block/qcow2-bitmap: fix bitmap migration
Vladimir Sementsov-Ogievskiy
2019-11-26
1
-1
/
+20
*
bitmap: Enforce maximum bitmap name length
Eric Blake
2019-11-18
1
-0
/
+2
*
qcow2-bitmap: Fix uint64_t left-shift overflow
Tuguoyi
2019-11-07
1
-3
/
+11
*
block/qcow2-bitmap: fix and improve qcow2_reopen_bitmaps_rw
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-19
/
+58
*
block/qcow2-bitmap: do not remove bitmaps on reopen-ro
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-15
/
+34
*
block/qcow2-bitmap: drop qcow2_reopen_bitmaps_rw_hint()
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-14
/
+1
*
block/qcow2-bitmap: get rid of bdrv_has_changed_persistent_bitmaps
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-10
/
+13
*
block/dirty-bitmap: refactor bdrv_dirty_bitmap_next
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-6
/
+2
*
block/dirty-bitmap: add bs link
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-3
/
+3
*
block/qcow2: proper locking on bitmap add/remove paths
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-8
/
+16
*
block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmap
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-8
/
+10
*
qcow2-bitmap: initialize bitmap directory alignment
Andrey Shinkevich
2019-05-28
1
-1
/
+1
*
qcow2.h: add missing include
Vladimir Sementsov-Ogievskiy
2019-05-28
1
-1
/
+0
*
qcow2: discard bitmap when removed
Andrey Shinkevich
2019-05-07
1
-1
/
+1
*
block/qcow2-bitmap: Allow resizes with persistent bitmaps
John Snow
2019-03-12
1
-0
/
+46
*
block/qcow2-bitmap: Don't check size for IN_USE bitmap
Vladimir Sementsov-Ogievskiy
2019-03-12
1
-3
/
+18
*
bitmaps: Fix typo in function name
Eric Blake
2019-03-12
1
-3
/
+3
*
block/dirty-bitmaps: implement inconsistent bit
John Snow
2019-03-12
1
-48
/
+51
*
qcow2: External file I/O
Kevin Wolf
2019-03-08
1
-3
/
+4
*
qcow2: Add list of bitmaps to ImageInfoSpecificQCow2
Andrey Shinkevich
2019-02-11
1
-0
/
+76
[next]