index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
io.c
Age
Commit message (
Expand
)
Author
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
block: Don't check throttled reqs in bdrv_requests_pending()
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: 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
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
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: Support AIO drivers in bdrv_driver_preadv/pwritev()
Kevin Wolf
2016-05-12
block: Introduce bdrv_driver_pwritev()
Kevin Wolf
2016-05-12
block: Introduce bdrv_driver_preadv()
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: extract bdrv_drain_poll/bdrv_co_yield_to_drain from bdrv_drain/bdrv_co...
Paolo Bonzini
2016-05-12
block: move restarting of throttled reqs to block/throttle-groups.c
Paolo Bonzini
2016-05-12
block: make bdrv_start_throttled_reqs return void
Paolo Bonzini
2016-05-12
block: Don't disable I/O throttling on sync requests
Kevin Wolf
2016-04-11
block: Fix bdrv_drain in coroutine
Fam Zheng
2016-03-30
block: Introduce bdrv_co_writev_flags()
Kevin Wolf
2016-03-30
block: Move enable_write_cache to BB level
Kevin Wolf
2016-03-30
block: Handle flush error in bdrv_pwrite_sync()
Kevin Wolf
2016-03-30
block: add flush callback
Pavel Dovgalyuk
2016-03-30
block: add flag to indicate that no I/O will be performed
Daniel P. Berrange
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-17
block: Pull up blk_read_unthrottled() implementation
Kevin Wolf
2016-03-17
block: Use blk_co_pwritev() for blk_write()
Kevin Wolf
2016-03-17
block: Use blk_co_preadv() for blk_read()
Kevin Wolf
2016-03-17
block: Move some bdrv_*_all() functions to BB
Max Reitz
2016-02-09
block: add missing call to bdrv_drain_recurse
Paolo Bonzini
2016-02-02
block: Use returned *file in bdrv_co_get_block_status
Fam Zheng
2016-02-02
block: Add "file" output parameter to block status query functions
Fam Zheng
2016-01-20
block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE
Kevin Wolf
2016-01-20
block: Assert no write requests under BDRV_O_INCOMING
Kevin Wolf
2016-01-20
block: Clean up includes
Peter Maydell
2015-12-22
block: replace IOV_MAX with BlockLimits.max_iov
Stefan Hajnoczi
2015-12-22
block: add BlockLimits.max_iov field
Stefan Hajnoczi
2015-12-18
block: fix bdrv_ioctl called from coroutine
Paolo Bonzini
2015-12-03
block: Don't wait serialising for non-COR read requests
Fam Zheng
2015-11-12
block: Introduce BlockDriver.bdrv_drain callback
Fam Zheng
2015-11-12
block: Emulate bdrv_ioctl with bdrv_aio_ioctl and track both
Fam Zheng
2015-11-12
block: Track discard requests
Fam Zheng
2015-11-12
block: Track flush requests
Fam Zheng
[next]