Age | Commit message (Expand) | Author |
---|---|---|
2022-10-07 | aio-wait.h: introduce AIO_WAIT_WHILE_UNLOCKED | Emanuele Giuseppe Esposito |
2022-06-24 | aio_wait_kick: add missing memory barrier | Emanuele Giuseppe Esposito |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi |
2020-04-09 | aio-wait: delegate polling of main AioContext if BQL not held | Paolo Bonzini |
2019-05-13 | Clean up decorations and whitespace around header guards | Markus Armbruster |
2018-09-25 | block: Use a single global AioWait | Kevin Wolf |
2018-09-25 | aio-wait: Increase num_waiters even in home thread | Kevin Wolf |
2018-06-18 | block: Allow AIO_WAIT_WHILE with NULL ctx | Kevin Wolf |
2018-06-18 | block: Avoid unnecessary aio_poll() in AIO_WAIT_WHILE() | Kevin Wolf |
2018-03-12 | block: make BDRV_POLL_WHILE() re-entrancy safe | Stefan Hajnoczi |
2018-03-08 | block: add aio_wait_bh_oneshot() | Stefan Hajnoczi |
2018-03-02 | block: extract AIO_WAIT_WHILE() from BlockDriverState | Stefan Hajnoczi |