Age | Commit message (Expand) | Author | Files | Lines |
2024-06-10 | linux-aio: add IO_CMD_FDSYNC command support | Prasad Pandit | 1 | -1/+20 |
2023-10-31 | virtio: use defer_call() in virtio_irqfd_notify() | Stefan Hajnoczi | 1 | -0/+4 |
2023-10-31 | util/defer-call: move defer_call() to util/ | Stefan Hajnoczi | 1 | -0/+1 |
2023-10-31 | block: rename blk_io_plug_call() API to defer_call() | Stefan Hajnoczi | 1 | -2/+2 |
2023-09-08 | block: spelling fixes | Michael Tokarev | 1 | -1/+1 |
2023-06-01 | block/linux-aio: convert to blk_io_plug_call() API | Stefan Hajnoczi | 1 | -30/+11 |
2023-05-30 | aio: remove aio_disable_external() API | Stefan Hajnoczi | 1 | -2/+2 |
2023-05-15 | block: introduce zone append write for zoned devices | Sam Li | 1 | -0/+3 |
2023-04-25 | linux-aio: use LinuxAioState from the running thread | Emanuele Giuseppe Esposito | 1 | -12/+17 |
2022-08-01 | misc: fix commonly doubled up words | Daniel P. Berrangé | 1 | -1/+1 |
2022-06-15 | linux-aio: explain why max batch is checked in laio_io_unplug() | Stefan Hajnoczi | 1 | -0/+6 |
2022-06-15 | linux-aio: fix unbalanced plugged counter in laio_io_unplug() | Stefan Hajnoczi | 1 | -1/+3 |
2022-01-12 | aio-posix: split poll check from ready handler | Stefan Hajnoczi | 1 | -6/+10 |
2021-11-02 | linux-aio: add `dev_max_batch` parameter to laio_io_unplug() | Stefano Garzarella | 1 | -3/+5 |
2021-11-02 | linux-aio: add `dev_max_batch` parameter to laio_co_submit() | Stefano Garzarella | 1 | -8/+22 |
2021-07-21 | linux-aio: limit the batch size using `aio-max-batch` parameter | Stefano Garzarella | 1 | -1/+8 |
2020-03-16 | misc: Replace zero-length arrays with flexible array member (automatic) | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-01-13 | linux-aio: increasing MAX_EVENTS to a larger hardcoded value | Wangyong | 1 | -1/+1 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-06-04 | block/linux-aio: Drop unused BlockAIOCB submission method | Julia Suvorova | 1 | -62/+10 |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini | 1 | -2/+2 |
2018-09-25 | block/linux-aio: acquire AioContext before qemu_laio_process_completions | Sergio Lopez | 1 | -1/+1 |
2018-06-27 | linux-aio: properly bubble up errors from initialization | Nishanth Aravamudan | 1 | -3/+9 |
2017-02-21 | block: explicitly acquire aiocontext in aio callbacks that need it | Paolo Bonzini | 1 | -4/+1 |
2017-02-21 | block: explicitly acquire aiocontext in bottom halves that need it | Paolo Bonzini | 1 | -6/+9 |
2017-02-21 | block: explicitly acquire aiocontext in callbacks that need it | Paolo Bonzini | 1 | -0/+4 |
2017-01-03 | linux-aio: poll ring for completions | Stefan Hajnoczi | 1 | -1/+16 |
2017-01-03 | aio: add AioPollFn and io_poll() interface | Stefan Hajnoczi | 1 | -2/+2 |
2016-09-28 | linux-aio: fix re-entrant completion processing | Stefan Hajnoczi | 1 | -3/+6 |
2016-09-13 | linux-aio: process completions from ioq_submit() | Roman Pen | 1 | -2/+22 |
2016-09-13 | linux-aio: split processing events function | Roman Pen | 1 | -10/+21 |
2016-09-13 | linux-aio: consume events in userspace instead of calling io_getevents | Roman Pen | 1 | -26/+99 |
2016-08-11 | linux-aio: Handle io_submit() failure gracefully | Kevin Wolf | 1 | -1/+7 |
2016-07-18 | linux-aio: prevent submitting more than MAX_EVENTS | Roman Pen | 1 | -10/+16 |
2016-07-18 | linux-aio: share one LinuxAioState within an AioContext | Paolo Bonzini | 1 | -4/+6 |
2016-07-13 | coroutine: move entry argument to qemu_coroutine_create | Paolo Bonzini | 1 | -1/+1 |
2016-07-05 | block: fix return code for partial write for Linux AIO | Denis V. Lunev | 1 | -1/+1 |
2016-06-16 | linux-aio: Cancel BH if not needed | Kevin Wolf | 1 | -1/+3 |
2016-06-16 | raw-posix: Implement .bdrv_co_preadv/pwritev | Kevin Wolf | 1 | -5/+2 |
2016-06-16 | raw-posix: Switch to bdrv_co_* interfaces | Kevin Wolf | 1 | -22/+65 |
2016-05-12 | linux-aio: make it more type safe | Paolo Bonzini | 1 | -29/+17 |
2016-05-12 | block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end | Paolo Bonzini | 1 | -8/+5 |
2016-01-20 | block: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-10-23 | aio: Add "is_external" flag for event handlers | Fam Zheng | 1 | -2/+3 |
2014-12-12 | linux-aio: simplify removal of completed iocbs from the list | Paolo Bonzini | 1 | -6/+6 |
2014-12-12 | linux-aio: drop return code from laio_io_unplug and ioq_submit | Paolo Bonzini | 1 | -10/+5 |
2014-12-12 | linux-aio: rename LaioQueue idx field to "n" | Paolo Bonzini | 1 | -6/+6 |
2014-12-12 | linux-aio: track whether the queue is blocked | Paolo Bonzini | 1 | -20/+27 |
2014-12-12 | linux-aio: queue requests that cannot be submitted | Paolo Bonzini | 1 | -42/+33 |
2014-10-20 | block: Rename BlockDriverCompletionFunc to BlockCompletionFunc | Markus Armbruster | 1 | -1/+1 |