summaryrefslogtreecommitdiff
path: root/block/io.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-19block: Avoid bs->blk in bdrv_next()Kevin Wolf1-6/+7
2016-05-19block: Remove bdrv_aio_multiwrite()Kevin Wolf1-194/+0
2016-05-19block: Don't check throttled reqs in bdrv_requests_pending()Kevin Wolf1-7/+0
2016-05-19block/io: Quiesce parents between drained_begin/endKevin Wolf1-0/+3
2016-05-19block: Drain throttling queue with BdrvChild callbackKevin Wolf1-21/+18
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin Wolf1-41/+0
2016-05-19block: Move actual I/O throttling to BlockBackendKevin Wolf1-10/+0
2016-05-19block: Move throttling fields from BDS to BBKevin Wolf1-11/+25
2016-05-19block: Convert throttle_group_get_name() to BlockBackendKevin Wolf1-1/+1
2016-05-19block: throttle-groups: Use BlockBackend pointers internallyKevin Wolf1-2/+2
2016-05-12block: Honor BDRV_REQ_FUA during write_zeroesEric Blake1-3/+25
2016-05-12block: Make supported_write_flags a per-bds propertyEric Blake1-5/+4
2016-05-12block: Remove BlockDriver.bdrv_read/writeKevin Wolf1-92/+0
2016-05-12block: Introduce .bdrv_co_preadv/pwritev BlockDriver functionKevin Wolf1-6/+22
2016-05-12block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writevKevin Wolf1-12/+12
2016-05-12block: Support AIO drivers in bdrv_driver_preadv/pwritev()Kevin Wolf1-74/+52
2016-05-12block: Introduce bdrv_driver_pwritev()Kevin Wolf1-15/+36
2016-05-12block: Introduce bdrv_driver_preadv()Kevin Wolf1-7/+23
2016-05-12block: plug whole tree at once, introduce bdrv_io_unplugged_begin/endPaolo Bonzini1-18/+58
2016-05-12block: introduce bdrv_no_throttling_begin/endPaolo Bonzini1-12/+21
2016-05-12block: extract bdrv_drain_poll/bdrv_co_yield_to_drain from bdrv_drain/bdrv_co...Paolo Bonzini1-12/+23
2016-05-12block: move restarting of throttled reqs to block/throttle-groups.cPaolo Bonzini1-14/+1
2016-05-12block: make bdrv_start_throttled_reqs return voidPaolo Bonzini1-6/+2
2016-05-12block: Don't disable I/O throttling on sync requestsKevin Wolf1-11/+0
2016-04-11block: Fix bdrv_drain in coroutineFam Zheng1-0/+45
2016-03-30block: Introduce bdrv_co_writev_flags()Kevin Wolf1-1/+8
2016-03-30block: Move enable_write_cache to BB levelKevin Wolf1-1/+1
2016-03-30block: Handle flush error in bdrv_pwrite_sync()Kevin Wolf1-3/+3
2016-03-30block: add flush callbackPavel Dovgalyuk1-0/+7
2016-03-30block: add flag to indicate that no I/O will be performedDaniel P. Berrange1-0/+2
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-17block: Pull up blk_read_unthrottled() implementationKevin Wolf1-14/+0
2016-03-17block: Use blk_co_pwritev() for blk_write()Kevin Wolf1-4/+1
2016-03-17block: Use blk_co_preadv() for blk_read()Kevin Wolf1-4/+1
2016-03-17block: Move some bdrv_*_all() functions to BBMax Reitz1-20/+0
2016-02-09block: add missing call to bdrv_drain_recursePaolo Bonzini1-0/+1
2016-02-02block: Use returned *file in bdrv_co_get_block_statusFam Zheng1-2/+2
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng1-12/+28
2016-01-20block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf1-2/+2
2016-01-20block: Assert no write requests under BDRV_O_INCOMINGKevin Wolf1-0/+2
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2015-12-22block: replace IOV_MAX with BlockLimits.max_iovStefan Hajnoczi1-1/+2
2015-12-22block: add BlockLimits.max_iov fieldStefan Hajnoczi1-0/+7
2015-12-18block: fix bdrv_ioctl called from coroutinePaolo Bonzini1-3/+4
2015-12-03block: Don't wait serialising for non-COR read requestsFam Zheng1-5/+7
2015-11-12block: Introduce BlockDriver.bdrv_drain callbackFam Zheng1-1/+15
2015-11-12block: Emulate bdrv_ioctl with bdrv_aio_ioctl and track bothFam Zheng1-9/+92
2015-11-12block: Track discard requestsFam Zheng1-3/+10
2015-11-12block: Track flush requestsFam Zheng1-3/+8