Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | io_uring/eventfd: ensure io_eventfd_signal() defers another RCU period | Jens Axboe | 9 days | 1 | -9/+7 |
* | io_uring/eventfd: move ctx->evfd_last_cq_tail into io_ev_fd | Jens Axboe | 2024-10-29 | 1 | -21/+29 |
* | io_uring/eventfd: abstract out ev_fd grab + release helpers | Jens Axboe | 2024-10-29 | 1 | -11/+30 |
* | io_uring/eventfd: move trigger check into a helper | Jens Axboe | 2024-10-29 | 1 | -3/+12 |
* | io_uring/eventfd: move actual signaling part into separate helper | Jens Axboe | 2024-10-29 | 1 | -10/+18 |
* | io_uring/eventfd: check for the need to async notifier earlier | Jens Axboe | 2024-10-29 | 1 | -3/+2 |
* | io_uring/eventfd: abstract out ev_fd put helper | Jens Axboe | 2024-10-29 | 1 | -4/+8 |
* | io_uring/eventfd: move refs to refcount_t | Jens Axboe | 2024-09-09 | 1 | -6/+6 |
* | io_uring: add new line after variable declaration | Anuj Gupta | 2024-09-02 | 1 | -0/+1 |
* | io_uring/eventfd: move eventfd handling to separate file | Jens Axboe | 2024-06-16 | 1 | -0/+160 |