- f9cc8cf block/qcow2-bitmap: Replace g_memdup() by g_memdup2() by Philippe Mathieu-Daudé · 3 years, 6 months ago
- e1081e3 block/qcow2-bitmap: Fix missing ERRP_GUARD() for error_prepend() by Zhao Liu · 12 months ago
- 8f89734 qcow2: Take locks for accessing bs->file by Kevin Wolf · 1 year, 4 months ago
- 5155853 qcow2: Mark check_constraints_on_bitmap() GRAPH_RDLOCK by Kevin Wolf · 1 year, 5 months ago
- 0bb79c9 qcow2: Mark qcow2_signal_corruption() and callers GRAPH_RDLOCK by Kevin Wolf · 1 year, 5 months ago
- 4026f1c block: Mark bdrv_get_parent_name() and callers GRAPH_RDLOCK by Kevin Wolf · 1 year, 5 months ago
- 6a0f7ff block/dirty-bitmap: Clean up local variable shadowing by Markus Armbruster · 1 year, 5 months ago
- 70bacc4 qcow2: mark more functions as coroutine_fns and GRAPH_RDLOCK by Paolo Bonzini · 1 year, 9 months ago
- a39bae4 qcow2: mark various functions as coroutine_fn and GRAPH_RDLOCK by Paolo Bonzini · 2 years ago
- b03dd96 qcow2: Fix theoretical corruption in store_bitmap() error path by Kevin Wolf · 2 years, 2 months ago
- e2c1c34 include/block: Untangle inclusion loops by Markus Armbruster · 2 years, 2 months ago
- a1b4ecf qcow2: manually add more coroutine_fn annotations by Paolo Bonzini · 2 years, 5 months ago
- 8485563 block/qcow2-bitmap: Add missing cast to silent GCC error by Philippe Mathieu-Daudé · 2 years, 5 months ago
- 7a21bee misc: fix commonly doubled up words by Daniel P. Berrangé · 2 years, 8 months ago
- 32cc71d block: Change bdrv_{pread,pwrite,pwrite_sync}() param order by Alberto Faria · 2 years, 9 months ago
- 53fb784 block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}() by Alberto Faria · 2 years, 9 months ago
- 9abda42 Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-03-09' into staging by Peter Maydell · 4 years ago
- 526e31d block/qcow2-bitmap: return status from qcow2_store_persistent_dirty_bitmaps by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
- 0c1e9d2 block/qcow2-bitmap: improve qcow2_load_dirty_bitmaps() interface by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
- 83bad8c block/qcow2: qcow2_get_specific_info(): drop error propagation by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
- 35f428b qcow2-bitmap: make bytes_covered_by_bitmap_cluster() public by Vladimir Sementsov-Ogievskiy · 4 years ago
- c3033fd qapi: Use QAPI_LIST_APPEND in trivial cases by Eric Blake · 4 years, 1 month ago
- 02b1ecf qcow2: Use macros for the L1, refcount and bitmap table entry sizes by Alberto Garcia · 4 years, 6 months ago
- fe16c7d qcow2: Release read-only bitmaps when inactivated by Max Reitz · 4 years, 7 months ago
- f17d684 qcow2: Tweak comments on qcow2_get_persistent_dirty_bitmap_size by Eric Blake · 4 years, 9 months ago
- 5d72c68 qcow2: Expose bitmaps' size during measure by Eric Blake · 4 years, 9 months ago
- ef893b5 block: Make it easier to learn which BDS support bitmaps by Eric Blake · 4 years, 10 months ago
- 2d00cbd block/qcow2-bitmap: use bdrv_dirty_bitmap_next_dirty by Vladimir Sementsov-Ogievskiy · 5 years ago
- 5b1405d block/qcow2-bitmap: Remove unneeded variable assignment by Philippe Mathieu-Daudé · 5 years ago
- a1db873 qcow2-bitmaps: fix qcow2_can_store_new_dirty_bitmap by Vladimir Sementsov-Ogievskiy · 5 years ago
- f56281a block/qcow2-bitmap: fix crash bug in qcow2_co_remove_persistent_dirty_bitmap by Vladimir Sementsov-Ogievskiy · 5 years ago
- a505475 block/qcow2-bitmap: fix bitmap migration by Vladimir Sementsov-Ogievskiy · 5 years ago
- cf7c49c bitmap: Enforce maximum bitmap name length by Eric Blake · 5 years ago
- 570542e qcow2-bitmap: Fix uint64_t left-shift overflow by Tuguoyi · 5 years ago
- f6333cb block/qcow2-bitmap: fix and improve qcow2_reopen_bitmaps_rw by Vladimir Sementsov-Ogievskiy · 5 years ago
- 644ddbb block/qcow2-bitmap: do not remove bitmaps on reopen-ro by Vladimir Sementsov-Ogievskiy · 5 years ago
- bd429a8 block/qcow2-bitmap: drop qcow2_reopen_bitmaps_rw_hint() by Vladimir Sementsov-Ogievskiy · 5 years ago
- f88676c block/qcow2-bitmap: get rid of bdrv_has_changed_persistent_bitmaps by Vladimir Sementsov-Ogievskiy · 5 years ago
- ef9041a block/dirty-bitmap: refactor bdrv_dirty_bitmap_next by Vladimir Sementsov-Ogievskiy · 5 years ago
- 5deb6cb block/dirty-bitmap: add bs link by Vladimir Sementsov-Ogievskiy · 5 years ago
- d2c3080 block/qcow2: proper locking on bitmap add/remove paths by Vladimir Sementsov-Ogievskiy · 5 years ago
- b56a1e3 block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmap by Vladimir Sementsov-Ogievskiy · 5 years ago
- 6388903 qcow2-bitmap: initialize bitmap directory alignment by Andrey Shinkevich · 6 years ago
- 9353db4 qcow2.h: add missing include by Vladimir Sementsov-Ogievskiy · 6 years ago
- 444b823 qcow2: discard bitmap when removed by Andrey Shinkevich · 6 years ago
- d19c6b3 block/qcow2-bitmap: Allow resizes with persistent bitmaps by John Snow · 6 years ago
- bf5f0cf block/qcow2-bitmap: Don't check size for IN_USE bitmap by Vladimir Sementsov-Ogievskiy · 6 years ago
- 796a379 bitmaps: Fix typo in function name by Eric Blake · 6 years ago
- 74da6b9 block/dirty-bitmaps: implement inconsistent bit by John Snow · 6 years ago
- 966b000 qcow2: External file I/O by Kevin Wolf · 6 years ago
- b8968c8 qcow2: Add list of bitmaps to ImageInfoSpecificQCow2 by Andrey Shinkevich · 6 years ago
- b58deb3 qemu/queue.h: leave head structs anonymous unless necessary by Paolo Bonzini · 6 years ago
- caacea4 block/qcow2-bitmap: Don't take address of fields in packed structs by Peter Maydell · 6 years ago
- 9c98f14 dirty-bitmaps: clean-up bitmaps loading and migration logic by Vladimir Sementsov-Ogievskiy · 6 years ago
- 0e4e431 qcow2: add overlap check for bitmap directory by Vladimir Sementsov-Ogievskiy · 7 years ago
- 7eb2400 block/qcow2-bitmap: fix free_bitmap_clusters by Vladimir Sementsov-Ogievskiy · 7 years ago
- 0d8c41d block: use local path for local headers by Michael S. Tsirkin · 7 years ago
- b1336cc qcow2-bitmap: add qcow2_reopen_bitmaps_rw_hint() by Vladimir Sementsov-Ogievskiy · 7 years ago
- 1a0c2bf qcow2: fix flushing after dirty bitmap metadata writes by Paolo Bonzini · 7 years ago
- 9e02968 qcow2: Replace align_offset() with ROUND_UP() by Alberto Garcia · 7 years ago
- 3e99da5 block: maintain persistent disabled bitmaps by Vladimir Sementsov-Ogievskiy · 7 years ago
- c9ceb3e qcow2: No persistent dirty bitmaps for compat=0.10 by Max Reitz · 7 years ago
- 49d741b qcow2: Switch store_bitmap_data() to byte-based iteration by Eric Blake · 7 years ago
- ab94db6 qcow2: Switch load_bitmap_data() to byte-based iteration by Eric Blake · 7 years ago
- f798184 dirty-bitmap: Change bdrv_dirty_iter_next() to report byte offset by Eric Blake · 7 years ago
- 715a74d dirty-bitmap: Set iterator start by offset, not sector by Eric Blake · 7 years ago
- c7e7c87 qcow2: Switch sectors_covered_by_bitmap_cluster() to byte-based by Eric Blake · 7 years ago
- 86f6ae6 dirty-bitmap: Change bdrv_dirty_bitmap_*serialize*() to take bytes by Eric Blake · 7 years ago
- ebfcd2e dirty-bitmap: Change bdrv_dirty_bitmap_size() to report bytes by Eric Blake · 7 years ago
- 113754f qcow2: Ensure bitmap serialization is aligned by Eric Blake · 7 years ago
- 5330f32 block/qcow2-bitmap: fix use of uninitialized pointer by Vladimir Sementsov-Ogievskiy · 7 years ago
- b6b75a9 qcow2-bitmap: fix bitmap_free by Vladimir Sementsov-Ogievskiy · 8 years ago
- 469c71e qcow2: add .bdrv_remove_persistent_dirty_bitmap by Vladimir Sementsov-Ogievskiy · 8 years ago
- da0eb24 qcow2: add .bdrv_can_store_new_dirty_bitmap by Vladimir Sementsov-Ogievskiy · 8 years ago
- 169b879 qcow2: store bitmaps on reopening image as read-only by Vladimir Sementsov-Ogievskiy · 8 years ago
- 5f72826 qcow2: add persistent dirty bitmaps support by Vladimir Sementsov-Ogievskiy · 8 years ago
- a88b179 block: introduce persistent dirty bitmaps by Vladimir Sementsov-Ogievskiy · 8 years ago
- a0319aa block/dirty-bitmap: add autoload field to BdrvDirtyBitmap by Vladimir Sementsov-Ogievskiy · 8 years ago
- 1b6b056 qcow2: support .bdrv_reopen_bitmaps_rw by Vladimir Sementsov-Ogievskiy · 8 years ago
- d1258dd qcow2: autoloading dirty bitmaps by Vladimir Sementsov-Ogievskiy · 8 years ago
- 88ddffa qcow2: add bitmaps extension by Vladimir Sementsov-Ogievskiy · 8 years ago