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: Switch BlockRequest to byte-based
Eric Blake
2016-07-20
1
-32
/
+30
|
*
|
block: Convert bdrv_discard() to byte-based
Eric Blake
2016-07-20
3
-14
/
+12
|
*
|
block: Convert bdrv_co_discard() to byte-based
Eric Blake
2016-07-20
4
-35
/
+41
|
*
|
iscsi: Rely on block layer to break up large requests
Eric Blake
2016-07-20
1
-10
/
+4
|
*
|
nbd: Drop unused offset parameter
Eric Blake
2016-07-20
1
-15
/
+16
|
*
|
nbd: Rely on block layer to break up large requests
Eric Blake
2016-07-20
2
-52
/
+11
|
*
|
block: Fragment writes to max transfer length
Eric Blake
2016-07-20
1
-2
/
+33
|
*
|
raw_bsd: Don't advertise flags not supported by protocol layer
Eric Blake
2016-07-20
1
-2
/
+4
|
*
|
block: Fragment reads to max transfer length
Eric Blake
2016-07-20
1
-20
/
+33
|
|
/
*
|
block/gluster: add support for multiple gluster servers
Prasanna Kumar Kalever
2016-07-19
1
-40
/
+357
*
|
block/gluster: using new qapi schema
Prasanna Kumar Kalever
2016-07-19
1
-50
/
+59
*
|
block/gluster: deprecate rdma support
Prasanna Kumar Kalever
2016-07-19
1
-8
/
+12
*
|
block/gluster: code cleanup
Prasanna Kumar Kalever
2016-07-19
1
-68
/
+75
*
|
block/gluster: rename [server, volname, image] -> [host, volume, path]
Prasanna Kumar Kalever
2016-07-19
1
-27
/
+27
*
|
mirror: fix request throttling in drive-mirror
Denis V. Lunev
2016-07-19
1
-1
/
+6
*
|
mirror: improve performance of mirroring of empty disk
Denis V. Lunev
2016-07-19
1
-5
/
+11
*
|
mirror: efficiently zero out target
Denis V. Lunev
2016-07-19
1
-2
/
+26
*
|
mirror: optimize dirty bitmap filling in mirror_run a bit
Denis V. Lunev
2016-07-19
1
-2
/
+6
*
|
mirror: create mirror_dirty_init helper for mirror_run
Denis V. Lunev
2016-07-19
1
-29
/
+41
*
|
mirror: create mirror_throttle helper
Denis V. Lunev
2016-07-19
1
-12
/
+19
*
|
mirror: make sectors_in_flight int64_t
Denis V. Lunev
2016-07-19
1
-1
/
+1
*
|
dirty-bitmap: operate with int64_t amount
Denis V. Lunev
2016-07-19
1
-3
/
+3
|
/
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-07-19
1
-56
/
+192
|
\
|
*
block/iscsi: allow caching of the allocation map
Peter Lieven
2016-07-19
1
-58
/
+192
|
*
block/iscsi: fix rounding in iscsi_allocationmap_set
Peter Lieven
2016-07-19
1
-3
/
+5
*
|
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
2016-07-19
1
-0
/
+21
|
\
\
|
*
|
block: ignore flush requests when storage is clean
Evgeny Yakovlev
2016-07-19
1
-0
/
+21
|
|
/
*
|
linux-aio: prevent submitting more than MAX_EVENTS
Roman Pen
2016-07-18
1
-10
/
+16
*
|
linux-aio: share one LinuxAioState within an AioContext
Paolo Bonzini
2016-07-18
5
-179
/
+22
|
/
*
vvfat: Fix qcow write target driver specification
Max Reitz
2016-07-13
1
-1
/
+2
*
vmdk: fix metadata write regression
Reda Sallahi
2016-07-13
1
-7
/
+7
*
Improve block job rate limiting for small bandwidth values
Sascha Silbe
2016-07-13
3
-17
/
+12
*
qcow2: Fix qcow2_get_cluster_offset()
Max Reitz
2016-07-13
1
-5
/
+11
*
qcow2: Avoid making the L1 table too big
Max Reitz
2016-07-13
1
-1
/
+2
*
block/qdev: Allow configuring rerror/werror with qdev properties
Kevin Wolf
2016-07-13
1
-0
/
+1
*
commit: Fix use of error handling policy
Kevin Wolf
2016-07-13
1
-3
/
+3
*
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
2016-07-13
19
-62
/
+63
*
raw-posix: Use qemu_dup
Fam Zheng
2016-07-13
1
-9
/
+1
*
commit: Add 'job-id' parameter to 'block-commit'
Alberto Garcia
2016-07-13
2
-6
/
+7
*
stream: Add 'job-id' parameter to 'block-stream'
Alberto Garcia
2016-07-13
1
-6
/
+6
*
backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup'
Alberto Garcia
2016-07-13
1
-4
/
+4
*
mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'
Alberto Garcia
2016-07-13
1
-7
/
+8
*
blockjob: Add 'job_id' parameter to block_job_create()
Alberto Garcia
2016-07-13
4
-4
/
+5
*
blockjob: Update description of the 'id' field
Alberto Garcia
2016-07-13
1
-1
/
+2
*
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-07-12
1
-1
/
+0
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-06' into ...
Peter Maydell
2016-07-06
2
-21
/
+18
|
\
|
*
qapi: Add new visit_complete() function
Eric Blake
2016-07-06
1
-5
/
+4
|
*
qmp-output-visitor: Favor new visit_free() function
Eric Blake
2016-07-06
1
-1
/
+1
|
*
opts-visitor: Favor new visit_free() function
Eric Blake
2016-07-06
1
-16
/
+14
|
*
qapi: Add parameter to visit_end_*
Eric Blake
2016-07-06
1
-2
/
+2
[prev]
[next]