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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-refcount.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-12
qcow2: Mark qcow2_signal_corruption() and callers GRAPH_RDLOCK
Kevin Wolf
1
-39
/
+41
2023-09-08
block: spelling fixes
Michael Tokarev
1
-1
/
+1
2023-06-28
block: use bdrv_co_debug_event in coroutine context
Paolo Bonzini
1
-2
/
+2
2023-06-28
qcow2: mark more functions as coroutine_fns and GRAPH_RDLOCK
Paolo Bonzini
1
-62
/
+68
2023-05-10
qcow2: Don't call bdrv_getlength() in coroutine_fns
Kevin Wolf
1
-1
/
+1
2023-04-25
qcow2: mark various functions as coroutine_fn and GRAPH_RDLOCK
Paolo Bonzini
1
-4
/
+4
2023-02-01
block: Convert bdrv_get_allocated_file_size() to co_wrapper
Emanuele Giuseppe Esposito
1
-1
/
+1
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
1
-0
/
+1
2022-10-27
qcow2: switch to *_co_* functions
Alberto Faria
1
-5
/
+5
2022-10-27
qcow2: manually add more coroutine_fn annotations
Paolo Bonzini
1
-4
/
+4
2022-10-07
qcow2: add missing coroutine_fn annotations
Paolo Bonzini
1
-1
/
+1
2022-10-07
qcow2: remove incorrect coroutine_fn annotations
Paolo Bonzini
1
-2
/
+2
2022-07-12
block: Change bdrv_{pread,pwrite,pwrite_sync}() param order
Alberto Faria
1
-27
/
+29
2022-07-12
block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()
Alberto Faria
1
-21
/
+21
2022-04-20
qcow2: Add errp to rebuild_refcount_structure()
Hanna Reitz
1
-14
/
+19
2022-04-20
qcow2: Improve refcount structure rebuilding
Hanna Reitz
1
-97
/
+235
2022-03-22
compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULT
Marc-André Lureau
1
-9
/
+11
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
1
-0
/
+1
2021-09-15
qcow2-refcount: check_refblocks(): add separate message for reserved
Vladimir Sementsov-Ogievskiy
1
-1
/
+9
2021-09-15
qcow2-refcount: check_refcounts_l1(): check reserved bits
Vladimir Sementsov-Ogievskiy
1
-0
/
+6
2021-09-15
qcow2-refcount: improve style of check_refcounts_l1()
Vladimir Sementsov-Ogievskiy
1
-48
/
+50
2021-09-15
qcow2-refcount: check_refcounts_l2(): check reserved bits
Vladimir Sementsov-Ogievskiy
1
-1
/
+13
2021-09-15
qcow2-refcount: check_refcounts_l2(): check l2_bitmap
Vladimir Sementsov-Ogievskiy
1
-2
/
+26
2021-09-15
qcow2-refcount: fix_l2_entry_by_zero(): also zero L2 entry bitmap
Vladimir Sementsov-Ogievskiy
1
-3
/
+15
2021-09-15
qcow2-refcount: introduce fix_l2_entry_by_zero()
Vladimir Sementsov-Ogievskiy
1
-27
/
+60
2021-09-15
qcow2: introduce qcow2_parse_compressed_l2_entry() helper
Vladimir Sementsov-Ogievskiy
1
-19
/
+17
2021-09-15
qcow2-refcount: improve style of check_refcounts_l2()
Vladimir Sementsov-Ogievskiy
1
-23
/
+24
2020-09-15
qcow2: Make qcow2_free_any_clusters() free only one cluster
Alberto Garcia
1
-4
/
+4
2020-09-15
qcow2: Use macros for the L1, refcount and bitmap table entry sizes
Alberto Garcia
1
-43
/
+46
2020-08-25
qcow2: Add subcluster support to check_refcounts_l2()
Alberto Garcia
1
-5
/
+11
2020-08-25
qcow2: Add l2_entry_size()
Alberto Garcia
1
-6
/
+8
2020-08-25
qcow2: Add get_l2_entry() and set_l2_entry()
Alberto Garcia
1
-8
/
+9
2020-05-05
block: Comment cleanups
Eric Blake
1
-1
/
+1
2020-04-30
block: Add flags to bdrv(_co)_truncate()
Kevin Wolf
1
-1
/
+1
2020-02-18
qcow2: update_refcount(): Reset old_table_index after qcow2_cache_put()
Kevin Wolf
1
-0
/
+1
2020-02-06
qcow2: Don't round the L1 table allocation up to the sector size
Alberto Garcia
1
-1
/
+1
2019-10-28
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
1
-1
/
+1
2019-10-25
qcow2: Fix corruption bug in qcow2_detect_metadata_preallocation()
Kevin Wolf
1
-0
/
+2
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-06-04
block/qcow2-refcount: add trace-point to qcow2_process_discards
Vladimir Sementsov-Ogievskiy
1
-1
/
+6
2019-06-04
block: avoid recursive block_status call if possible
Vladimir Sementsov-Ogievskiy
1
-0
/
+32
2019-05-28
qcow2.h: add missing include
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2019-05-20
qcow2: Define and use QCOW2_COMPRESSED_SECTOR_SIZE
Alberto Garcia
1
-11
/
+14
2019-05-10
qcow2: Replace bdrv_write() with bdrv_pwrite()
Alberto Garcia
1
-2
/
+2
2019-05-07
qcow2-refcount: don't mask corruptions under internal errors
Vladimir Sementsov-Ogievskiy
1
-10
/
+9
2019-05-07
qcow2-refcount: check_refcounts_l2: don't count fixed cluster as allocated
Vladimir Sementsov-Ogievskiy
1
-9
/
+9
2019-05-07
qcow2-refcount: check_refcounts_l2: reduce ignored overlaps
Vladimir Sementsov-Ogievskiy
1
-7
/
+9
2019-05-07
qcow2-refcount: avoid eating RAM
Vladimir Sementsov-Ogievskiy
1
-0
/
+19
2019-05-07
qcow2-refcount: fix check_oflag_copied
Vladimir Sementsov-Ogievskiy
1
-4
/
+4
2019-03-08
qcow2: Support external data file in qemu-img check
Kevin Wolf
1
-11
/
+30
[next]