Age | Commit message (Expand) | Author |
2020-03-16 | misc: Replace zero-length arrays with flexible array member (automatic) | Philippe Mathieu-Daudé |
2020-01-13 | linux-aio: increasing MAX_EVENTS to a larger hardcoded value | Wangyong |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-06-04 | block/linux-aio: Drop unused BlockAIOCB submission method | Julia Suvorova |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini |
2018-09-25 | block/linux-aio: acquire AioContext before qemu_laio_process_completions | Sergio Lopez |
2018-06-27 | linux-aio: properly bubble up errors from initialization | Nishanth Aravamudan |
2017-02-21 | block: explicitly acquire aiocontext in aio callbacks that need it | Paolo Bonzini |
2017-02-21 | block: explicitly acquire aiocontext in bottom halves that need it | Paolo Bonzini |
2017-02-21 | block: explicitly acquire aiocontext in callbacks that need it | Paolo Bonzini |
2017-01-03 | linux-aio: poll ring for completions | Stefan Hajnoczi |
2017-01-03 | aio: add AioPollFn and io_poll() interface | Stefan Hajnoczi |
2016-09-28 | linux-aio: fix re-entrant completion processing | Stefan Hajnoczi |
2016-09-13 | linux-aio: process completions from ioq_submit() | Roman Pen |
2016-09-13 | linux-aio: split processing events function | Roman Pen |
2016-09-13 | linux-aio: consume events in userspace instead of calling io_getevents | Roman Pen |
2016-08-11 | linux-aio: Handle io_submit() failure gracefully | Kevin Wolf |
2016-07-18 | linux-aio: prevent submitting more than MAX_EVENTS | Roman Pen |
2016-07-18 | linux-aio: share one LinuxAioState within an AioContext | Paolo Bonzini |
2016-07-13 | coroutine: move entry argument to qemu_coroutine_create | Paolo Bonzini |
2016-07-05 | block: fix return code for partial write for Linux AIO | Denis V. Lunev |
2016-06-16 | linux-aio: Cancel BH if not needed | Kevin Wolf |
2016-06-16 | raw-posix: Implement .bdrv_co_preadv/pwritev | Kevin Wolf |
2016-06-16 | raw-posix: Switch to bdrv_co_* interfaces | Kevin Wolf |
2016-05-12 | linux-aio: make it more type safe | Paolo Bonzini |
2016-05-12 | block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end | Paolo Bonzini |
2016-01-20 | block: Clean up includes | Peter Maydell |
2015-10-23 | aio: Add "is_external" flag for event handlers | Fam Zheng |
2014-12-12 | linux-aio: simplify removal of completed iocbs from the list | Paolo Bonzini |
2014-12-12 | linux-aio: drop return code from laio_io_unplug and ioq_submit | Paolo Bonzini |
2014-12-12 | linux-aio: rename LaioQueue idx field to "n" | Paolo Bonzini |
2014-12-12 | linux-aio: track whether the queue is blocked | Paolo Bonzini |
2014-12-12 | linux-aio: queue requests that cannot be submitted | Paolo Bonzini |
2014-10-20 | block: Rename BlockDriverCompletionFunc to BlockCompletionFunc | Markus Armbruster |
2014-10-20 | block: Rename BlockDriverAIOCB* to BlockAIOCB* | Markus Armbruster |
2014-09-22 | block: Rename qemu_aio_release -> qemu_aio_unref | Fam Zheng |
2014-09-22 | linux-aio: Convert laio_aiocb_info.cancel to .cancel_async | Fam Zheng |
2014-08-29 | linux-aio: avoid deadlock in nested aio_poll() calls | Stefan Hajnoczi |
2014-07-15 | linux-aio: Fix laio resource leak | Gonglei |
2014-07-07 | linux-aio: implement io plug, unplug and flush io queue | Ming Lei |
2014-06-04 | block/linux-aio: fix memory and fd leak | Stefan Hajnoczi |
2014-06-04 | block/raw-posix: implement .bdrv_detach/attach_aio_context() | Stefan Hajnoczi |
2013-08-19 | aio: drop io_flush argument | Stefan Hajnoczi |
2013-08-19 | block/linux-aio: drop qemu_laio_completion_cb() | Stefan Hajnoczi |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | block: move include files to include/block/ | Paolo Bonzini |
2012-11-14 | aio: rename AIOPool to AIOCBInfo | Stefan Hajnoczi |
2012-10-31 | raw-posix: move linux-aio.c to block/ | Paolo Bonzini |