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
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
2019-03-08
qcow2: Don't assume 0 is an invalid cluster offset
Kevin Wolf
1
-32
/
+27
2019-03-08
qcow2: Prepare count_contiguous_clusters() for external data file
Kevin Wolf
1
-2
/
+2
2019-03-08
qcow2: Pass bs to qcow2_get_cluster_type()
Kevin Wolf
1
-18
/
+19
2019-02-25
qcow2: Assert that L2 table offsets fit in the L1 table
Alberto Garcia
1
-0
/
+3
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
1
-1
/
+1
2018-12-14
qcow2: move decompression from qcow2-cluster.c to qcow2.c
Vladimir Sementsov-Ogievskiy
1
-70
/
+0
2018-06-29
qcow2: Free allocated clusters on write error
Kevin Wolf
1
-0
/
+11
2018-05-31
block: use local path for local headers
Michael S. Tsirkin
1
-1
/
+1
2018-03-09
qcow2: Check L1 table parameters in qcow2_expand_zero_clusters()
Alberto Garcia
1
-7
/
+17
2018-03-02
qcow2: Replace align_offset() with ROUND_UP()
Alberto Garcia
1
-2
/
+2
2018-02-13
qcow2: Rename l2_table in count_cow_clusters()
Alberto Garcia
1
-2
/
+2
2018-02-13
qcow2: Rename l2_table in count_contiguous_clusters_unallocated()
Alberto Garcia
1
-3
/
+3
2018-02-13
qcow2: Rename l2_table in count_contiguous_clusters()
Alberto Garcia
1
-4
/
+4
2018-02-13
qcow2: Rename l2_table in qcow2_alloc_compressed_cluster_offset()
Alberto Garcia
1
-8
/
+8
2018-02-13
qcow2: Update expand_zero_clusters_in_l1() to support L2 slices
Alberto Garcia
1
-23
/
+28
2018-02-13
qcow2: Prepare expand_zero_clusters_in_l1() for adding L2 slice support
Alberto Garcia
1
-91
/
+96
2018-02-13
qcow2: Read refcount before L2 table in expand_zero_clusters_in_l1()
Alberto Garcia
1
-6
/
+6
2018-02-13
qcow2: Update zero_single_l2() to support L2 slices
Alberto Garcia
1
-14
/
+14
2018-02-13
qcow2: Update discard_single_l2() to support L2 slices
Alberto Garcia
1
-16
/
+16
2018-02-13
qcow2: Update handle_alloc() to support L2 slices
Alberto Garcia
1
-9
/
+9
2018-02-13
qcow2: Update handle_copied() to support L2 slices
Alberto Garcia
1
-8
/
+8
2018-02-13
qcow2: Update qcow2_alloc_cluster_link_l2() to support L2 slices
Alberto Garcia
1
-8
/
+8
2018-02-13
qcow2: Update qcow2_get_cluster_offset() to support L2 slices
Alberto Garcia
1
-15
/
+15
2018-02-13
qcow2: Update get_cluster_table() to support L2 slices
Alberto Garcia
1
-8
/
+8
2018-02-13
qcow2: Refactor get_cluster_table()
Alberto Garcia
1
-14
/
+7
2018-02-13
qcow2: Update l2_allocate() to support L2 slices
Alberto Garcia
1
-22
/
+34
2018-02-13
qcow2: Prepare l2_allocate() for adding L2 slice support
Alberto Garcia
1
-24
/
+29
2018-02-13
qcow2: Update l2_load() to support L2 slices
Alberto Garcia
1
-11
/
+17
2018-02-13
qcow2: Add offset_to_l1_index()
Alberto Garcia
1
-2
/
+2
2018-02-13
qcow2: Remove BDS parameter from qcow2_cache_put()
Alberto Garcia
1
-14
/
+14
2018-02-13
qcow2: Remove BDS parameter from qcow2_cache_entry_mark_dirty()
Alberto Garcia
1
-6
/
+6
2018-02-13
qcow2: Fix documentation of get_cluster_table()
Alberto Garcia
1
-2
/
+1
2018-02-13
qcow2: Use g_try_realloc() in qcow2_expand_zero_clusters()
Alberto Garcia
1
-1
/
+9
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-1
/
+0
2017-11-17
qcow2: Unaligned zero cluster in handle_alloc()
Max Reitz
1
-1
/
+12
[next]