index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
2016-05-23
iscsi: pass SCSI status back for SG_IO
Vadim Rozenfeld
2016-05-19
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2016-05-19
qcow2: Fix write_zeroes with partially allocated backing file cluster
Kevin Wolf
2016-05-19
qcow2: fix condition in is_zero_cluster
Denis V. Lunev
2016-05-19
block: Propagate AioContext change to all children
Max Reitz
2016-05-19
block: Remove BlockDriverState.blk
Kevin Wolf
2016-05-19
block: Don't return throttling info in query-named-block-nodes
Kevin Wolf
2016-05-19
block: Avoid bs->blk in bdrv_next()
Kevin Wolf
2016-05-19
block: Add bdrv_has_blk()
Kevin Wolf
2016-05-19
block: Remove bdrv_aio_multiwrite()
Kevin Wolf
2016-05-19
blockjob: Don't touch BDS iostatus
Kevin Wolf
2016-05-19
blockjob: Don't set iostatus of target
Kevin Wolf
2016-05-19
block: User BdrvChild callback for device name
Kevin Wolf
2016-05-19
block: Use BdrvChild callbacks for change_media/resize
Kevin Wolf
2016-05-19
block: Don't check throttled reqs in bdrv_requests_pending()
Kevin Wolf
2016-05-19
block: Decouple throttling from BlockDriverState
Kevin Wolf
2016-05-19
block/io: Quiesce parents between drained_begin/end
Kevin Wolf
2016-05-19
block: Drain throttling queue with BdrvChild callback
Kevin Wolf
2016-05-19
block: Introduce BdrvChild.opaque
Kevin Wolf
2016-05-19
block: Move I/O throttling configuration functions to BlockBackend
Kevin Wolf
2016-05-19
block: Move actual I/O throttling to BlockBackend
Kevin Wolf
2016-05-19
block: Move throttling fields from BDS to BB
Kevin Wolf
2016-05-19
block: Convert throttle_group_get_name() to BlockBackend
Kevin Wolf
2016-05-19
block: throttle-groups: Use BlockBackend pointers internally
Kevin Wolf
2016-05-19
block: Introduce BlockBackendPublic
Kevin Wolf
2016-05-19
block: Make sure throttled BDSes always have a BB
Kevin Wolf
2016-05-19
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
2016-05-12
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2016-05-12
quorum: implement bdrv_add_child() and bdrv_del_child()
Wen Congyang
2016-05-12
block: Drop superfluous invalidating bs->file from drivers
Fam Zheng
2016-05-12
nbd: Simplify client FUA handling
Eric Blake
2016-05-12
block: Honor BDRV_REQ_FUA during write_zeroes
Eric Blake
2016-05-12
block: Make supported_write_flags a per-bds property
Eric Blake
2016-05-12
qcow2: improve qcow2_co_write_zeroes()
Denis V. Lunev
2016-05-12
block: Kill unused sector-based blk_* functions
Eric Blake
2016-05-12
block: Introduce byte-based aio read/write
Eric Blake
2016-05-12
block: Switch blk_*write_zeroes() to byte interface
Eric Blake
2016-05-12
block: Switch blk_read_unthrottled() to byte interface
Eric Blake
2016-05-12
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
2016-05-12
Allow users to specify the vmdk virtual hardware version.
Janne Karhunen
2016-05-12
block: always compile-check debug prints
Zhou Jie
2016-05-12
block: Remove BlockDriver.bdrv_read/write
Kevin Wolf
2016-05-12
vvfat: Implement .bdrv_co_preadv/pwritev interfaces
Kevin Wolf
2016-05-12
vpc: Implement .bdrv_co_pwritev() interface
Kevin Wolf
2016-05-12
vpc: Implement .bdrv_co_preadv() interface
Kevin Wolf
2016-05-12
vmdk: Implement .bdrv_co_pwritev() interface
Kevin Wolf
2016-05-12
vmdk: Implement .bdrv_co_preadv() interface
Kevin Wolf
2016-05-12
vmdk: Add vmdk_find_offset_in_cluster()
Kevin Wolf
2016-05-12
vdi: Implement .bdrv_co_pwritev() interface
Kevin Wolf
2016-05-12
vdi: Implement .bdrv_co_preadv() interface
Kevin Wolf
[next]