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
/
qcow2-bitmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-25
qcow2: mark various functions as coroutine_fn and GRAPH_RDLOCK
Paolo Bonzini
1
-1
/
+1
2023-01-24
qcow2: Fix theoretical corruption in store_bitmap() error path
Kevin Wolf
1
-2
/
+3
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
1
-0
/
+2
2022-10-27
qcow2: manually add more coroutine_fn annotations
Paolo Bonzini
1
-2
/
+2
2022-09-30
block/qcow2-bitmap: Add missing cast to silent GCC error
Philippe Mathieu-Daudé
1
-1
/
+1
2022-08-01
misc: fix commonly doubled up words
Daniel P. Berrangé
1
-4
/
+4
2022-07-12
block: Change bdrv_{pread,pwrite,pwrite_sync}() param order
Alberto Faria
1
-7
/
+7
2022-07-12
block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()
Alberto Faria
1
-7
/
+7
2021-03-11
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-03-09' into st...
Peter Maydell
1
-30
/
+35
2021-03-08
block/qcow2-bitmap: return status from qcow2_store_persistent_dirty_bitmaps
Vladimir Sementsov-Ogievskiy
1
-7
/
+6
2021-03-08
block/qcow2-bitmap: improve qcow2_load_dirty_bitmaps() interface
Vladimir Sementsov-Ogievskiy
1
-11
/
+15
2021-03-08
block/qcow2: qcow2_get_specific_info(): drop error propagation
Vladimir Sementsov-Ogievskiy
1
-12
/
+14
2021-03-08
qcow2-bitmap: make bytes_covered_by_bitmap_cluster() public
Vladimir Sementsov-Ogievskiy
1
-14
/
+2
2021-01-28
qapi: Use QAPI_LIST_APPEND in trivial cases
Eric Blake
1
-11
/
+4
2020-09-15
qcow2: Use macros for the L1, refcount and bitmap table entry sizes
Alberto Garcia
1
-4
/
+7
2020-08-03
qcow2: Release read-only bitmaps when inactivated
Max Reitz
1
-4
/
+19
2020-06-17
qcow2: Tweak comments on qcow2_get_persistent_dirty_bitmap_size
Eric Blake
1
-4
/
+5
2020-05-28
qcow2: Expose bitmaps' size during measure
Eric Blake
1
-0
/
+36
2020-05-19
block: Make it easier to learn which BDS support bitmaps
Eric Blake
1
-0
/
+7
2020-03-18
block/qcow2-bitmap: use bdrv_dirty_bitmap_next_dirty
Vladimir Sementsov-Ogievskiy
1
-10
/
+5
2020-02-18
block/qcow2-bitmap: Remove unneeded variable assignment
Philippe Mathieu-Daudé
1
-1
/
+0
2020-01-06
qcow2-bitmaps: fix qcow2_can_store_new_dirty_bitmap
Vladimir Sementsov-Ogievskiy
1
-23
/
+18
2019-12-09
block/qcow2-bitmap: fix crash bug in qcow2_co_remove_persistent_dirty_bitmap
Vladimir Sementsov-Ogievskiy
1
-3
/
+6
2019-11-26
block/qcow2-bitmap: fix bitmap migration
Vladimir Sementsov-Ogievskiy
1
-1
/
+20
2019-11-18
bitmap: Enforce maximum bitmap name length
Eric Blake
1
-0
/
+2
2019-11-07
qcow2-bitmap: Fix uint64_t left-shift overflow
Tuguoyi
1
-3
/
+11
2019-10-17
block/qcow2-bitmap: fix and improve qcow2_reopen_bitmaps_rw
Vladimir Sementsov-Ogievskiy
1
-19
/
+58
2019-10-17
block/qcow2-bitmap: do not remove bitmaps on reopen-ro
Vladimir Sementsov-Ogievskiy
1
-15
/
+34
2019-10-17
block/qcow2-bitmap: drop qcow2_reopen_bitmaps_rw_hint()
Vladimir Sementsov-Ogievskiy
1
-14
/
+1
2019-10-17
block/qcow2-bitmap: get rid of bdrv_has_changed_persistent_bitmaps
Vladimir Sementsov-Ogievskiy
1
-10
/
+13
2019-10-17
block/dirty-bitmap: refactor bdrv_dirty_bitmap_next
Vladimir Sementsov-Ogievskiy
1
-6
/
+2
2019-10-17
block/dirty-bitmap: add bs link
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2019-10-17
block/qcow2: proper locking on bitmap add/remove paths
Vladimir Sementsov-Ogievskiy
1
-8
/
+16
2019-10-17
block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmap
Vladimir Sementsov-Ogievskiy
1
-8
/
+10
2019-05-28
qcow2-bitmap: initialize bitmap directory alignment
Andrey Shinkevich
1
-1
/
+1
2019-05-28
qcow2.h: add missing include
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2019-05-07
qcow2: discard bitmap when removed
Andrey Shinkevich
1
-1
/
+1
2019-03-12
block/qcow2-bitmap: Allow resizes with persistent bitmaps
John Snow
1
-0
/
+46
2019-03-12
block/qcow2-bitmap: Don't check size for IN_USE bitmap
Vladimir Sementsov-Ogievskiy
1
-3
/
+18
2019-03-12
bitmaps: Fix typo in function name
Eric Blake
1
-3
/
+3
2019-03-12
block/dirty-bitmaps: implement inconsistent bit
John Snow
1
-48
/
+51
2019-03-08
qcow2: External file I/O
Kevin Wolf
1
-3
/
+4
2019-02-11
qcow2: Add list of bitmaps to ImageInfoSpecificQCow2
Andrey Shinkevich
1
-0
/
+76
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
1
-3
/
+1
2018-11-05
block/qcow2-bitmap: Don't take address of fields in packed structs
Peter Maydell
1
-12
/
+12
2018-10-29
dirty-bitmaps: clean-up bitmaps loading and migration logic
Vladimir Sementsov-Ogievskiy
1
-0
/
+16
2018-07-09
qcow2: add overlap check for bitmap directory
Vladimir Sementsov-Ogievskiy
1
-1
/
+6
2018-06-11
block/qcow2-bitmap: fix free_bitmap_clusters
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2018-05-31
block: use local path for local headers
Michael S. Tsirkin
1
-1
/
+1
2018-03-26
qcow2-bitmap: add qcow2_reopen_bitmaps_rw_hint()
Vladimir Sementsov-Ogievskiy
1
-1
/
+14
[next]