summaryrefslogtreecommitdiff
path: root/io_uring/eventfd.c
AgeCommit message (Expand)Author
2024-10-29io_uring/eventfd: move ctx->evfd_last_cq_tail into io_ev_fdJens Axboe
2024-10-29io_uring/eventfd: abstract out ev_fd grab + release helpersJens Axboe
2024-10-29io_uring/eventfd: move trigger check into a helperJens Axboe
2024-10-29io_uring/eventfd: move actual signaling part into separate helperJens Axboe
2024-10-29io_uring/eventfd: check for the need to async notifier earlierJens Axboe
2024-10-29io_uring/eventfd: abstract out ev_fd put helperJens Axboe
2024-09-08io_uring/eventfd: move refs to refcount_tJens Axboe
2024-09-02io_uring: add new line after variable declarationAnuj Gupta
2024-06-16io_uring/eventfd: move eventfd handling to separate fileJens Axboe