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
Commit message (
Expand
)
Author
Age
Files
Lines
*
block/gluster: add support to choose libgfapi logfile
Prasanna Kumar Kalever
2016-09-13
1
-4
/
+38
*
qcow2: fix iovec size at qcow2_co_pwritev_compressed
Pavel Butsykin
2016-09-05
1
-1
/
+1
*
drive-backup: added support for data compression
Pavel Butsykin
2016-09-05
1
-1
/
+11
*
block/io: turn on dirty_bitmaps for the compressed writes
Pavel Butsykin
2016-09-05
1
-9
/
+5
*
block: remove BlockDriver.bdrv_write_compressed
Pavel Butsykin
2016-09-05
2
-37
/
+2
*
qcow: cleanup qcow_co_pwritev_compressed to avoid the recursion
Pavel Butsykin
2016-09-05
1
-17
/
+7
*
qcow: add qcow_co_pwritev_compressed
Pavel Butsykin
2016-09-05
1
-67
/
+42
*
vmdk: add vmdk_co_pwritev_compressed
Pavel Butsykin
2016-09-05
1
-50
/
+5
*
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
*
block/io: reuse bdrv_co_pwritev() for write compressed
Pavel Butsykin
2016-09-05
1
-16
/
+40
*
block: Convert bdrv_pwrite_compressed() to BdrvChild
Pavel Butsykin
2016-09-05
2
-2
/
+3
*
block: switch blk_write_compressed() to byte-based interface
Pavel Butsykin
2016-09-05
2
-34
/
+11
*
block: Accept node-name for block-stream
Kevin Wolf
2016-09-05
1
-0
/
+16
*
block: fix possible reorder of flush operations
Denis V. Lunev
2016-08-18
1
-1
/
+2
*
block: fix deadlock in bdrv_co_flush
Evgeny Yakovlev
2016-08-18
1
-2
/
+3
*
curl: Cast fd to int for DPRINTF
Fam Zheng
2016-08-17
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2016-08-16
3
-83
/
+172
|
\
|
*
block/nbd: Store runtime option values
Max Reitz
2016-08-15
1
-44
/
+61
|
*
block/blkdebug: Store config filename
Max Reitz
2016-08-15
1
-5
/
+12
|
*
block/nbd: Use QemuOpts for runtime options
Max Reitz
2016-08-15
1
-20
/
+54
|
*
block/ssh: Use QemuOpts for runtime options
Max Reitz
2016-08-15
1
-24
/
+55
*
|
trace-events: fix first line comment in trace-events
Laurent Vivier
2016-08-12
1
-1
/
+1
|
/
*
linux-aio: Handle io_submit() failure gracefully
Kevin Wolf
2016-08-11
1
-1
/
+7
*
mirror: finish earlier on error
Vladimir Sementsov-Ogievskiy
2016-08-08
1
-0
/
+4
*
block/parallels: check new image size
Klim Kireev
2016-08-05
1
-0
/
+5
*
block: Cater to iscsi with non-power-of-2 discard
Eric Blake
2016-08-03
1
-6
/
+9
*
nbd: Limit nbdflags to 16 bits
Eric Blake
2016-08-03
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging
Peter Maydell
2016-07-27
1
-2
/
+8
|
\
|
*
mirror: double performance of the bulk stage if the disc is full
Vladimir Sementsov-Ogievskiy
2016-07-26
1
-2
/
+8
*
|
block: export LUKS specific data to qemu-img info
Daniel P. Berrange
2016-07-26
1
-0
/
+49
*
|
qcow2: do not allocate extra memory
Vladimir Sementsov-Ogievskiy
2016-07-26
2
-2
/
+2
|
/
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-07-21
1
-9
/
+0
|
\
|
*
Revert "mirror: Workaround for unexpected iohandler events during completion"
Fam Zheng
2016-07-21
1
-9
/
+0
*
|
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2016-07-21
17
-319
/
+319
|
\
\
|
*
|
raw_bsd: Convert to byte-based interface
Eric Blake
2016-07-20
1
-19
/
+26
|
*
|
nbd: Convert to byte-based interface
Eric Blake
2016-07-20
3
-23
/
+27
|
*
|
block: Kill .bdrv_co_discard()
Eric Blake
2016-07-20
1
-7
/
+2
|
*
|
sheepdog: Switch .bdrv_co_discard() to byte-based
Eric Blake
2016-07-20
1
-7
/
+10
|
*
|
raw_bsd: Switch .bdrv_co_discard() to byte-based
Eric Blake
2016-07-20
1
-5
/
+4
|
*
|
qcow2: Switch .bdrv_co_discard() to byte-based
Eric Blake
2016-07-20
1
-5
/
+5
|
*
|
nbd: Switch .bdrv_co_discard() to byte-based
Eric Blake
2016-07-20
3
-16
/
+10
|
*
|
iscsi: Switch .bdrv_co_discard() to byte-based
Eric Blake
2016-07-20
1
-10
/
+8
|
*
|
gluster: Switch .bdrv_co_discard() to byte-based
Eric Blake
2016-07-20
1
-8
/
+6
|
*
|
blkreplay: Switch .bdrv_co_discard() to byte-based
Eric Blake
2016-07-20
1
-5
/
+4
|
*
|
block: Add .bdrv_co_pdiscard() driver callback
Eric Blake
2016-07-20
1
-2
/
+5
|
*
|
block: Convert .bdrv_aio_discard() to byte-based
Eric Blake
2016-07-20
3
-22
/
+18
|
*
|
rbd: Switch rbd_start_aio() to byte-based
Eric Blake
2016-07-20
1
-9
/
+9
|
*
|
raw-posix: Switch paio_submit() to byte-based
Eric Blake
2016-07-20
3
-15
/
+20
|
*
|
block: Convert BB interface to byte-based discards
Eric Blake
2016-07-20
2
-16
/
+14
[next]