aboutsummaryrefslogtreecommitdiff
path: root/block/io.c
AgeCommit message (Expand)Author
2016-06-16block: Introduce bdrv_preadv()Kevin Wolf
2016-06-16block: Don't enforce 512 byte minimum alignmentKevin Wolf
2016-06-16block: Prepare bdrv_aligned_pwritev() for byte-aligned requestsKevin Wolf
2016-06-16block: Prepare bdrv_aligned_preadv() for byte-aligned requestsKevin Wolf
2016-06-16block: Byte-based bdrv_co_do_copy_on_readv()Kevin Wolf
2016-06-16block: Assert that flags are in rangeEric Blake
2016-06-08block: Don't emulate natively supported pwritev flagsKevin Wolf
2016-06-08block: Kill bdrv_co_write_zeroes()Eric Blake
2016-06-08block: Switch bdrv_write_zeroes() to byte interfaceEric Blake
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