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
2019-03-14
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-0
/
+16
2019-03-13
Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...
Peter Maydell
4
-113
/
+236
2019-03-13
file-posix: add drop-cache=on|off option
Stefan Hajnoczi
1
-0
/
+16
2019-03-12
block: Remove the AioContext parameter from bdrv_reopen_multiple()
Alberto Garcia
1
-2
/
+1
2019-03-12
block: Add a 'mutable_opts' field to BlockDriver
Alberto Garcia
3
-0
/
+34
2019-03-12
block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()
Alberto Garcia
1
-2
/
+2
2019-03-12
block: Freeze the backing chain for the duration of the stream job
Alberto Garcia
1
-0
/
+21
2019-03-12
block: Freeze the backing chain for the duration of the mirror job
Alberto Garcia
1
-0
/
+8
2019-03-12
block: Freeze the backing chain for the duration of the commit job
Alberto Garcia
1
-0
/
+16
2019-03-12
file-posix: Make auto-read-only dynamic
Kevin Wolf
1
-19
/
+17
2019-03-12
file-posix: Prepare permission code for fd switching
Kevin Wolf
1
-11
/
+85
2019-03-12
file-posix: Lock new fd in raw_reopen_prepare()
Kevin Wolf
1
-11
/
+16
2019-03-12
file-posix: Store BDRVRawState.reopen_state during reopen
Kevin Wolf
1
-0
/
+10
2019-03-12
file-posix: Factor out raw_reconfigure_getfd()
Kevin Wolf
1
-45
/
+62
2019-03-12
qapi: drop x- from x-block-latency-histogram-set
Vladimir Sementsov-Ogievskiy
1
-6
/
+6
2019-03-12
block/qcow2-bitmap: Allow resizes with persistent bitmaps
John Snow
3
-3
/
+48
2019-03-12
block/qcow2-bitmap: Don't check size for IN_USE bitmap
Vladimir Sementsov-Ogievskiy
1
-3
/
+18
2019-03-12
bitmaps: Fix typo in function name
Eric Blake
2
-5
/
+5
2019-03-12
block/dirty-bitmaps: implement inconsistent bit
John Snow
1
-48
/
+51
2019-03-12
block/dirty-bitmaps: disallow busy bitmaps as merge source
John Snow
1
-0
/
+3
2019-03-12
block/dirty-bitmaps: add block_dirty_bitmap_check function
John Snow
1
-12
/
+30
2019-03-12
block/dirty-bitmap: add inconsistent status
John Snow
1
-1
/
+6
2019-03-12
block/dirty-bitmaps: add inconsistent bit
John Snow
1
-0
/
+20
2019-03-12
block/dirty-bitmaps: move comment block
John Snow
1
-17
/
+19
2019-03-12
block/dirty-bitmaps: unify qmp_locked and user_locked calls
John Snow
1
-24
/
+19
2019-03-12
block/dirty-bitmap: explicitly lock bitmaps with successors
John Snow
1
-5
/
+6
2019-03-12
block/dirty-bitmap: change semantics of enabled predicate
John Snow
1
-2
/
+7
2019-03-12
block/dirty-bitmap: remove set/reset assertions against enabled bit
John Snow
1
-2
/
+0
2019-03-12
block/dirty-bitmaps: rename frozen predicate helper
John Snow
1
-14
/
+18
2019-03-12
block/dirty-bitmap: add recording and busy properties
John Snow
1
-0
/
+9
2019-03-12
gluster: the glfs_io_cbk callback function pointer adds pre/post stat args
Niels de Vos
1
-1
/
+5
2019-03-12
gluster: Handle changed glfs_ftruncate signature
Prasanna Kumar Kalever
1
-0
/
+4
2019-03-11
block/iscsi: Restrict Linux-specific code
Philippe Mathieu-Daudé
1
-0
/
+7
2019-03-08
qcow2: Implement data-file-raw create option
Kevin Wolf
3
-3
/
+72
2019-03-08
qcow2: Store data file name in the image
Kevin Wolf
2
-1
/
+94
2019-03-08
qcow2: Creating images with external data file
Kevin Wolf
1
-0
/
+26
2019-03-08
qcow2: Add basic data-file infrastructure
Kevin Wolf
2
-3
/
+35
2019-03-08
qcow2: Support external data file in qemu-img check
Kevin Wolf
1
-11
/
+30
2019-03-08
qcow2: Return error for snapshot operation with data file
Kevin Wolf
1
-0
/
+15
2019-03-08
qcow2: External file I/O
Kevin Wolf
7
-37
/
+122
2019-03-08
qcow2: Prepare qcow2_co_block_status() for data file
Kevin Wolf
1
-2
/
+2
2019-03-08
qcow2: Return 0/-errno in qcow2_alloc_compressed_cluster_offset()
Kevin Wolf
3
-29
/
+25
2019-03-08
qcow2: Don't assume 0 is an invalid cluster offset
Kevin Wolf
2
-32
/
+29
2019-03-08
qcow2: Prepare count_contiguous_clusters() for external data file
Kevin Wolf
1
-2
/
+2
2019-03-08
qcow2: Prepare qcow2_get_cluster_type() for external data file
Kevin Wolf
1
-1
/
+9
2019-03-08
qcow2: Pass bs to qcow2_get_cluster_type()
Kevin Wolf
3
-24
/
+26
2019-03-08
qcow2: Basic definitions for external data files
Kevin Wolf
2
-10
/
+31
2019-03-08
qcow2: Simplify preallocation code
Kevin Wolf
1
-27
/
+1
2019-03-08
qcow2: Default to 4KB for the qcow2 cache entry size
Alberto Garcia
1
-0
/
+12
2019-02-26
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
35
-238
/
+579
[next]