summaryrefslogtreecommitdiff
path: root/block/io.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-12block: Add more types for tracked requestFam Zheng1-4/+5
2015-10-29block: Consider all child nodes in bdrv_requests_pending()Kevin Wolf1-5/+8
2015-10-23block: Introduce "drained begin/end" APIFam Zheng1-0/+17
2015-10-23block: Move BlockAcctStats into BlockBackendMax Reitz1-1/+5
2015-10-23block: Remove wr_highest_sector from BlockAcctStatsMax Reitz1-1/+3
2015-10-16block/io: Make bdrv_requests_pending() publicKevin Wolf1-1/+1
2015-10-16block: Convert bs->backing_hd to BdrvChildKevin Wolf1-12/+12
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf1-25/+25
2015-10-12block: switch from g_slice allocator to mallocPaolo Bonzini1-2/+2
2015-09-25block: Introduce a new API bdrv_co_no_copy_on_readv()Wen Congyang1-1/+11
2015-07-07block: update bdrv_drain_all()/bdrv_drain() commentsStefan Hajnoczi1-10/+10
2015-07-02block: remove redundant check before g_slist_find()Alberto Garcia1-1/+1
2015-07-02block: Fix dirty bitmap in bdrv_co_discardFam Zheng1-2/+2
2015-07-02block: Add bdrv_get_block_status_aboveFam Zheng1-11/+45
2015-06-23Fix migration in case of scsi-genericDimitris Aragiorgis1-1/+2
2015-06-23block: Let bdrv_drain_all() to call aio_poll() for each AioContextAlexander Yarygin1-16/+26
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-06-12throttle: Add throttle group supportAlberto Garcia1-59/+16
2015-06-12throttle: Extract timers from ThrottleState into a separate structureBenoƮt Canet1-10/+14
2015-05-22block: get_block_status: use "else" when testing the opposite conditionPaolo Bonzini1-3/+1
2015-05-22block: Fix NULL deference for unaligned write if qiov is NULLFam Zheng1-2/+95
2015-05-22Revert "block: Fix unaligned zero write"Fam Zheng1-39/+6
2015-05-22block: align bounce buffers to pageDenis V. Lunev1-1/+1
2015-05-22block: minimal bounce buffer alignmentDenis V. Lunev1-1/+6