Age | Commit message (Expand) | Author |
2015-10-12 | block: switch from g_slice allocator to malloc | Paolo Bonzini |
2015-09-25 | block: Introduce a new API bdrv_co_no_copy_on_readv() | Wen Congyang |
2015-07-07 | block: update bdrv_drain_all()/bdrv_drain() comments | Stefan Hajnoczi |
2015-07-02 | block: remove redundant check before g_slist_find() | Alberto Garcia |
2015-07-02 | block: Fix dirty bitmap in bdrv_co_discard | Fam Zheng |
2015-07-02 | block: Add bdrv_get_block_status_above | Fam Zheng |
2015-06-23 | Fix migration in case of scsi-generic | Dimitris Aragiorgis |
2015-06-23 | block: Let bdrv_drain_all() to call aio_poll() for each AioContext | Alexander Yarygin |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster |
2015-06-12 | throttle: Add throttle group support | Alberto Garcia |
2015-06-12 | throttle: Extract timers from ThrottleState into a separate structure | BenoƮt Canet |
2015-05-22 | block: get_block_status: use "else" when testing the opposite condition | Paolo Bonzini |
2015-05-22 | block: Fix NULL deference for unaligned write if qiov is NULL | Fam Zheng |
2015-05-22 | Revert "block: Fix unaligned zero write" | Fam Zheng |
2015-05-22 | block: align bounce buffers to page | Denis V. Lunev |
2015-05-22 | block: minimal bounce buffer alignment | Denis V. Lunev |
2015-05-22 | block: return EPERM on writes or discards to read-only devices | Paolo Bonzini |
2015-04-28 | block: move I/O request processing to block/io.c | Stefan Hajnoczi |