summaryrefslogtreecommitdiffstats
path: root/io_uring/poll.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-24io_uring: introduce a struct for hash tablePavel Begunkov1-18/+22
2022-07-24io_uring: pass hash table into poll_findPavel Begunkov1-6/+14
2022-07-24io_uring: use state completion infra for poll reqsPavel Begunkov1-6/+2
2022-07-24io_uring: pass poll_find lock backPavel Begunkov1-20/+26
2022-07-24io_uring: switch cancel_hash to use per entry spinlockHao Xu1-31/+49
2022-07-24io_uring: poll: remove unnecessary req->ref setHao Xu1-1/+0
2022-07-24io_uring: add support for level triggered pollJens Axboe1-5/+10
2022-07-24io_uring: split provided buffers handling into its own fileJens Axboe1-0/+1
2022-07-24io_uring: move poll handling into its own fileJens Axboe1-0/+760