aboutsummaryrefslogtreecommitdiff
path: root/io_uring/poll.c
AgeCommit message (Expand)Author
2022-07-24io_uring: introduce a struct for hash tablePavel Begunkov
2022-07-24io_uring: pass hash table into poll_findPavel Begunkov
2022-07-24io_uring: use state completion infra for poll reqsPavel Begunkov
2022-07-24io_uring: pass poll_find lock backPavel Begunkov
2022-07-24io_uring: switch cancel_hash to use per entry spinlockHao Xu
2022-07-24io_uring: poll: remove unnecessary req->ref setHao Xu
2022-07-24io_uring: add support for level triggered pollJens Axboe
2022-07-24io_uring: split provided buffers handling into its own fileJens Axboe
2022-07-24io_uring: move poll handling into its own fileJens Axboe