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
2015-09-04
quorum: validate vote threshold against num_children even if read-pattern is ...
Wen Congyang
1
-6
/
+6
2015-09-04
qcow2: reorder fields in Qcow2CachedTable to reduce padding
Alberto Garcia
1
-1
/
+1
2015-09-04
qcow2: add option to clean unused cache entries after some time
Alberto Garcia
3
-0
/
+103
2015-09-04
qcow2: mark the memory as no longer needed after qcow2_cache_empty()
Alberto Garcia
1
-0
/
+26
2015-09-04
block/raw-posix: Use raw_normalize_devicepath()
Max Reitz
1
-5
/
+17
2015-09-02
block: more check for replaced node
Wen Congyang
1
-2
/
+2
2015-08-14
mirror: Fix coroutine reentrance
Kevin Wolf
1
-5
/
+10
2015-08-06
block/mirror: limit qiov to IOV_MAX elements
Stefan Hajnoczi
1
-0
/
+4
2015-08-05
block: don't register quorum driver if SHA256 support is unavailable
Sascha Silbe
1
-6
/
+4
2015-07-28
Merge remote-tracking branch 'remotes/cody/tags/jtc-for-upstream-pull-request...
Peter Maydell
2
-82
/
+72
2015-07-28
block/ssh: Avoid segfault if inet_connect doesn't set errno.
Richard W.M. Jones
1
-1
/
+1
2015-07-28
sheepdog: serialize requests to overwrapping area
Hitoshi Mitake
1
-81
/
+71
2015-07-27
block: vpc - prevent overflow if max_table_entries >= 0x40000000
Jeff Cody
1
-4
/
+14
2015-07-22
mirror: Speed up bitmap initial scanning
Fam Zheng
1
-8
/
+6
2015-07-14
block/curl: Don't lose original error when a connection fails.
Richard W.M. Jones
1
-1
/
+14
2015-07-14
mirror: correct buf_size
Wen Congyang
1
-1
/
+10
2015-07-14
block: keep bitmap if incremental backup job is cancelled
Stefan Hajnoczi
1
-1
/
+1
2015-07-14
block/mirror: Sleep periodically during bitmap scanning
Fam Zheng
1
-1
/
+12
2015-07-14
rbd: fix ceph settings precedence
Josh Durgin
1
-8
/
+24
2015-07-14
rbd: make qemu's cache setting override any ceph setting
Josh Durgin
1
-12
/
+12
2015-07-14
rbd: remove unused constants and fields
Josh Durgin
1
-10
/
+0
2015-07-08
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
6
-112
/
+186
2015-07-08
block: convert qcow/qcow2 to use generic cipher API
Daniel P. Berrange
4
-91
/
+165
2015-07-08
block: convert quorum blockdrv to use crypto APIs
Daniel P. Berrange
2
-20
/
+21
2015-07-07
blockjob: add block_job_release function
Ting Wang
1
-0
/
+2
2015-07-07
block/raw-posix: Don't think /dev/fd/<NN> is a floppy drive.
Richard W.M. Jones
1
-1
/
+2
2015-07-07
block: Use bdrv_drain to replace uncessary bdrv_drain_all
Fam Zheng
1
-1
/
+1
2015-07-07
crypto: move built-in AES implementation into crypto/
Daniel P. Berrange
3
-3
/
+2
2015-07-07
block: update bdrv_drain_all()/bdrv_drain() comments
Stefan Hajnoczi
1
-10
/
+10
2015-07-07
qcow2: remove unnecessary check
Alberto Garcia
1
-3
/
+0
2015-07-02
block: remove redundant check before g_slist_find()
Alberto Garcia
1
-1
/
+1
2015-07-02
block/nfs: limit maximum readahead size to 1MB
Peter Lieven
1
-0
/
+7
2015-07-02
block/iscsi: restore compatiblity with libiscsi 1.9.0
Peter Lieven
1
-5
/
+27
2015-07-02
block: Fix dirty bitmap in bdrv_co_discard
Fam Zheng
1
-2
/
+2
2015-07-02
mirror: Do zero write on target if sectors not allocated
Fam Zheng
1
-2
/
+18
2015-07-02
qmp: Add optional bool "unmap" to drive-mirror
Fam Zheng
1
-2
/
+6
2015-07-02
block: Add bdrv_get_block_status_above
Fam Zheng
1
-11
/
+45
2015-07-02
qapi: Rename 'dirty-bitmap' mode to 'incremental'
John Snow
2
-7
/
+7
2015-07-02
qcow2: Handle EAGAIN returned from update_refcount
Jindřich Makovička
1
-10
/
+12
2015-07-02
block/iscsi: add support for request timeouts
Peter Lieven
1
-22
/
+65
2015-06-23
raw-posix: Introduce hdev_is_sg()
Dimitris Aragiorgis
1
-11
/
+28
2015-06-23
raw-posix: Use DPRINTF for DEBUG_FLOPPY
Dimitris Aragiorgis
1
-17
/
+5
2015-06-23
raw-posix: DPRINTF instead of DEBUG_BLOCK_PRINT
Dimitris Aragiorgis
1
-8
/
+18
2015-06-23
Fix migration in case of scsi-generic
Dimitris Aragiorgis
2
-5
/
+2
2015-06-23
block: Use bdrv_is_sg() everywhere
Dimitris Aragiorgis
2
-3
/
+3
2015-06-23
vvfat: add a label option
Wolfgang Bumiller
1
-3
/
+22
2015-06-23
block-backend: Introduce blk_drain()
Alexander Yarygin
1
-0
/
+5
2015-06-23
throttle: Check current timers before updating any_timer_armed[]
Alberto Garcia
1
-2
/
+7
2015-06-23
block: Let bdrv_drain_all() to call aio_poll() for each AioContext
Alexander Yarygin
1
-16
/
+26
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
8
-0
/
+8
[next]