summaryrefslogtreecommitdiffstats
path: root/block/io.c
Commit message (Expand)AuthorAgeFilesLines
* block: Fix bdrv_drain in coroutineFam Zheng2019-11-291-0/+45
* block: Introduce bdrv_co_writev_flags()Kevin Wolf2019-11-291-1/+8
* block: Move enable_write_cache to BB levelKevin Wolf2019-11-291-1/+1
* block: Handle flush error in bdrv_pwrite_sync()Kevin Wolf2019-11-291-3/+3
* block: add flush callbackPavel Dovgalyuk2019-11-291-0/+7
* block: add flag to indicate that no I/O will be performedDaniel P. Berrange2019-11-291-0/+2
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-291-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-291-0/+1
* block: Pull up blk_read_unthrottled() implementationKevin Wolf2019-11-291-14/+0
* block: Use blk_co_pwritev() for blk_write()Kevin Wolf2019-11-291-4/+1
* block: Use blk_co_preadv() for blk_read()Kevin Wolf2019-11-291-4/+1
* block: Move some bdrv_*_all() functions to BBMax Reitz2019-11-291-20/+0
* block: add missing call to bdrv_drain_recursePaolo Bonzini2019-11-291-0/+1
* block: Use returned *file in bdrv_co_get_block_statusFam Zheng2019-11-291-2/+2
* block: Add "file" output parameter to block status query functionsFam Zheng2019-11-291-12/+28
* block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf2019-11-291-2/+2
* block: Assert no write requests under BDRV_O_INCOMINGKevin Wolf2019-11-291-0/+2
* block: Clean up includesPeter Maydell2019-11-291-0/+1
* block: replace IOV_MAX with BlockLimits.max_iovStefan Hajnoczi2019-11-291-1/+2
* block: add BlockLimits.max_iov fieldStefan Hajnoczi2019-11-291-0/+7
* block: fix bdrv_ioctl called from coroutinePaolo Bonzini2019-11-291-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
* block: Add bdrv_get_block_status_aboveFam Zheng2015-07-021-11/+45
* Fix migration in case of scsi-genericDimitris Aragiorgis2015-06-231-1/+2
* block: Let bdrv_drain_all() to call aio_poll() for each AioContextAlexander Yarygin2015-06-231-16/+26
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* throttle: Add throttle group supportAlberto Garcia2015-06-121-59/+16
* throttle: Extract timers from ThrottleState into a separate structureBenoƮt Canet2015-06-121-10/+14
* block: get_block_status: use "else" when testing the opposite conditionPaolo Bonzini2015-05-221-3/+1
* block: Fix NULL deference for unaligned write if qiov is NULLFam Zheng2015-05-221-2/+95
* Revert "block: Fix unaligned zero write"Fam Zheng2015-05-221-39/+6
* block: align bounce buffers to pageDenis V. Lunev2015-05-221-1/+1
* block: minimal bounce buffer alignmentDenis V. Lunev2015-05-221-1/+6
OpenPOWER on IntegriCloud