index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
qcow2-refcount.c
Age
Commit message (
Expand
)
Author
2022-03-22
compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULT
Marc-André Lureau
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
2021-09-15
qcow2-refcount: check_refblocks(): add separate message for reserved
Vladimir Sementsov-Ogievskiy
2021-09-15
qcow2-refcount: check_refcounts_l1(): check reserved bits
Vladimir Sementsov-Ogievskiy
2021-09-15
qcow2-refcount: improve style of check_refcounts_l1()
Vladimir Sementsov-Ogievskiy
2021-09-15
qcow2-refcount: check_refcounts_l2(): check reserved bits
Vladimir Sementsov-Ogievskiy
2021-09-15
qcow2-refcount: check_refcounts_l2(): check l2_bitmap
Vladimir Sementsov-Ogievskiy
2021-09-15
qcow2-refcount: fix_l2_entry_by_zero(): also zero L2 entry bitmap
Vladimir Sementsov-Ogievskiy
2021-09-15
qcow2-refcount: introduce fix_l2_entry_by_zero()
Vladimir Sementsov-Ogievskiy
2021-09-15
qcow2: introduce qcow2_parse_compressed_l2_entry() helper
Vladimir Sementsov-Ogievskiy
2021-09-15
qcow2-refcount: improve style of check_refcounts_l2()
Vladimir Sementsov-Ogievskiy
2020-09-15
qcow2: Make qcow2_free_any_clusters() free only one cluster
Alberto Garcia
2020-09-15
qcow2: Use macros for the L1, refcount and bitmap table entry sizes
Alberto Garcia
2020-08-25
qcow2: Add subcluster support to check_refcounts_l2()
Alberto Garcia
2020-08-25
qcow2: Add l2_entry_size()
Alberto Garcia
2020-08-25
qcow2: Add get_l2_entry() and set_l2_entry()
Alberto Garcia
2020-05-05
block: Comment cleanups
Eric Blake
2020-04-30
block: Add flags to bdrv(_co)_truncate()
Kevin Wolf
2020-02-18
qcow2: update_refcount(): Reset old_table_index after qcow2_cache_put()
Kevin Wolf
2020-02-06
qcow2: Don't round the L1 table allocation up to the sector size
Alberto Garcia
2019-10-28
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
2019-10-25
qcow2: Fix corruption bug in qcow2_detect_metadata_preallocation()
Kevin Wolf
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-04
block/qcow2-refcount: add trace-point to qcow2_process_discards
Vladimir Sementsov-Ogievskiy
2019-06-04
block: avoid recursive block_status call if possible
Vladimir Sementsov-Ogievskiy
2019-05-28
qcow2.h: add missing include
Vladimir Sementsov-Ogievskiy
2019-05-20
qcow2: Define and use QCOW2_COMPRESSED_SECTOR_SIZE
Alberto Garcia
2019-05-10
qcow2: Replace bdrv_write() with bdrv_pwrite()
Alberto Garcia
2019-05-07
qcow2-refcount: don't mask corruptions under internal errors
Vladimir Sementsov-Ogievskiy
2019-05-07
qcow2-refcount: check_refcounts_l2: don't count fixed cluster as allocated
Vladimir Sementsov-Ogievskiy
2019-05-07
qcow2-refcount: check_refcounts_l2: reduce ignored overlaps
Vladimir Sementsov-Ogievskiy
2019-05-07
qcow2-refcount: avoid eating RAM
Vladimir Sementsov-Ogievskiy
2019-05-07
qcow2-refcount: fix check_oflag_copied
Vladimir Sementsov-Ogievskiy
2019-03-08
qcow2: Support external data file in qemu-img check
Kevin Wolf
2019-03-08
qcow2: External file I/O
Kevin Wolf
2019-03-08
qcow2: Pass bs to qcow2_get_cluster_type()
Kevin Wolf
2019-02-01
qcow2: Assert that refcount block offsets fit in the refcount table
Alberto Garcia
2018-11-19
qcow2: Don't allow overflow during cluster allocation
Eric Blake
2018-11-12
qcow2: Read outside array bounds in qcow2_pre_write_overlap_check()
Liam Merwick
2018-07-10
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2018-07-10
block: Use BdrvChild to discard
Fam Zheng
2018-07-09
qcow2: add overlap check for bitmap directory
Vladimir Sementsov-Ogievskiy
2018-06-11
qcow2: Repair OFLAG_COPIED when fixing leaks
Max Reitz
2018-05-31
block: use local path for local headers
Michael S. Tsirkin
2018-05-15
Fix error message about compressed clusters with OFLAG_COPIED
Alberto Garcia
2018-03-26
qcow2: Reset free_cluster_index when allocating a new refcount block
Alberto Garcia
2018-03-09
qcow2: Make qemu-img check detect corrupted L1 tables in snapshots
Alberto Garcia
2018-03-09
qcow2: Check snapshot L1 tables in qcow2_check_metadata_overlap()
Alberto Garcia
2018-03-09
qcow2: introduce qcow2_write_caches and qcow2_flush_caches
Paolo Bonzini
2018-03-02
qcow2: Replace align_offset() with ROUND_UP()
Alberto Garcia
[next]