summaryrefslogtreecommitdiff
path: root/block/io.c
AgeCommit message (Expand)Author
2016-06-08block: Add .bdrv_co_pwrite_zeroes()Eric Blake
2016-06-08block: Track write zero limits in bytesEric Blake
2016-06-08block: split write_zeroes alwaysDenis V. Lunev
2016-06-07block: Drop bdrv_ioctl_bh_cbFam Zheng
2016-06-07block: Move BlockRequest type to io.cEric Blake
2016-06-07block/io: optimize bdrv_co_pwritev for small requestsPeter Lieven
2016-06-07block/io: Remove unused bdrv_aio_write_zeroes()Kevin Wolf
2016-05-25backup: Use BlockBackend for I/OKevin Wolf
2016-05-25stream: Use BlockBackend for I/OKevin Wolf
2016-05-25block: Make bdrv_drain() use bdrv_drained_begin/end()Kevin Wolf
2016-05-25block: Fix bdrv_next() memory leakKevin Wolf
2016-05-19block: Avoid bs->blk in bdrv_next()Kevin Wolf
2016-05-19block: Remove bdrv_aio_multiwrite()Kevin Wolf
2016-05-19block: Don't check throttled reqs in bdrv_requests_pending()Kevin Wolf
2016-05-19block/io: Quiesce parents between drained_begin/endKevin Wolf
2016-05-19block: Drain throttling queue with BdrvChild callbackKevin Wolf
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin Wolf
2016-05-19block: Move actual I/O throttling to BlockBackendKevin Wolf
2016-05-19block: Move throttling fields from BDS to BBKevin Wolf
2016-05-19block: Convert throttle_group_get_name() to BlockBackendKevin Wolf
2016-05-19block: throttle-groups: Use BlockBackend pointers internallyKevin Wolf
2016-05-12block: Honor BDRV_REQ_FUA during write_zeroesEric Blake
2016-05-12block: Make supported_write_flags a per-bds propertyEric Blake
2016-05-12block: Remove BlockDriver.bdrv_read/writeKevin Wolf
2016-05-12block: Introduce .bdrv_co_preadv/pwritev BlockDriver functionKevin Wolf
2016-05-12block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writevKevin Wolf
2016-05-12block: Support AIO drivers in bdrv_driver_preadv/pwritev()Kevin Wolf
2016-05-12block: Introduce bdrv_driver_pwritev()Kevin Wolf
2016-05-12block: Introduce bdrv_driver_preadv()Kevin Wolf
2016-05-12block: plug whole tree at once, introduce bdrv_io_unplugged_begin/endPaolo Bonzini
2016-05-12block: introduce bdrv_no_throttling_begin/endPaolo Bonzini
2016-05-12block: extract bdrv_drain_poll/bdrv_co_yield_to_drain from bdrv_drain/bdrv_co...Paolo Bonzini
2016-05-12block: move restarting of throttled reqs to block/throttle-groups.cPaolo Bonzini
2016-05-12block: make bdrv_start_throttled_reqs return voidPaolo Bonzini
2016-05-12block: Don't disable I/O throttling on sync requestsKevin Wolf
2016-04-11block: Fix bdrv_drain in coroutineFam Zheng
2016-03-30block: Introduce bdrv_co_writev_flags()Kevin Wolf
2016-03-30block: Move enable_write_cache to BB levelKevin Wolf
2016-03-30block: Handle flush error in bdrv_pwrite_sync()Kevin Wolf
2016-03-30block: add flush callbackPavel Dovgalyuk
2016-03-30block: add flag to indicate that no I/O will be performedDaniel P. Berrange
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-17block: Pull up blk_read_unthrottled() implementationKevin Wolf
2016-03-17block: Use blk_co_pwritev() for blk_write()Kevin Wolf
2016-03-17block: Use blk_co_preadv() for blk_read()Kevin Wolf
2016-03-17block: Move some bdrv_*_all() functions to BBMax Reitz
2016-02-09block: add missing call to bdrv_drain_recursePaolo Bonzini
2016-02-02block: Use returned *file in bdrv_co_get_block_statusFam Zheng
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng