summaryrefslogtreecommitdiffstats
path: root/io_uring/register.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring: Allocate only necessary memory in io_probeGabriel Krisman Bertazi2024-06-191-4/+3
* io_uring: Fix probe of disabled operationsGabriel Krisman Bertazi2024-06-191-1/+1
* io_uring/eventfd: move eventfd handling to separate fileJens Axboe2024-06-161-55/+1
* io_uring/eventfd: move to more idiomatic RCU free usageJens Axboe2024-06-161-3/+3
* io_uring: fix possible deadlock in io_register_iowq_max_workers()Hagar Hemdan2024-06-041-0/+4
* io_uring: fix warnings on shadow variablesJens Axboe2024-04-151-2/+1
* io_uring: add register/unregister napi functionStefan Roesch2024-02-091-0/+13
* io_uring/register: guard compat syscall with CONFIG_COMPATJens Axboe2024-01-171-3/+5
* io_uring/kbuf: add method for returning provided buffer ring headJens Axboe2023-12-211-0/+6
* io_uring/register: move io_uring_register(2) related code to register.cJens Axboe2023-12-191-0/+599