summaryrefslogtreecommitdiff
path: root/block/io.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-16block: Prepare bdrv_aligned_preadv() for byte-aligned requestsKevin Wolf1-24/+20
2016-06-16block: Byte-based bdrv_co_do_copy_on_readv()Kevin Wolf1-25/+38
2016-06-16block: Assert that flags are in rangeEric Blake1-0/+6
2016-06-08block: Don't emulate natively supported pwritev flagsKevin Wolf1-1/+3
2016-06-08block: Kill bdrv_co_write_zeroes()Eric Blake1-13/+2
2016-06-08block: Switch bdrv_write_zeroes() to byte interfaceEric Blake1-13/+21
2016-06-08block: Add .bdrv_co_pwrite_zeroes()Eric Blake1-35/+43
2016-06-08block: Track write zero limits in bytesEric Blake1-9/+13
2016-06-08block: split write_zeroes alwaysDenis V. Lunev1-13/+17
2016-06-07block: Drop bdrv_ioctl_bh_cbFam Zheng1-18/+2
2016-06-07block: Move BlockRequest type to io.cEric Blake1-0/+21
2016-06-07block/io: optimize bdrv_co_pwritev for small requestsPeter Lieven1-0/+8
2016-06-07block/io: Remove unused bdrv_aio_write_zeroes()Kevin Wolf1-11/+0
2016-05-25backup: Use BlockBackend for I/OKevin Wolf1-9/+0
2016-05-25stream: Use BlockBackend for I/OKevin Wolf1-9/+0
2016-05-25block: Make bdrv_drain() use bdrv_drained_begin/end()Kevin Wolf1-36/+33
2016-05-25block: Fix bdrv_next() memory leakKevin Wolf1-6/+4
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