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
/
include
/
block
Age
Commit message (
Expand
)
Author
2016-06-08
block: Kill bdrv_co_write_zeroes()
Eric Blake
2016-06-08
block: Switch bdrv_write_zeroes() to byte interface
Eric Blake
2016-06-08
block: Add .bdrv_co_pwrite_zeroes()
Eric Blake
2016-06-08
block: Track write zero limits in bytes
Eric Blake
2016-06-07
block: Move BlockRequest type to io.c
Eric Blake
2016-06-07
iostatus: fix comments for block_job_iostatus_reset
Changlong Xie
2016-06-07
block/io: Remove unused bdrv_aio_write_zeroes()
Kevin Wolf
2016-05-25
blockjob: Remove BlockJob.bs
Kevin Wolf
2016-05-25
backup: Use BlockBackend for I/O
Kevin Wolf
2016-05-25
stream: Use BlockBackend for I/O
Kevin Wolf
2016-05-25
block: Convert block job core to BlockBackend
Kevin Wolf
2016-05-25
block: Cancel jobs first in bdrv_close_all()
Kevin Wolf
2016-05-25
block: keep a list of block jobs
Alberto Garcia
2016-05-25
block: Fix reconfiguring graph with drained nodes
Kevin Wolf
2016-05-25
block: Make bdrv_open() return a BDS
Max Reitz
2016-05-25
block: Drop bdrv_new_root()
Max Reitz
2016-05-25
block: Fix bdrv_next() memory leak
Kevin Wolf
2016-05-19
block: Remove BlockDriverState.blk
Kevin Wolf
2016-05-19
block: Avoid bs->blk in bdrv_next()
Kevin Wolf
2016-05-19
block: Remove bdrv_aio_multiwrite()
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: Decouple throttling from BlockDriverState
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-12
quorum: implement bdrv_add_child() and bdrv_del_child()
Wen Congyang
2016-05-12
Add new block driver interface to add/delete a BDS's child
Wen Congyang
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
Allow users to specify the vmdk virtual hardware version.
Janne Karhunen
2016-05-12
block: Remove BlockDriver.bdrv_read/write
Kevin Wolf
2016-05-12
block: Introduce .bdrv_co_preadv/pwritev BlockDriver function
Kevin Wolf
2016-05-12
block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev
Kevin Wolf
2016-05-12
block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end
Paolo Bonzini
2016-05-12
block: introduce bdrv_no_throttling_begin/end
Paolo Bonzini
2016-05-12
block: move restarting of throttled reqs to block/throttle-groups.c
Paolo Bonzini
2016-04-11
block: Fix bdrv_drain in coroutine
Fam Zheng
2016-03-30
block: Remove bdrv_(set_)enable_write_cache()
Kevin Wolf
2016-03-30
block: Remove BDRV_O_CACHE_WB
Kevin Wolf
2016-03-30
block: Remove bdrv_parse_cache_flags()
Kevin Wolf
2016-03-30
block: Introduce bdrv_co_writev_flags()
Kevin Wolf
2016-03-30
block/qapi: Use blk_enable_write_cache()
Kevin Wolf
2016-03-30
block: Move enable_write_cache to BB level
Kevin Wolf
2016-03-30
block: Add bdrv_parse_cache_mode()
Kevin Wolf
[next]