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 discard/trim support for sheepdog
Liu Yuan
2013-04-26
1
-1
/
+63
*
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2013-04-22
15
-224
/
+693
|
\
|
*
block: Remove filename parameter from .bdrv_file_open()
Kevin Wolf
2013-04-22
12
-35
/
+19
|
*
vvfat: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-60
/
+168
|
*
sheepdog: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-1
/
+31
|
*
rbd: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-1
/
+30
|
*
iscsi: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-2
/
+37
|
*
gluster: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-1
/
+31
|
*
curl: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-51
/
+102
|
*
blkverify: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-29
/
+85
|
*
blkdebug: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-32
/
+82
|
*
raw-win32: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-10
/
+47
|
*
raw-posix: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-12
/
+45
|
*
block: Add driver-specific options for backing files
Kevin Wolf
2013-04-22
1
-1
/
+1
|
*
qcow: allow sub-cluster compressed write to last cluster
Stefan Hajnoczi
2013-04-22
1
-2
/
+15
|
*
qcow2: allow sub-cluster compressed write to last cluster
Stefan Hajnoczi
2013-04-22
1
-2
/
+15
*
|
Merge remote-tracking branch 'bonzini/nbd-next' into staging
Anthony Liguori
2013-04-22
1
-6
/
+19
|
\
\
|
|
/
|
/
|
|
*
nbd: set TCP_NODELAY
Stefan Hajnoczi
2013-04-15
1
-0
/
+3
|
*
nbd: use TCP_CORK in nbd_co_send_request()
Stefan Hajnoczi
2013-04-15
1
-6
/
+16
|
*
nbd: unlock mutex in nbd_co_send_request() error path
Stefan Hajnoczi
2013-04-15
1
-1
/
+1
*
|
ssh: Remove unnecessary use of strlen function.
Richard W.M. Jones
2013-04-19
1
-4
/
+2
*
|
block/ssh: Add missing gcc format attributes
Stefan Weil
2013-04-19
1
-2
/
+2
*
|
rbd: add an asynchronous flush
Josh Durgin
2013-04-15
1
-4
/
+33
*
|
block: ssh: Use libssh2_sftp_fsync (if supported by libssh2) to flush to disk.
Richard W.M. Jones
2013-04-15
1
-5
/
+73
*
|
block: Add support for Secure Shell (ssh) block device.
Richard W.M. Jones
2013-04-15
2
-0
/
+996
*
|
block: Introduce bdrv_pwritev() for qcow2_save_vmstate
Kevin Wolf
2013-04-15
1
-7
/
+1
*
|
block: Introduce bdrv_writev_vmstate
Kevin Wolf
2013-04-15
2
-6
/
+19
|
/
*
aes: move aes.h from include/block to include/qemu
Aurelien Jarno
2013-04-13
3
-3
/
+3
*
hw: move headers to include/
Paolo Bonzini
2013-04-08
1
-2
/
+2
*
qcow2: Fix L1 write error handling in qcow2_update_snapshot_refcount
Kevin Wolf
2013-04-05
1
-6
/
+8
*
qcow2: Return real error in qcow2_update_snapshot_refcount
Kevin Wolf
2013-04-05
1
-6
/
+5
*
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
Stefan Hajnoczi
2013-04-02
2
-2
/
+2
*
qcow2: Gather clusters in a looping loop
Kevin Wolf
2013-03-28
1
-31
/
+43
*
qcow2: Move cluster gathering to a non-looping loop
Kevin Wolf
2013-03-28
1
-64
/
+70
*
qcow2: Allow requests with multiple l2metas
Kevin Wolf
2013-03-28
3
-3
/
+17
*
qcow2: Use byte granularity in qcow2_alloc_cluster_offset()
Kevin Wolf
2013-03-28
1
-56
/
+28
*
qcow2: Prepare handle_alloc/copied() for byte granularity
Kevin Wolf
2013-03-28
1
-9
/
+16
*
qcow2: handle_copied(): Implement non-zero host_offset
Kevin Wolf
2013-03-28
1
-8
/
+20
*
qcow2: handle_copied(): Get rid of keep_clusters parameter
Kevin Wolf
2013-03-28
1
-10
/
+13
*
qcow2: handle_copied(): Get rid of nb_clusters parameter
Kevin Wolf
2013-03-28
1
-6
/
+18
*
qcow2: Factor out handle_copied()
Kevin Wolf
2013-03-28
1
-40
/
+94
*
qcow2: Clean up handle_alloc()
Kevin Wolf
2013-03-28
1
-57
/
+53
*
qcow2: Finalise interface of handle_alloc()
Kevin Wolf
2013-03-28
2
-13
/
+21
*
qcow2: handle_alloc(): Get rid of keep_clusters parameter
Kevin Wolf
2013-03-28
2
-17
/
+32
*
qcow2: handle_alloc(): Get rid of nb_clusters parameter
Kevin Wolf
2013-03-28
1
-4
/
+15
*
qcow2: Factor out handle_alloc()
Kevin Wolf
2013-03-28
1
-89
/
+151
*
qcow2: Decouple cluster allocation from cluster reuse code
Kevin Wolf
2013-03-28
1
-15
/
+20
*
qcow2: Change handle_dependency to byte granularity
Kevin Wolf
2013-03-28
2
-12
/
+39
*
qcow2: Improve check for overlapping allocations
Kevin Wolf
2013-03-28
1
-1
/
+1
*
qcow2: Handle dependencies earlier
Kevin Wolf
2013-03-28
2
-16
/
+48
[prev]
[next]