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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2017-07-17
ssh: support I/O from any AioContext
Paolo Bonzini
1
-7
/
+17
2017-07-17
sheepdog: add queue_lock
Paolo Bonzini
1
-2
/
+19
2017-07-17
qed: protect table cache with CoMutex
Paolo Bonzini
5
-54
/
+129
2017-07-17
qed: introduce bdrv_qed_init_state
Paolo Bonzini
1
-5
/
+11
2017-07-17
block: invoke .bdrv_drain callback in coroutine context and from AioContext
Paolo Bonzini
2
-12
/
+36
2017-07-17
qed: move tail of qed_aio_write_main to qed_aio_write_{cow, alloc}
Paolo Bonzini
1
-38
/
+32
2017-07-17
vvfat: make it thread-safe
Paolo Bonzini
1
-1
/
+7
2017-07-17
vpc: make it thread-safe
Paolo Bonzini
1
-10
/
+10
2017-07-17
vdi: make it thread-safe
Paolo Bonzini
1
-24
/
+24
2017-07-17
qcow2: call CoQueue APIs under CoMutex
Paolo Bonzini
1
-2
/
+2
2017-07-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
3
-16
/
+25
2017-07-14
nbd: Implement NBD_INFO_BLOCK_SIZE on client
Eric Blake
2
-3
/
+15
2017-07-14
nbd: Create struct for tracking export info
Eric Blake
3
-13
/
+10
2017-07-14
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...
Peter Maydell
6
-22
/
+21
2017-07-13
Convert error_report() to warn_report()
Alistair Francis
6
-22
/
+21
2017-07-11
block/qcow2: falloc/full preallocating growth
Max Reitz
3
-9
/
+108
2017-07-11
block/qcow2: Rename "fail_block" to just "fail"
Max Reitz
1
-7
/
+7
2017-07-11
block/qcow2: Add qcow2_refcount_area()
Max Reitz
3
-88
/
+203
2017-07-11
block/qcow2: Metadata preallocation for truncate
Max Reitz
1
-2
/
+31
2017-07-11
block/qcow2: Lock s->lock in preallocate()
Max Reitz
1
-7
/
+15
2017-07-11
block/qcow2: Generalize preallocate()
Max Reitz
1
-5
/
+12
2017-07-11
block/file-posix: Preallocation for truncate
Max Reitz
1
-12
/
+10
2017-07-11
block/file-posix: Generalize raw_regular_truncate
Max Reitz
1
-11
/
+50
2017-07-11
block/file-posix: Extract raw_regular_truncate()
Max Reitz
1
-66
/
+78
2017-07-11
block/file-posix: Small fixes in raw_create()
Max Reitz
1
-2
/
+3
2017-07-11
block: Add PreallocMode to blk_truncate()
Max Reitz
11
-17
/
+22
2017-07-11
block: Add PreallocMode to bdrv_truncate()
Max Reitz
10
-33
/
+21
2017-07-11
block: Add PreallocMode to BD.bdrv_truncate()
Max Reitz
12
-13
/
+95
2017-07-11
qcow2: add bdrv_measure() support
Stefan Hajnoczi
1
-0
/
+137
2017-07-11
qcow2: extract image creation option parsing
Stefan Hajnoczi
1
-36
/
+73
2017-07-11
qcow2: make refcount size calculation conservative
Stefan Hajnoczi
1
-41
/
+42
2017-07-11
qcow2: extract preallocation calculation function
Stefan Hajnoczi
1
-59
/
+77
2017-07-11
raw-format: add bdrv_measure() support
Stefan Hajnoczi
1
-0
/
+26
2017-07-11
block: release persistent bitmaps on inactivate
Vladimir Sementsov-Ogievskiy
1
-6
/
+23
2017-07-11
qcow2: add .bdrv_remove_persistent_dirty_bitmap
Vladimir Sementsov-Ogievskiy
3
-0
/
+45
2017-07-11
block/dirty-bitmap: add bdrv_remove_persistent_dirty_bitmap
Vladimir Sementsov-Ogievskiy
1
-0
/
+18
2017-07-11
qmp: add x-debug-block-dirty-bitmap-sha256
Vladimir Sementsov-Ogievskiy
1
-0
/
+5
2017-07-11
qcow2: add .bdrv_can_store_new_dirty_bitmap
Vladimir Sementsov-Ogievskiy
3
-0
/
+56
2017-07-11
qcow2: store bitmaps on reopening image as read-only
Vladimir Sementsov-Ogievskiy
3
-0
/
+28
2017-07-11
qcow2: add persistent dirty bitmaps support
Vladimir Sementsov-Ogievskiy
3
-0
/
+486
2017-07-11
block/dirty-bitmap: add bdrv_dirty_bitmap_next()
Vladimir Sementsov-Ogievskiy
1
-0
/
+7
2017-07-11
block: introduce persistent dirty bitmaps
Vladimir Sementsov-Ogievskiy
2
-0
/
+30
2017-07-11
block/dirty-bitmap: add autoload field to BdrvDirtyBitmap
Vladimir Sementsov-Ogievskiy
2
-0
/
+20
2017-07-11
qcow2: support .bdrv_reopen_bitmaps_rw
Vladimir Sementsov-Ogievskiy
3
-0
/
+64
2017-07-11
qcow2: autoloading dirty bitmaps
Vladimir Sementsov-Ogievskiy
3
-2
/
+406
2017-07-11
block/dirty-bitmap: add readonly field to BdrvDirtyBitmap
Vladimir Sementsov-Ogievskiy
2
-0
/
+44
2017-07-11
block/dirty-bitmap: fix comment for BlockDirtyBitmap.disabled field
Vladimir Sementsov-Ogievskiy
1
-1
/
+2
2017-07-11
qcow2: add bitmaps extension
Vladimir Sementsov-Ogievskiy
5
-6
/
+593
2017-07-11
qcow2-refcount: rename inc_refcounts() and make it public
Vladimir Sementsov-Ogievskiy
2
-28
/
+35
2017-07-11
block/dirty-bitmap: add deserialize_ones func
Vladimir Sementsov-Ogievskiy
1
-0
/
+7
[next]