summaryrefslogtreecommitdiff
path: root/block/io.c
AgeCommit message (Expand)AuthorFilesLines
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