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-cluster.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-24
qcow2: Fix corruption on write_zeroes with MAY_UNMAP
Maxim Levitsky
1
-3
/
+6
2020-11-09
qcow2: Document and enforce the QCowL2Meta invariants
Alberto Garcia
1
-2
/
+3
2020-10-02
qcow2: Use L1E_SIZE in qcow2_write_l1_entry()
Alberto Garcia
1
-2
/
+2
2020-09-15
qcow2: Convert qcow2_alloc_cluster_offset() into qcow2_alloc_host_offset()
Alberto Garcia
1
-4
/
+10
2020-09-15
qcow2: Make qcow2_free_any_clusters() free only one cluster
Alberto Garcia
1
-3
/
+3
2020-09-15
qcow2: Rewrite the documentation of qcow2_alloc_cluster_offset()
Alberto Garcia
1
-10
/
+14
2020-09-15
qcow2: Fix removal of list members from BDRVQcow2State.cluster_allocs
Alberto Garcia
1
-3
/
+0
2020-09-15
qcow2: Use macros for the L1, refcount and bitmap table entry sizes
Alberto Garcia
1
-12
/
+12
2020-09-10
block/qcow2-cluster: Add missing "fallthrough" annotation
Thomas Huth
1
-0
/
+1
2020-08-25
qcow2: Assert that expand_zero_clusters_in_l1() does not support subclusters
Alberto Garcia
1
-2
/
+12
2020-08-25
qcow2: Add prealloc field to QCowL2Meta
Alberto Garcia
1
-1
/
+1
2020-08-25
qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()
Alberto Garcia
1
-6
/
+75
2020-08-25
qcow2: Clear the L2 bitmap when allocating a compressed cluster
Alberto Garcia
1
-0
/
+3
2020-08-25
qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
Alberto Garcia
1
-0
/
+18
2020-08-25
qcow2: Add subcluster support to discard_in_l2_slice()
Alberto Garcia
1
-29
/
+23
2020-08-25
qcow2: Add subcluster support to zero_in_l2_slice()
Alberto Garcia
1
-18
/
+20
2020-08-25
qcow2: Add subcluster support to qcow2_get_host_offset()
Alberto Garcia
1
-72
/
+78
2020-08-25
qcow2: Add subcluster support to calculate_l2_meta()
Alberto Garcia
1
-34
/
+133
2020-08-25
qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*
Alberto Garcia
1
-5
/
+5
2020-08-25
qcow2: Add cluster type parameter to qcow2_get_host_offset()
Alberto Garcia
1
-4
/
+7
2020-08-25
qcow2: Add qcow2_get_subcluster_range_type()
Alberto Garcia
1
-0
/
+51
2020-08-25
qcow2: Add l2_entry_size()
Alberto Garcia
1
-6
/
+6
2020-08-25
qcow2: Add get_l2_entry() and set_l2_entry()
Alberto Garcia
1
-30
/
+33
2020-08-25
qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()
Alberto Garcia
1
-113
/
+139
2020-08-25
qcow2: Split cluster_needs_cow() out of count_cow_clusters()
Alberto Garcia
1
-15
/
+19
2020-08-25
qcow2: Add calculate_l2_meta()
Alberto Garcia
1
-24
/
+53
2020-08-25
qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset()
Alberto Garcia
1
-18
/
+23
2020-08-05
qcow2-cluster: Fix integer left shift error in qcow2_alloc_cluster_link_l2()
Tuguoyi
1
-1
/
+1
2020-07-21
qcow2: Implement v2 zero writes with discard if possible
Kevin Wolf
1
-1
/
+8
2020-04-30
qcow2: Support BDRV_REQ_ZERO_WRITE for truncate
Kevin Wolf
1
-1
/
+1
2020-03-06
qcow2: Fix alloc_cluster_abort() for pre-existing clusters
Max Reitz
1
-1
/
+1
2020-02-18
qcow2: Fix qcow2_alloc_cluster_abort() for external data file
Kevin Wolf
1
-2
/
+5
2020-02-06
qcow2: Use bs->bl.request_alignment when updating an L1 entry
Alberto Garcia
1
-10
/
+15
2020-02-06
qcow2: Don't round the L1 table allocation up to the sector size
Alberto Garcia
1
-3
/
+2
2020-02-06
qcow2: Assert that host cluster offsets fit in L2 table entries
Alberto Garcia
1
-2
/
+12
2019-10-14
qcow2: Limit total allocation range to INT_MAX
Max Reitz
1
-1
/
+4
2019-09-16
block/qcow2: refactor encryption code
Maxim Levitsky
1
-28
/
+13
2019-09-16
block/qcow2: Fix corruption introduced by commit 8ac0f15f335
Maxim Levitsky
1
-3
/
+4
2019-09-16
block: Use QEMU_IS_ALIGNED
Nir Soffer
1
-2
/
+2
2019-09-13
qcow2: Stop overwriting compressed clusters one by one
Alberto Garcia
1
-7
/
+1
2019-08-27
block/qcow2: implement .bdrv_co_pwritev(_compressed)_part
Vladimir Sementsov-Ogievskiy
1
-3
/
+6
2019-08-27
block/qcow2: implement .bdrv_co_preadv_part
Vladimir Sementsov-Ogievskiy
1
-2
/
+3
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-05-28
qcow2: skip writing zero buffers to empty COW areas
Anton Nefedov
1
-1
/
+1
2019-05-28
qcow2: do encryption in threads
Vladimir Sementsov-Ogievskiy
1
-4
/
+3
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
-2
/
+3
2019-03-08
qcow2: Implement data-file-raw create option
Kevin Wolf
1
-0
/
+10
2019-03-08
qcow2: External file I/O
Kevin Wolf
1
-7
/
+39
2019-03-08
qcow2: Return 0/-errno in qcow2_alloc_compressed_cluster_offset()
Kevin Wolf
1
-15
/
+13
[next]