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-cluster.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-31
Merge remote-tracking branch 'remotes/elmarco/tags/tidy-pull-request' into st...
Peter Maydell
1
-1
/
+1
2017-08-31
qcow2: use DIV_ROUND_UP
Marc-André Lureau
1
-1
/
+1
2017-08-30
qcow2: allocate cluster_cache/cluster_data on demand
Stefan Hajnoczi
1
-0
/
+17
2017-07-11
qcow2: add support for LUKS encryption format
Daniel P. Berrange
1
-5
/
+9
2017-07-11
qcow2: convert QCow2 to use QCryptoBlock for encryption
Daniel P. Berrange
1
-44
/
+3
2017-07-11
qcow2: make qcow2_encrypt_sectors encrypt in place
Daniel P. Berrange
1
-11
/
+6
2017-06-26
qcow2: Use offset_into_cluster() and offset_to_l2_index()
Alberto Garcia
1
-2
/
+2
2017-06-26
qcow2: Merge the writing of the COW regions with the guest data
Alberto Garcia
1
-10
/
+30
2017-06-26
qcow2: Pass a QEMUIOVector to do_perform_cow_{read,write}()
Alberto Garcia
1
-27
/
+24
2017-06-26
qcow2: Allow reading both COW regions with only one request
Alberto Garcia
1
-13
/
+38
2017-06-26
qcow2: Split do_perform_cow() into _read(), _encrypt() and _write()
Alberto Garcia
1
-30
/
+87
2017-06-26
qcow2: Make perform_cow() call do_perform_cow() twice
Alberto Garcia
1
-14
/
+22
2017-06-26
qcow2: Use unsigned int for both members of Qcow2COWRegion
Alberto Garcia
1
-2
/
+2
2017-06-26
qcow2: Remove unused Error variable in do_perform_cow()
Alberto Garcia
1
-3
/
+1
2017-05-29
block: Tweak error message related to qemu-img amend
Eric Blake
1
-1
/
+2
2017-05-11
qcow2: Discard/zero clusters by byte count
Eric Blake
1
-20
/
+22
2017-05-11
qcow2: Assert that cluster operations are aligned
Eric Blake
1
-4
/
+11
2017-05-11
qcow2: Optimize zero_single_l2() to minimize L2 churn
Eric Blake
1
-2
/
+13
2017-05-11
qcow2: Make distinction between zero cluster types obvious
Eric Blake
1
-49
/
+30
2017-05-11
qcow2: Name typedef for cluster type
Eric Blake
1
-10
/
+11
2017-05-11
qcow2: Correctly report status of preallocated zero clusters
Eric Blake
1
-10
/
+35
2017-05-11
qcow2: Use consistent switch indentation
Eric Blake
1
-16
/
+16
2017-05-11
qcow2: Discard preallocated zero clusters
Max Reitz
1
-1
/
+2
2017-05-11
qcow2: Reuse preallocated zero clusters
Max Reitz
1
-24
/
+56
2017-04-03
qcow2: Discard unaligned tail when wiping image
Eric Blake
1
-6
/
+4
2017-02-21
coroutine-lock: add mutex argument to CoQueue APIs
Paolo Bonzini
1
-3
/
+1
2016-10-24
qcow2: Support BDRV_REQ_MAY_UNMAP
Fam Zheng
1
-4
/
+5
2016-09-23
qcow2: fix encryption during cow of sectors
Daniel P. Berrange
1
-1
/
+1
2016-09-13
qcow2: avoid memcpy(dst, NULL, len)
Stefan Hajnoczi
1
-1
/
+3
2016-07-13
qcow2: Fix qcow2_get_cluster_offset()
Max Reitz
1
-5
/
+11
2016-07-13
qcow2: Avoid making the L1 table too big
Max Reitz
1
-1
/
+2
2016-07-05
block/qcow2: Don't use cpu_to_*w()
Peter Maydell
1
-1
/
+1
2016-07-05
block: Convert bdrv_co_preadv/pwritev to BdrvChild
Kevin Wolf
1
-1
/
+1
2016-07-05
block: Convert bdrv_pwrite_zeroes() to BdrvChild
Kevin Wolf
1
-1
/
+1
2016-07-05
block: Convert bdrv_pwrite(v/_sync) to BdrvChild
Kevin Wolf
1
-3
/
+3
2016-07-05
block: Convert bdrv_write() to BdrvChild
Kevin Wolf
1
-1
/
+1
2016-07-05
block: Convert bdrv_read() to BdrvChild
Kevin Wolf
1
-3
/
+3
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
1
-4
/
+2
2016-06-16
qcow2: Implement .bdrv_co_pwritev()
Kevin Wolf
1
-7
/
+6
2016-06-16
qcow2: Use bytes instead of sectors for QCowL2Meta
Kevin Wolf
1
-20
/
+12
2016-06-16
qcow2: Make copy_sectors() byte based
Kevin Wolf
1
-28
/
+27
2016-06-16
qcow2: Implement .bdrv_co_preadv()
Kevin Wolf
1
-15
/
+12
2016-06-16
qcow2: Work with bytes in qcow2_get_cluster_offset()
Kevin Wolf
1
-21
/
+23
2016-06-08
block: Switch bdrv_write_zeroes() to byte interface
Eric Blake
1
-2
/
+1
2016-06-07
qcow/qcow2: Use DIV_ROUND_UP
Laurent Vivier
1
-2
/
+2
2016-05-19
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
1
-0
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-01-20
block: Clean up includes
Peter Maydell
1
-0
/
+1
2015-12-18
block: Add opaque value to the amend CB
Max Reitz
1
-6
/
+8
2015-11-11
qcow2: Fix qcow2_get_cluster_offset() for zero clusters
Kevin Wolf
1
-6
/
+9
[next]