Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-07-24 | io_uring: don't expose io_fill_cqe_aux() | Pavel Begunkov | 1 | -16/+8 |
2022-07-24 | io_uring: mutex locked poll hashing | Pavel Begunkov | 1 | -21/+96 |
2022-07-24 | io_uring: propagate locking state to poll cancel | Pavel Begunkov | 1 | -1/+2 |
2022-07-24 | io_uring: introduce a struct for hash table | Pavel Begunkov | 1 | -18/+22 |
2022-07-24 | io_uring: pass hash table into poll_find | Pavel Begunkov | 1 | -6/+14 |
2022-07-24 | io_uring: use state completion infra for poll reqs | Pavel Begunkov | 1 | -6/+2 |
2022-07-24 | io_uring: pass poll_find lock back | Pavel Begunkov | 1 | -20/+26 |
2022-07-24 | io_uring: switch cancel_hash to use per entry spinlock | Hao Xu | 1 | -31/+49 |
2022-07-24 | io_uring: poll: remove unnecessary req->ref set | Hao Xu | 1 | -1/+0 |
2022-07-24 | io_uring: add support for level triggered poll | Jens Axboe | 1 | -5/+10 |
2022-07-24 | io_uring: split provided buffers handling into its own file | Jens Axboe | 1 | -0/+1 |
2022-07-24 | io_uring: move poll handling into its own file | Jens Axboe | 1 | -0/+760 |