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
2018-04-16
qcow2: try load bitmaps only once
Vladimir Sementsov-Ogievskiy
2
-8
/
+9
2018-04-10
commit/stream: Reset delay_ns
Kevin Wolf
2
-0
/
+4
2018-04-04
block/rbd: remove processed options from qdict
Jeff Cody
1
-0
/
+7
2018-04-04
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-4
/
+15
2018-04-04
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging
Peter Maydell
1
-4
/
+17
2018-04-03
block/file-posix: Fix fully preallocated truncate
Max Reitz
1
-2
/
+3
2018-04-03
gluster: Fix blockdev-add with server.N.type=unix
Kevin Wolf
1
-4
/
+17
2018-04-03
block: handle invalid lseek returns gracefully
Jeff Cody
1
-2
/
+12
2018-04-03
gluster: Fix blockdev-add with server.N.type=unix
Kevin Wolf
1
-4
/
+17
2018-04-02
nbd: Fix 32-bit compilation on BLOCK_STATUS
Eric Blake
1
-1
/
+1
2018-03-27
Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-27-v2' int...
Peter Maydell
1
-6
/
+5
2018-03-27
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-2
/
+1
2018-03-27
qdict: remove useless cast
Laurent Vivier
1
-6
/
+5
2018-03-27
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2018-03-26' in...
Peter Maydell
4
-2
/
+38
2018-03-27
coroutine: avoid co_queue_wakeup recursion
Stefan Hajnoczi
1
-2
/
+1
2018-03-26
vmdk: return ERROR when cluster sector is larger than vmdk limitation
yuchenlin
1
-0
/
+6
2018-03-26
qcow2: fix bitmaps loading when bitmaps already exist
Vladimir Sementsov-Ogievskiy
1
-1
/
+16
2018-03-26
qcow2-bitmap: add qcow2_reopen_bitmaps_rw_hint()
Vladimir Sementsov-Ogievskiy
2
-1
/
+16
2018-03-26
vhdx: Check for 4 GB maximum log size on creation
Kevin Wolf
1
-0
/
+4
2018-03-26
vhdx: Don't use error_setg_errno() with constant errno
Kevin Wolf
1
-5
/
+4
2018-03-26
vhdx: Require power-of-two block size on create
Kevin Wolf
1
-0
/
+4
2018-03-26
parallels: Check maximum cluster size on create
Kevin Wolf
1
-0
/
+5
2018-03-26
luks: Turn another invalid assertion into check
Kevin Wolf
1
-1
/
+5
2018-03-26
vdi: Fix build with CONFIG_VDI_DEBUG
Kevin Wolf
1
-12
/
+10
2018-03-26
vdi: Change 'static' create option to 'preallocation' in QMP
Kevin Wolf
1
-2
/
+22
2018-03-26
qcow2: Reset free_cluster_index when allocating a new refcount block
Alberto Garcia
1
-0
/
+7
2018-03-26
block/blkreplay: Remove protocol-related fields
Fabiano Rosas
1
-2
/
+1
2018-03-26
block/throttle: Remove protocol-related fields
Fabiano Rosas
1
-2
/
+1
2018-03-26
block/quorum: Remove protocol-related fields
Fabiano Rosas
1
-2
/
+1
2018-03-26
block/replication: Remove protocol_name field
Fabiano Rosas
1
-1
/
+0
2018-03-19
qapi: add block latency histogram interface
Vladimir Sementsov-Ogievskiy
1
-0
/
+41
2018-03-19
block/accounting: introduce latency histogram
Vladimir Sementsov-Ogievskiy
1
-0
/
+91
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
9
-17
/
+17
2018-03-19
iscsi: fix iSER compilation
Paolo Bonzini
1
-1
/
+1
2018-03-19
vvfat: Fix inherit_options flags
Fam Zheng
1
-1
/
+1
2018-03-19
block/mirror: change the semantic of 'force' of block-job-cancel
Liang Li
1
-6
/
+4
2018-03-19
vpc: Require aligned size in .bdrv_co_create
Kevin Wolf
1
-31
/
+82
2018-03-19
vpc: Support .bdrv_co_create
Kevin Wolf
1
-37
/
+115
2018-03-19
vhdx: Support .bdrv_co_create
Kevin Wolf
1
-52
/
+164
2018-03-19
vdi: Make comments consistent with other drivers
Kevin Wolf
1
-3
/
+9
2018-03-19
qed: Support .bdrv_co_create
Kevin Wolf
1
-66
/
+138
2018-03-19
qcow: Support .bdrv_co_create
Kevin Wolf
1
-66
/
+130
2018-03-19
parallels: Support .bdrv_co_create
Kevin Wolf
1
-48
/
+151
2018-03-19
vdi: Implement .bdrv_co_create
Max Reitz
1
-5
/
+19
2018-03-19
vdi: Move file creation to vdi_co_create_opts
Max Reitz
1
-18
/
+28
2018-03-19
vdi: Pull option parsing from vdi_co_create
Max Reitz
1
-14
/
+77
2018-03-19
luks: Catch integer overflow for huge sizes
Kevin Wolf
1
-0
/
+5
2018-03-19
luks: Turn invalid assertion into check
Kevin Wolf
1
-1
/
+4
2018-03-19
luks: Support .bdrv_co_create
Kevin Wolf
1
-0
/
+34
2018-03-19
luks: Create block_crypto_co_create_generic()
Kevin Wolf
1
-34
/
+61
[next]