summaryrefslogtreecommitdiffstats
path: root/io_uring/poll.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* io_uring: kill extra io_uring_types.h includesPavel Begunkov2022-07-251-1/+0
* io_uring: don't expose io_fill_cqe_aux()Pavel Begunkov2022-07-251-16/+8
* io_uring: mutex locked poll hashingPavel Begunkov2022-07-251-21/+96
* io_uring: propagate locking state to poll cancelPavel Begunkov2022-07-251-1/+2
* io_uring: introduce a struct for hash tablePavel Begunkov2022-07-251-18/+22
* io_uring: pass hash table into poll_findPavel Begunkov2022-07-251-6/+14
* io_uring: use state completion infra for poll reqsPavel Begunkov2022-07-251-6/+2
* io_uring: pass poll_find lock backPavel Begunkov2022-07-251-20/+26
* io_uring: switch cancel_hash to use per entry spinlockHao Xu2022-07-251-31/+49
* io_uring: poll: remove unnecessary req->ref setHao Xu2022-07-251-1/+0
* io_uring: add support for level triggered pollJens Axboe2022-07-251-5/+10
* io_uring: split provided buffers handling into its own fileJens Axboe2022-07-251-0/+1
* io_uring: move poll handling into its own fileJens Axboe2022-07-251-0/+760