index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
sheepdog: add reopen support
Liu Yuan
2015-09-25
1
-0
/
+76
*
block/nfs: cache allocated filesize for read-only files
Peter Lieven
2015-09-25
1
-0
/
+36
*
block/nfs: fix calculation of allocated file size
Peter Lieven
2015-09-25
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2015-09-14
17
-289
/
+455
|
\
|
*
qcow2: Make qcow2_alloc_bytes() more explicit
Max Reitz
2015-09-14
1
-0
/
+6
|
*
vmdk: Fix next_cluster_sector for compressed write
Radoslav Gerganov
2015-09-14
1
-2
/
+6
|
*
qcow2: Make size_to_clusters() return uint64_t
Max Reitz
2015-09-14
3
-17
/
+29
|
*
qcow2: Support updating driver-specific options in reopen
Kevin Wolf
2015-09-14
1
-9
/
+72
|
*
qcow2: Make qcow2_update_options() suitable for transactions
Kevin Wolf
2015-09-14
1
-40
/
+73
|
*
qcow2: Fix memory leak in qcow2_update_options() error path
Kevin Wolf
2015-09-14
1
-2
/
+10
|
*
qcow2: Leave s unchanged on qcow2_update_options() failure
Kevin Wolf
2015-09-14
1
-22
/
+35
|
*
qcow2: Move rest of option handling to qcow2_update_options()
Kevin Wolf
2015-09-14
1
-66
/
+68
|
*
qcow2: Move qcow2_update_options() call up
Kevin Wolf
2015-09-14
1
-9
/
+9
|
*
qcow2: Factor out qcow2_update_options()
Kevin Wolf
2015-09-14
1
-59
/
+76
|
*
qcow2: Improve error message
Kevin Wolf
2015-09-14
1
-1
/
+1
|
*
block: Allow specifying driver-specific options to reopen
Kevin Wolf
2015-09-14
1
-2
/
+2
|
*
qcow2: Rename BDRVQcowState to BDRVQcow2State
Kevin Wolf
2015-09-14
6
-120
/
+120
|
*
block: Drop drv parameter from bdrv_open()
Max Reitz
2015-09-14
11
-18
/
+16
|
*
block: Always pass NULL as drv for bdrv_open()
Max Reitz
2015-09-14
2
-7
/
+17
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-14
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
block/iscsi: validate block size returned from target
Peter Lieven
2015-09-07
1
-0
/
+4
*
|
maint: remove / fix many doubled words
Daniel P. Berrange
2015-09-11
2
-3
/
+3
*
|
maint: remove double semicolons in many files
Daniel P. Berrange
2015-09-11
1
-1
/
+1
*
|
quorum: validate vote threshold against num_children even if read-pattern is ...
Wen Congyang
2015-09-04
1
-6
/
+6
*
|
qcow2: reorder fields in Qcow2CachedTable to reduce padding
Alberto Garcia
2015-09-04
1
-1
/
+1
*
|
qcow2: add option to clean unused cache entries after some time
Alberto Garcia
2015-09-04
3
-0
/
+103
*
|
qcow2: mark the memory as no longer needed after qcow2_cache_empty()
Alberto Garcia
2015-09-04
1
-0
/
+26
*
|
block/raw-posix: Use raw_normalize_devicepath()
Max Reitz
2015-09-04
1
-5
/
+17
*
|
block: more check for replaced node
Wen Congyang
2015-09-02
1
-2
/
+2
|
/
*
mirror: Fix coroutine reentrance
Kevin Wolf
2015-08-14
1
-5
/
+10
*
block/mirror: limit qiov to IOV_MAX elements
Stefan Hajnoczi
2015-08-06
1
-0
/
+4
*
block: don't register quorum driver if SHA256 support is unavailable
Sascha Silbe
2015-08-05
1
-6
/
+4
*
Merge remote-tracking branch 'remotes/cody/tags/jtc-for-upstream-pull-request...
Peter Maydell
2015-07-28
2
-82
/
+72
|
\
|
*
block/ssh: Avoid segfault if inet_connect doesn't set errno.
Richard W.M. Jones
2015-07-28
1
-1
/
+1
|
*
sheepdog: serialize requests to overwrapping area
Hitoshi Mitake
2015-07-28
1
-81
/
+71
*
|
block: vpc - prevent overflow if max_table_entries >= 0x40000000
Jeff Cody
2015-07-27
1
-4
/
+14
|
/
*
mirror: Speed up bitmap initial scanning
Fam Zheng
2015-07-22
1
-8
/
+6
*
block/curl: Don't lose original error when a connection fails.
Richard W.M. Jones
2015-07-14
1
-1
/
+14
*
mirror: correct buf_size
Wen Congyang
2015-07-14
1
-1
/
+10
*
block: keep bitmap if incremental backup job is cancelled
Stefan Hajnoczi
2015-07-14
1
-1
/
+1
*
block/mirror: Sleep periodically during bitmap scanning
Fam Zheng
2015-07-14
1
-1
/
+12
*
rbd: fix ceph settings precedence
Josh Durgin
2015-07-14
1
-8
/
+24
*
rbd: make qemu's cache setting override any ceph setting
Josh Durgin
2015-07-14
1
-12
/
+12
*
rbd: remove unused constants and fields
Josh Durgin
2015-07-14
1
-10
/
+0
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-07-08
6
-112
/
+186
|
\
|
*
block: convert qcow/qcow2 to use generic cipher API
Daniel P. Berrange
2015-07-08
4
-91
/
+165
|
*
block: convert quorum blockdrv to use crypto APIs
Daniel P. Berrange
2015-07-08
2
-20
/
+21
|
*
crypto: move built-in AES implementation into crypto/
Daniel P. Berrange
2015-07-07
3
-3
/
+2
*
|
blockjob: add block_job_release function
Ting Wang
2015-07-07
1
-0
/
+2
*
|
block/raw-posix: Don't think /dev/fd/<NN> is a floppy drive.
Richard W.M. Jones
2015-07-07
1
-1
/
+2
[next]