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-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
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
11
-0
/
+13
2015-06-22
qerror: Finally unused, clean up
Markus Armbruster
1
-6
/
+0
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
10
-25
/
+25
2015-06-22
qobject: Use 'bool' for qbool
Eric Blake
3
-5
/
+5
2015-06-15
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
6
-95
/
+62
2015-06-12
block: Fix reopen flag inheritance
Kevin Wolf
1
-26
/
+2
2015-06-12
block: Move flag inheritance to bdrv_open_inherit()
Kevin Wolf
4
-8
/
+7
2015-06-12
vmdk: Use bdrv_open_image()
Kevin Wolf
1
-13
/
+21
2015-06-12
quorum: Use bdrv_open_image()
Kevin Wolf
1
-40
/
+11
2015-06-12
raw-posix: Fix .bdrv_co_get_block_status() for unaligned image size
Kevin Wolf
1
-2
/
+3
2015-06-12
vmdk: Use vmdk_find_index_in_cluster everywhere
Fam Zheng
1
-8
/
+2
2015-06-12
vmdk: Fix index_in_cluster calculation in vmdk_co_get_block_status
Fam Zheng
1
-1
/
+12
2015-06-12
qcow2: Add DEFAULT_L2_CACHE_CLUSTERS
Max Reitz
2
-3
/
+10
2015-06-12
qcow2: Set MIN_L2_CACHE_SIZE to 2
Max Reitz
1
-1
/
+2
2015-06-12
throttle: add the name of the ThrottleGroup to BlockDeviceInfo
Alberto Garcia
1
-0
/
+3
2015-06-12
throttle: acquire the ThrottleGroup lock in bdrv_swap()
Alberto Garcia
1
-1
/
+30
2015-06-12
throttle: Add throttle group support
Alberto Garcia
3
-64
/
+230
2015-06-12
throttle: Add throttle group infrastructure
Alberto Garcia
2
-0
/
+262
2015-06-12
throttle: Extract timers from ThrottleState into a separate structure
Benoît Canet
1
-10
/
+14
2015-06-12
raw-posix: Fix .bdrv_co_get_block_status() for unaligned image size
Kevin Wolf
1
-2
/
+3
2015-06-09
blkdebug: Simplify passing of Error through qemu_opts_foreach()
Markus Armbruster
1
-6
/
+4
2015-06-09
QemuOpts: Convert qemu_opts_foreach() to Error
Markus Armbruster
1
-3
/
+3
2015-06-08
QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure
Markus Armbruster
1
-2
/
+2
2015-06-03
iscsi: Remove pointless runtime check of macro value
Fam Zheng
1
-7
/
+0
2015-05-22
qcow2/qcow: protect against uninitialized encryption key
Daniel P. Berrange
3
-10
/
+21
2015-05-22
qcow2: style fixes in qcow2-cache.c
Alberto Garcia
1
-3
/
+3
2015-05-22
qcow2: make qcow2_cache_put() a void function
Alberto Garcia
4
-71
/
+17
2015-05-22
qcow2: use a hash to look for entries in the L2 cache
Alberto Garcia
1
-2
/
+7
2015-05-22
qcow2: remove qcow2_cache_find_entry_to_replace()
Alberto Garcia
1
-29
/
+16
2015-05-22
qcow2: use an LRU algorithm to replace entries from the L2 cache
Alberto Garcia
1
-18
/
+15
[next]