summaryrefslogtreecommitdiff
path: root/block/io.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-22block: return EPERM on writes or discards to read-only devicesPaolo Bonzini1-2/+2
2015-04-28block: move I/O request processing to block/io.cStefan Hajnoczi1-0/+2540