index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
iscsi: pass SCSI status back for SG_IO
Vadim Rozenfeld
2016-05-23
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2016-05-19
13
-604
/
+378
|
\
|
*
qcow2: Fix write_zeroes with partially allocated backing file cluster
Kevin Wolf
2016-05-19
1
-1
/
+2
|
*
qcow2: fix condition in is_zero_cluster
Denis V. Lunev
2016-05-19
1
-1
/
+1
|
*
block: Propagate AioContext change to all children
Max Reitz
2016-05-19
3
-66
/
+0
|
*
block: Remove BlockDriverState.blk
Kevin Wolf
2016-05-19
2
-10
/
+2
|
*
block: Don't return throttling info in query-named-block-nodes
Kevin Wolf
2016-05-19
1
-3
/
+3
|
*
block: Avoid bs->blk in bdrv_next()
Kevin Wolf
2016-05-19
3
-40
/
+75
|
*
block: Add bdrv_has_blk()
Kevin Wolf
2016-05-19
1
-0
/
+17
|
*
block: Remove bdrv_aio_multiwrite()
Kevin Wolf
2016-05-19
2
-208
/
+0
|
*
blockjob: Don't touch BDS iostatus
Kevin Wolf
2016-05-19
4
-66
/
+0
|
*
blockjob: Don't set iostatus of target
Kevin Wolf
2016-05-19
3
-10
/
+9
|
*
block: User BdrvChild callback for device name
Kevin Wolf
2016-05-19
1
-0
/
+6
|
*
block: Use BdrvChild callbacks for change_media/resize
Kevin Wolf
2016-05-19
1
-1
/
+14
|
*
block: Don't check throttled reqs in bdrv_requests_pending()
Kevin Wolf
2016-05-19
1
-7
/
+0
|
*
block: Decouple throttling from BlockDriverState
Kevin Wolf
2016-05-19
1
-23
/
+14
|
*
block/io: Quiesce parents between drained_begin/end
Kevin Wolf
2016-05-19
1
-0
/
+3
|
*
block: Drain throttling queue with BdrvChild callback
Kevin Wolf
2016-05-19
2
-26
/
+45
|
*
block: Introduce BdrvChild.opaque
Kevin Wolf
2016-05-19
1
-0
/
+2
|
*
block: Move I/O throttling configuration functions to BlockBackend
Kevin Wolf
2016-05-19
4
-50
/
+48
|
*
block: Move actual I/O throttling to BlockBackend
Kevin Wolf
2016-05-19
3
-13
/
+12
|
*
block: Move throttling fields from BDS to BB
Kevin Wolf
2016-05-19
4
-78
/
+102
|
*
block: Convert throttle_group_get_name() to BlockBackend
Kevin Wolf
2016-05-19
4
-9
/
+9
|
*
block: throttle-groups: Use BlockBackend pointers internally
Kevin Wolf
2016-05-19
2
-68
/
+70
|
*
block: Introduce BlockBackendPublic
Kevin Wolf
2016-05-19
1
-0
/
+17
|
*
block: Make sure throttled BDSes always have a BB
Kevin Wolf
2016-05-19
1
-0
/
+3
*
|
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
2016-05-19
17
-0
/
+17
|
/
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2016-05-12
27
-856
/
+1051
|
\
|
*
quorum: implement bdrv_add_child() and bdrv_del_child()
Wen Congyang
2016-05-12
1
-2
/
+76
|
*
block: Drop superfluous invalidating bs->file from drivers
Fam Zheng
2016-05-12
3
-29
/
+0
|
*
nbd: Simplify client FUA handling
Eric Blake
2016-05-12
3
-27
/
+8
|
*
block: Honor BDRV_REQ_FUA during write_zeroes
Eric Blake
2016-05-12
4
-3
/
+28
|
*
block: Make supported_write_flags a per-bds property
Eric Blake
2016-05-12
5
-12
/
+15
|
*
qcow2: improve qcow2_co_write_zeroes()
Denis V. Lunev
2016-05-12
1
-6
/
+59
|
*
block: Kill unused sector-based blk_* functions
Eric Blake
2016-05-12
1
-51
/
+0
|
*
block: Introduce byte-based aio read/write
Eric Blake
2016-05-12
1
-1
/
+17
|
*
block: Switch blk_*write_zeroes() to byte interface
Eric Blake
2016-05-12
2
-23
/
+13
|
*
block: Switch blk_read_unthrottled() to byte interface
Eric Blake
2016-05-12
1
-4
/
+4
|
*
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
2016-05-12
11
-28
/
+31
|
*
Allow users to specify the vmdk virtual hardware version.
Janne Karhunen
2016-05-12
1
-4
/
+23
|
*
block: always compile-check debug prints
Zhou Jie
2016-05-12
2
-7
/
+16
|
*
block: Remove BlockDriver.bdrv_read/write
Kevin Wolf
2016-05-12
1
-92
/
+0
|
*
vvfat: Implement .bdrv_co_preadv/pwritev interfaces
Kevin Wolf
2016-05-12
1
-9
/
+46
|
*
vpc: Implement .bdrv_co_pwritev() interface
Kevin Wolf
2016-05-12
1
-43
/
+43
|
*
vpc: Implement .bdrv_co_preadv() interface
Kevin Wolf
2016-05-12
1
-37
/
+42
|
*
vmdk: Implement .bdrv_co_pwritev() interface
Kevin Wolf
2016-05-12
1
-74
/
+135
|
*
vmdk: Implement .bdrv_co_preadv() interface
Kevin Wolf
2016-05-12
1
-45
/
+53
|
*
vmdk: Add vmdk_find_offset_in_cluster()
Kevin Wolf
2016-05-12
1
-6
/
+17
|
*
vdi: Implement .bdrv_co_pwritev() interface
Kevin Wolf
2016-05-12
1
-31
/
+41
|
*
vdi: Implement .bdrv_co_preadv() interface
Kevin Wolf
2016-05-12
1
-23
/
+32
[next]