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
...
|
*
file-posix: Fix creation locking
Max Reitz
2018-07-05
1
-2
/
+2
|
*
block/blklogwrites: Add an option for the update interval of the log superblock
Ari Sundholm
2018-07-05
1
-2
/
+18
|
*
block/blklogwrites: Add an option for appending to an old log
Ari Sundholm
2018-07-05
1
-14
/
+133
|
*
block/blklogwrites: Change log_sector_size from int64_t to uint64_t
Ari Sundholm
2018-07-05
1
-5
/
+3
|
*
block/crypto: Fix memory leak in create error path
Kevin Wolf
2018-07-05
1
-1
/
+1
|
*
block: Add blklogwrites
Aapo Vienamo
2018-07-05
2
-0
/
+415
|
*
qcow2: add compress threads
Vladimir Sementsov-Ogievskiy
2018-07-05
2
-1
/
+64
|
*
qcow2: refactor data compression
Vladimir Sementsov-Ogievskiy
2018-07-05
1
-27
/
+51
*
|
dirty-bitmap: fix double lock on bitmap enabling
Vladimir Sementsov-Ogievskiy
2018-07-04
1
-1
/
+2
*
|
block/dirty-bitmap: add bdrv_enable_dirty_bitmap_locked
Vladimir Sementsov-Ogievskiy
2018-07-04
1
-2
/
+7
|
/
*
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging
Peter Maydell
2018-07-03
3
-57
/
+129
|
\
|
*
backup: Use copy offloading
Fam Zheng
2018-07-03
2
-41
/
+110
|
*
block: Honour BDRV_REQ_NO_SERIALISING in copy range
Fam Zheng
2018-07-03
1
-2
/
+4
|
*
block: Fix parameter checking in bdrv_co_copy_range_internal
Fam Zheng
2018-07-03
1
-14
/
+15
*
|
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-07-02' into st...
Peter Maydell
2018-07-03
4
-3
/
+13
|
\
\
|
*
|
nbd/client: Add x-dirty-bitmap to query bitmap from server
Eric Blake
2018-07-02
3
-2
/
+12
|
*
|
iscsi: Avoid potential for get_status overflow
Eric Blake
2018-07-02
1
-1
/
+1
|
|
/
*
/
vdi: Use definitions from "qemu/units.h"
Philippe Mathieu-Daudé
2018-07-02
1
-4
/
+3
|
/
*
block: Remove unused sector-based vectored I/O
Eric Blake
2018-06-29
1
-36
/
+0
*
vhdx: Switch to byte-based calls
Eric Blake
2018-06-29
1
-6
/
+6
*
replication: Switch to byte-based calls
Eric Blake
2018-06-29
1
-6
/
+8
*
qcow: Switch to a byte-based driver
Eric Blake
2018-06-29
1
-15
/
+20
*
qcow: Switch qcow_co_writev to byte-based calls
Eric Blake
2018-06-29
1
-19
/
+17
*
qcow: Switch qcow_co_readv to byte-based calls
Eric Blake
2018-06-29
1
-22
/
+20
*
qcow: Switch get_cluster_offset to be byte-based
Eric Blake
2018-06-29
1
-14
/
+15
*
parallels: Switch to byte-based calls
Eric Blake
2018-06-29
1
-6
/
+10
*
file-posix: Fix EINTR handling
Fam Zheng
2018-06-29
1
-8
/
+9
*
iscsi: Don't blindly use designator length in response for memcpy
Fam Zheng
2018-06-29
1
-1
/
+1
*
qcow2: Fix src_offset in copy offloading
Fam Zheng
2018-06-29
1
-0
/
+1
*
file-posix: Implement co versions of discard/flush
Kevin Wolf
2018-06-29
1
-48
/
+24
*
qcow2: Free allocated clusters on write error
Kevin Wolf
2018-06-29
3
-0
/
+14
*
block/crypto: Simplify block_crypto_{open,create}_opts_init()
Markus Armbruster
2018-06-29
4
-100
/
+22
*
block: Move request tracking to children in copy offloading
Fam Zheng
2018-06-29
1
-31
/
+28
*
qcow2: Remove dead check on !ret
Fam Zheng
2018-06-29
1
-1
/
+1
*
file-posix: Make .bdrv_co_truncate asynchronous
Kevin Wolf
2018-06-29
1
-115
/
+151
*
block: Use tracked request for truncate
Kevin Wolf
2018-06-29
1
-0
/
+25
*
block: Move bdrv_truncate() implementation to io.c
Kevin Wolf
2018-06-29
1
-0
/
+109
*
qcow2: Remove coroutine trampoline for preallocate_co()
Kevin Wolf
2018-06-29
1
-43
/
+8
*
block: Convert .bdrv_truncate callback to coroutine_fn
Kevin Wolf
2018-06-29
13
-79
/
+101
*
qcow2: Fix qcow2_truncate() error return value
Kevin Wolf
2018-06-29
1
-1
/
+1
*
block/crypto: Pacify Coverity after commit f853465aacb
Markus Armbruster
2018-06-29
1
-2
/
+2
*
linux-aio: properly bubble up errors from initialization
Nishanth Aravamudan
2018-06-27
2
-8
/
+37
*
qapi: remove empty flat union branches and types
Anton Nefedov
2018-06-22
1
-1
/
+0
*
block/mirror: Add copy mode QAPI interface
Max Reitz
2018-06-18
1
-5
/
+7
*
block/mirror: Add active mirroring
Max Reitz
2018-06-18
1
-5
/
+247
*
block/mirror: Add MirrorBDSOpaque
Max Reitz
2018-06-18
1
-0
/
+12
*
block/dirty-bitmap: Add bdrv_dirty_iter_next_area
Max Reitz
2018-06-18
1
-0
/
+55
*
hbitmap: Add @advance param to hbitmap_iter_next()
Max Reitz
2018-06-18
2
-2
/
+2
*
block/mirror: Use source as a BdrvChild
Max Reitz
2018-06-18
1
-8
/
+6
*
block/mirror: Wait for in-flight op conflicts
Max Reitz
2018-06-18
1
-18
/
+84
[prev]
[next]