summaryrefslogtreecommitdiffstats
path: root/block/io.c
Commit message (Expand)AuthorAgeFilesLines
* block: Introduce .bdrv_co_preadv/pwritev BlockDriver functionKevin Wolf2016-05-121-6/+22
* block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writevKevin Wolf2016-05-121-12/+12
* block: Support AIO drivers in bdrv_driver_preadv/pwritev()Kevin Wolf2016-05-121-74/+52Star
* block: Introduce bdrv_driver_pwritev()Kevin Wolf2016-05-121-15/+36
* block: Introduce bdrv_driver_preadv()Kevin Wolf2016-05-121-7/+23
* block: plug whole tree at once, introduce bdrv_io_unplugged_begin/endPaolo Bonzini2016-05-121-18/+58
* block: introduce bdrv_no_throttling_begin/endPaolo Bonzini2016-05-121-12/+21
* block: extract bdrv_drain_poll/bdrv_co_yield_to_drain from bdrv_drain/bdrv_co...Paolo Bonzini2016-05-121-12/+23
* block: move restarting of throttled reqs to block/throttle-groups.cPaolo Bonzini2016-05-121-14/+1Star
* block: make bdrv_start_throttled_reqs return voidPaolo Bonzini2016-05-121-6/+2Star
* block: Don't disable I/O throttling on sync requestsKevin Wolf2016-05-121-11/+0Star
* block: Fix bdrv_drain in coroutineFam Zheng2016-04-111-0/+45
* block: Introduce bdrv_co_writev_flags()Kevin Wolf2016-03-301-1/+8
* block: Move enable_write_cache to BB levelKevin Wolf2016-03-301-1/+1
* block: Handle flush error in bdrv_pwrite_sync()Kevin Wolf2016-03-301-3/+3
* block: add flush callbackPavel Dovgalyuk2016-03-301-0/+7
* block: add flag to indicate that no I/O will be performedDaniel P. Berrange2016-03-301-0/+2
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* block: Pull up blk_read_unthrottled() implementationKevin Wolf2016-03-171-14/+0Star
* block: Use blk_co_pwritev() for blk_write()Kevin Wolf2016-03-171-4/+1Star
* block: Use blk_co_preadv() for blk_read()Kevin Wolf2016-03-171-4/+1Star
* block: Move some bdrv_*_all() functions to BBMax Reitz2016-03-171-20/+0Star
* block: add missing call to bdrv_drain_recursePaolo Bonzini2016-02-091-0/+1
* block: Use returned *file in bdrv_co_get_block_statusFam Zheng2016-02-021-2/+2
* block: Add "file" output parameter to block status query functionsFam Zheng2016-02-021-12/+28
* block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf2016-01-201-2/+2
* block: Assert no write requests under BDRV_O_INCOMINGKevin Wolf2016-01-201-0/+2
* block: Clean up includesPeter Maydell2016-01-201-0/+1
* block: replace IOV_MAX with BlockLimits.max_iovStefan Hajnoczi2015-12-221-1/+2
* block: add BlockLimits.max_iov fieldStefan Hajnoczi2015-12-221-0/+7
* block: fix bdrv_ioctl called from coroutinePaolo Bonzini2015-12-181-3/+4
* block: Don't wait serialising for non-COR read requestsFam Zheng2015-12-031-5/+7
* block: Introduce BlockDriver.bdrv_drain callbackFam Zheng2015-11-121-1/+15
* block: Emulate bdrv_ioctl with bdrv_aio_ioctl and track bothFam Zheng2015-11-121-9/+92
* block: Track discard requestsFam Zheng2015-11-121-3/+10
* block: Track flush requestsFam Zheng2015-11-121-3/+8
* block: Add more types for tracked requestFam Zheng2015-11-121-4/+5
* block: Consider all child nodes in bdrv_requests_pending()Kevin Wolf2015-10-291-5/+8
* block: Introduce "drained begin/end" APIFam Zheng2015-10-231-0/+17
* block: Move BlockAcctStats into BlockBackendMax Reitz2015-10-231-1/+5
* block: Remove wr_highest_sector from BlockAcctStatsMax Reitz2015-10-231-1/+3
* block/io: Make bdrv_requests_pending() publicKevin Wolf2015-10-161-1/+1
* block: Convert bs->backing_hd to BdrvChildKevin Wolf2015-10-161-12/+12
* block: Convert bs->file to BdrvChildKevin Wolf2015-10-161-25/+25
* block: switch from g_slice allocator to mallocPaolo Bonzini2015-10-121-2/+2
* block: Introduce a new API bdrv_co_no_copy_on_readv()Wen Congyang2015-09-251-1/+11
* block: update bdrv_drain_all()/bdrv_drain() commentsStefan Hajnoczi2015-07-071-10/+10
* block: remove redundant check before g_slist_find()Alberto Garcia2015-07-021-1/+1
* block: Fix dirty bitmap in bdrv_co_discardFam Zheng2015-07-021-2/+2