summaryrefslogtreecommitdiffstats
path: root/io_uring/eventfd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* io_uring/eventfd: move ctx->evfd_last_cq_tail into io_ev_fdJens Axboe2024-10-291-21/+29
* io_uring/eventfd: abstract out ev_fd grab + release helpersJens Axboe2024-10-291-11/+30
* io_uring/eventfd: move trigger check into a helperJens Axboe2024-10-291-3/+12
* io_uring/eventfd: move actual signaling part into separate helperJens Axboe2024-10-291-10/+18
* io_uring/eventfd: check for the need to async notifier earlierJens Axboe2024-10-291-3/+2
* io_uring/eventfd: abstract out ev_fd put helperJens Axboe2024-10-291-4/+8
* io_uring/eventfd: move refs to refcount_tJens Axboe2024-09-091-6/+6
* io_uring: add new line after variable declarationAnuj Gupta2024-09-021-0/+1
* io_uring/eventfd: move eventfd handling to separate fileJens Axboe2024-06-161-0/+160