index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-15
rbd: add an asynchronous flush
Josh Durgin
1
-4
/
+33
2013-04-15
block: ssh: Use libssh2_sftp_fsync (if supported by libssh2) to flush to disk.
Richard W.M. Jones
1
-5
/
+73
2013-04-15
block: Add support for Secure Shell (ssh) block device.
Richard W.M. Jones
2
-0
/
+996
2013-04-15
block: Introduce bdrv_pwritev() for qcow2_save_vmstate
Kevin Wolf
1
-7
/
+1
2013-04-15
block: Introduce bdrv_writev_vmstate
Kevin Wolf
2
-6
/
+19
2013-04-13
aes: move aes.h from include/block to include/qemu
Aurelien Jarno
3
-3
/
+3
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-2
/
+2
2013-04-05
qcow2: Fix L1 write error handling in qcow2_update_snapshot_refcount
Kevin Wolf
1
-6
/
+8
2013-04-05
qcow2: Return real error in qcow2_update_snapshot_refcount
Kevin Wolf
1
-6
/
+5
2013-04-02
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
Stefan Hajnoczi
2
-2
/
+2
2013-03-28
qcow2: Gather clusters in a looping loop
Kevin Wolf
1
-31
/
+43
2013-03-28
qcow2: Move cluster gathering to a non-looping loop
Kevin Wolf
1
-64
/
+70
2013-03-28
qcow2: Allow requests with multiple l2metas
Kevin Wolf
3
-3
/
+17
2013-03-28
qcow2: Use byte granularity in qcow2_alloc_cluster_offset()
Kevin Wolf
1
-56
/
+28
2013-03-28
qcow2: Prepare handle_alloc/copied() for byte granularity
Kevin Wolf
1
-9
/
+16
2013-03-28
qcow2: handle_copied(): Implement non-zero host_offset
Kevin Wolf
1
-8
/
+20
2013-03-28
qcow2: handle_copied(): Get rid of keep_clusters parameter
Kevin Wolf
1
-10
/
+13
2013-03-28
qcow2: handle_copied(): Get rid of nb_clusters parameter
Kevin Wolf
1
-6
/
+18
2013-03-28
qcow2: Factor out handle_copied()
Kevin Wolf
1
-40
/
+94
2013-03-28
qcow2: Clean up handle_alloc()
Kevin Wolf
1
-57
/
+53
2013-03-28
qcow2: Finalise interface of handle_alloc()
Kevin Wolf
2
-13
/
+21
2013-03-28
qcow2: handle_alloc(): Get rid of keep_clusters parameter
Kevin Wolf
2
-17
/
+32
2013-03-28
qcow2: handle_alloc(): Get rid of nb_clusters parameter
Kevin Wolf
1
-4
/
+15
2013-03-28
qcow2: Factor out handle_alloc()
Kevin Wolf
1
-89
/
+151
2013-03-28
qcow2: Decouple cluster allocation from cluster reuse code
Kevin Wolf
1
-15
/
+20
2013-03-28
qcow2: Change handle_dependency to byte granularity
Kevin Wolf
2
-12
/
+39
2013-03-28
qcow2: Improve check for overlapping allocations
Kevin Wolf
1
-1
/
+1
2013-03-28
qcow2: Handle dependencies earlier
Kevin Wolf
2
-16
/
+48
2013-03-28
qcow2: Remove bogus unlock of s->lock
Kevin Wolf
1
-2
/
+0
2013-03-28
qcow2: Fix "total clusters" number in bdrv_check
Kevin Wolf
1
-1
/
+3
2013-03-25
block: Add options QDict to bdrv_file_open() prototypes (fix MinGW build)
Stefan Weil
1
-2
/
+4
2013-03-25
rbd: fix compile error
Liu Yuan
1
-1
/
+2
2013-03-22
nbd: Check against invalid option combinations
Kevin Wolf
1
-0
/
+14
2013-03-22
nbd: Use default port if only host is specified
Kevin Wolf
1
-9
/
+10
2013-03-22
block: Make find_image_format safe with NULL filename
Kevin Wolf
1
-3
/
+10
2013-03-22
block: Introduce .bdrv_parse_filename callback
Kevin Wolf
1
-16
/
+13
2013-03-22
nbd: Accept -drive options for the network connection
Kevin Wolf
1
-52
/
+77
2013-03-22
nbd: Keep hostname and port separate
Kevin Wolf
1
-9
/
+40
2013-03-22
block: Add options QDict to bdrv_file_open() prototypes
Kevin Wolf
14
-23
/
+35
2013-03-19
qcow2: Fix segfault in qcow2_invalidate_cache
Kevin Wolf
2
-2
/
+13
2013-03-19
sheepdog: show error message for halt status
Liu Yuan
1
-0
/
+2
2013-03-15
threadpool: drop global thread pool
Stefan Hajnoczi
2
-3
/
+9
2013-03-15
sheepdog: set io_flush handler in do_co_req
MORITA Kazutaka
1
-2
/
+11
2013-03-15
sheepdog: use non-blocking fd in coroutine context
MORITA Kazutaka
1
-4
/
+2
2013-03-15
qcow2: make is_allocated return true for zero clusters
Paolo Bonzini
2
-5
/
+4
2013-03-15
qcow2: drop unnecessary flush in qcow2_update_snapshot_refcount()
Stefan Hajnoczi
1
-4
/
+0
2013-03-15
qcow2: drop flush in update_cluster_refcount()
Stefan Hajnoczi
1
-2
/
+0
2013-03-15
qcow2: flush in qcow2_update_snapshot_refcount()
Stefan Hajnoczi
2
-6
/
+1
2013-03-15
qcow2: set L2 cache dependency in qcow2_alloc_bytes()
Stefan Hajnoczi
1
-1
/
+5
2013-03-15
qcow2: flush refcount cache correctly in qcow2_write_snapshots()
Stefan Hajnoczi
1
-1
/
+4
[next]