index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
qcow2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qcow2: Allow discard of final unaligned cluster
Eric Blake
2017-04-28
1
-1
/
+6
*
block: Add .bdrv_truncate() error messages
Max Reitz
2017-04-28
1
-0
/
+2
*
block: Add errp to BD.bdrv_truncate()
Max Reitz
2017-04-28
1
-4
/
+4
*
block: Add errp to b{lk,drv}_truncate()
Max Reitz
2017-04-28
1
-5
/
+9
*
block: Add BDRV_O_RESIZE for blk_new_open()
Kevin Wolf
2017-02-28
1
-2
/
+4
*
block: Add error parameter to blk_insert_bs()
Kevin Wolf
2017-02-28
1
-2
/
+8
*
block: Add permissions to blk_new()
Kevin Wolf
2017-02-28
1
-1
/
+1
*
block: Request child permissions in format drivers
Kevin Wolf
2017-02-28
1
-0
/
+1
*
block: Attach bs->file only during .bdrv_open()
Kevin Wolf
2017-02-24
1
-3
/
+15
*
block: Pass BdrvChild to bdrv_truncate()
Kevin Wolf
2017-02-24
1
-2
/
+2
*
qcow2: Use BB for resizing in qcow2_amend_options()
Kevin Wolf
2017-02-24
1
-1
/
+5
*
qcow2: Optimize the refcount-block overlap check
Alberto Garcia
2017-02-12
1
-0
/
+1
*
qcow2: Don't strand clusters near 2G intervals during commit
Eric Blake
2016-12-06
1
-1
/
+2
*
qcow2: Allow 'cache-clean-interval' in Linux only
Alberto Garcia
2016-11-25
1
-0
/
+8
*
block: Return -ENOTSUP rather than assert on unaligned discards
Eric Blake
2016-11-22
1
-0
/
+5
*
qcow2: Inform block layer about discard boundaries
Eric Blake
2016-11-22
1
-0
/
+1
*
qcow2: Support BDRV_REQ_MAY_UNMAP
Fam Zheng
2016-10-24
1
-1
/
+2
*
crypto: extend mode as a parameter in qcrypto_cipher_supports()
Gonglei
2016-10-19
1
-1
/
+2
*
qcow2: avoid memcpy(dst, NULL, len)
Stefan Hajnoczi
2016-09-13
1
-1
/
+4
*
qcow2: fix iovec size at qcow2_co_pwritev_compressed
Pavel Butsykin
2016-09-05
1
-1
/
+1
*
qcow2: cleanup qcow2_co_pwritev_compressed to avoid the recursion
Pavel Butsykin
2016-09-05
1
-17
/
+7
*
qcow2: add qcow2_co_pwritev_compressed
Pavel Butsykin
2016-09-05
1
-74
/
+50
*
qcow2: do not allocate extra memory
Vladimir Sementsov-Ogievskiy
2016-07-26
1
-1
/
+1
*
qcow2: Switch .bdrv_co_discard() to byte-based
Eric Blake
2016-07-20
1
-5
/
+5
*
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
2016-07-13
1
-2
/
+2
*
block/qcow2: Don't use cpu_to_*w()
Peter Maydell
2016-07-05
1
-3
/
+3
*
block: Convert bdrv_co_preadv/pwritev to BdrvChild
Kevin Wolf
2016-07-05
1
-3
/
+3
*
block: Convert bdrv_pwrite_zeroes() to BdrvChild
Kevin Wolf
2016-07-05
1
-2
/
+2
*
block: Convert bdrv_pwrite(v/_sync) to BdrvChild
Kevin Wolf
2016-07-05
1
-7
/
+7
*
block: Convert bdrv_pread(v) to BdrvChild
Kevin Wolf
2016-07-05
1
-8
/
+8
*
block: Convert bdrv_write() to BdrvChild
Kevin Wolf
2016-07-05
1
-1
/
+46
*
block: Use bool as appropriate for BDS members
Eric Blake
2016-07-05
1
-1
/
+1
*
block: Move request_alignment into BlockLimit
Eric Blake
2016-07-05
1
-1
/
+1
*
qcow2: Set request_alignment during .bdrv_refresh_limits()
Eric Blake
2016-07-05
1
-3
/
+4
*
error: Remove NULL checks on error_propagate() calls
Eduardo Habkost
2016-06-20
1
-3
/
+1
*
qcow2: Let vmstate call qcow2_co_preadv/pwrite directly
Kevin Wolf
2016-06-16
1
-20
/
+4
*
block: Make .bdrv_load_vmstate() vectored
Kevin Wolf
2016-06-16
1
-3
/
+3
*
block: drop support for using qcow[2] encryption with system emulators
Daniel P. Berrange
2016-06-16
1
-4
/
+10
*
qcow2: Implement .bdrv_co_pwritev()
Kevin Wolf
2016-06-16
1
-48
/
+41
*
qcow2: Implement .bdrv_co_preadv()
Kevin Wolf
2016-06-16
1
-49
/
+59
*
qcow2: avoid extra flushes in qcow2
Denis V. Lunev
2016-06-08
1
-2
/
+2
*
qcow2: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
2016-06-08
1
-18
/
+19
*
block: Switch bdrv_write_zeroes() to byte interface
Eric Blake
2016-06-08
1
-5
/
+4
*
block: Track write zero limits in bytes
Eric Blake
2016-06-08
1
-1
/
+1
*
qcow2: Catch more unaligned write_zero into zero cluster
Eric Blake
2016-06-08
1
-24
/
+23
*
qcow2: add tracepoints for qcow2_co_write_zeroes
Denis V. Lunev
2016-06-08
1
-0
/
+5
*
qcow2: simplify logic in qcow2_co_write_zeroes
Denis V. Lunev
2016-06-08
1
-18
/
+5
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2016-05-19
1
-1
/
+2
|
\
|
*
qcow2: Fix write_zeroes with partially allocated backing file cluster
Kevin Wolf
2016-05-19
1
-1
/
+2
|
*
qcow2: fix condition in is_zero_cluster
Denis V. Lunev
2016-05-19
1
-1
/
+1
[next]