io_uring: propagate locking state to poll cancel
[linux-block.git] / io_uring / poll.c
2022-07-25 Pavel Begunkovio_uring: propagate locking state to poll cancel
2022-07-25 Pavel Begunkovio_uring: introduce a struct for hash table
2022-07-25 Pavel Begunkovio_uring: pass hash table into poll_find
2022-07-25 Pavel Begunkovio_uring: use state completion infra for poll reqs
2022-07-25 Pavel Begunkovio_uring: pass poll_find lock back
2022-07-25 Hao Xuio_uring: switch cancel_hash to use per entry spinlock
2022-07-25 Hao Xuio_uring: poll: remove unnecessary req->ref set
2022-07-25 Jens Axboeio_uring: add support for level triggered poll
2022-07-25 Jens Axboeio_uring: split provided buffers handling into its...
2022-07-25 Jens Axboeio_uring: move poll handling into its own file