summaryrefslogtreecommitdiff
path: root/block/io.c
AgeCommit message (Expand)Author
2015-10-29block: Consider all child nodes in bdrv_requests_pending()Kevin Wolf
2015-10-23block: Introduce "drained begin/end" APIFam Zheng
2015-10-23block: Move BlockAcctStats into BlockBackendMax Reitz
2015-10-23block: Remove wr_highest_sector from BlockAcctStatsMax Reitz
2015-10-16block/io: Make bdrv_requests_pending() publicKevin Wolf
2015-10-16block: Convert bs->backing_hd to BdrvChildKevin Wolf
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf
2015-10-12block: switch from g_slice allocator to mallocPaolo Bonzini
2015-09-25block: Introduce a new API bdrv_co_no_copy_on_readv()Wen Congyang
2015-07-07block: update bdrv_drain_all()/bdrv_drain() commentsStefan Hajnoczi
2015-07-02block: remove redundant check before g_slist_find()Alberto Garcia
2015-07-02block: Fix dirty bitmap in bdrv_co_discardFam Zheng
2015-07-02block: Add bdrv_get_block_status_aboveFam Zheng
2015-06-23Fix migration in case of scsi-genericDimitris Aragiorgis
2015-06-23block: Let bdrv_drain_all() to call aio_poll() for each AioContextAlexander Yarygin
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-12throttle: Add throttle group supportAlberto Garcia
2015-06-12throttle: Extract timers from ThrottleState into a separate structureBenoƮt Canet
2015-05-22block: get_block_status: use "else" when testing the opposite conditionPaolo Bonzini
2015-05-22block: Fix NULL deference for unaligned write if qiov is NULLFam Zheng
2015-05-22Revert "block: Fix unaligned zero write"Fam Zheng
2015-05-22block: align bounce buffers to pageDenis V. Lunev
2015-05-22block: minimal bounce buffer alignmentDenis V. Lunev
2015-05-22block: return EPERM on writes or discards to read-only devicesPaolo Bonzini
2015-04-28block: move I/O request processing to block/io.cStefan Hajnoczi