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
2016-05-19
qcow2: Fix write_zeroes with partially allocated backing file cluster
Kevin Wolf
1
-1
/
+2
2016-05-19
qcow2: fix condition in is_zero_cluster
Denis V. Lunev
1
-1
/
+1
2016-05-19
block: Propagate AioContext change to all children
Max Reitz
3
-66
/
+0
2016-05-19
block: Remove BlockDriverState.blk
Kevin Wolf
2
-10
/
+2
2016-05-19
block: Don't return throttling info in query-named-block-nodes
Kevin Wolf
1
-3
/
+3
2016-05-19
block: Avoid bs->blk in bdrv_next()
Kevin Wolf
3
-40
/
+75
2016-05-19
block: Add bdrv_has_blk()
Kevin Wolf
1
-0
/
+17
2016-05-19
block: Remove bdrv_aio_multiwrite()
Kevin Wolf
2
-208
/
+0
2016-05-19
blockjob: Don't touch BDS iostatus
Kevin Wolf
4
-66
/
+0
2016-05-19
blockjob: Don't set iostatus of target
Kevin Wolf
3
-10
/
+9
2016-05-19
block: User BdrvChild callback for device name
Kevin Wolf
1
-0
/
+6
2016-05-19
block: Use BdrvChild callbacks for change_media/resize
Kevin Wolf
1
-1
/
+14
2016-05-19
block: Don't check throttled reqs in bdrv_requests_pending()
Kevin Wolf
1
-7
/
+0
2016-05-19
block: Decouple throttling from BlockDriverState
Kevin Wolf
1
-23
/
+14
2016-05-19
block/io: Quiesce parents between drained_begin/end
Kevin Wolf
1
-0
/
+3
2016-05-19
block: Drain throttling queue with BdrvChild callback
Kevin Wolf
2
-26
/
+45
2016-05-19
block: Introduce BdrvChild.opaque
Kevin Wolf
1
-0
/
+2
2016-05-19
block: Move I/O throttling configuration functions to BlockBackend
Kevin Wolf
4
-50
/
+48
2016-05-19
block: Move actual I/O throttling to BlockBackend
Kevin Wolf
3
-13
/
+12
2016-05-19
block: Move throttling fields from BDS to BB
Kevin Wolf
4
-78
/
+102
2016-05-19
block: Convert throttle_group_get_name() to BlockBackend
Kevin Wolf
4
-9
/
+9
2016-05-19
block: throttle-groups: Use BlockBackend pointers internally
Kevin Wolf
2
-68
/
+70
2016-05-19
block: Introduce BlockBackendPublic
Kevin Wolf
1
-0
/
+17
2016-05-19
block: Make sure throttled BDSes always have a BB
Kevin Wolf
1
-0
/
+3
2016-05-12
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
27
-856
/
+1051
2016-05-12
quorum: implement bdrv_add_child() and bdrv_del_child()
Wen Congyang
1
-2
/
+76
2016-05-12
block: Drop superfluous invalidating bs->file from drivers
Fam Zheng
3
-29
/
+0
2016-05-12
nbd: Simplify client FUA handling
Eric Blake
3
-27
/
+8
2016-05-12
block: Honor BDRV_REQ_FUA during write_zeroes
Eric Blake
4
-3
/
+28
2016-05-12
block: Make supported_write_flags a per-bds property
Eric Blake
5
-12
/
+15
2016-05-12
qcow2: improve qcow2_co_write_zeroes()
Denis V. Lunev
1
-6
/
+59
2016-05-12
block: Kill unused sector-based blk_* functions
Eric Blake
1
-51
/
+0
2016-05-12
block: Introduce byte-based aio read/write
Eric Blake
1
-1
/
+17
2016-05-12
block: Switch blk_*write_zeroes() to byte interface
Eric Blake
2
-23
/
+13
2016-05-12
block: Switch blk_read_unthrottled() to byte interface
Eric Blake
1
-4
/
+4
2016-05-12
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
11
-28
/
+31
2016-05-12
Allow users to specify the vmdk virtual hardware version.
Janne Karhunen
1
-4
/
+23
2016-05-12
block: always compile-check debug prints
Zhou Jie
2
-7
/
+16
2016-05-12
block: Remove BlockDriver.bdrv_read/write
Kevin Wolf
1
-92
/
+0
2016-05-12
vvfat: Implement .bdrv_co_preadv/pwritev interfaces
Kevin Wolf
1
-9
/
+46
2016-05-12
vpc: Implement .bdrv_co_pwritev() interface
Kevin Wolf
1
-43
/
+43
2016-05-12
vpc: Implement .bdrv_co_preadv() interface
Kevin Wolf
1
-37
/
+42
2016-05-12
vmdk: Implement .bdrv_co_pwritev() interface
Kevin Wolf
1
-74
/
+135
2016-05-12
vmdk: Implement .bdrv_co_preadv() interface
Kevin Wolf
1
-45
/
+53
2016-05-12
vmdk: Add vmdk_find_offset_in_cluster()
Kevin Wolf
1
-6
/
+17
2016-05-12
vdi: Implement .bdrv_co_pwritev() interface
Kevin Wolf
1
-31
/
+41
2016-05-12
vdi: Implement .bdrv_co_preadv() interface
Kevin Wolf
1
-23
/
+32
2016-05-12
dmg: Implement .bdrv_co_preadv() interface
Kevin Wolf
1
-17
/
+23
2016-05-12
cloop: Implement .bdrv_co_preadv() interface
Kevin Wolf
1
-16
/
+22
2016-05-12
bochs: Implement .bdrv_co_preadv() interface
Kevin Wolf
1
-18
/
+33
[next]