summaryrefslogtreecommitdiffstats
path: root/io_uring/register.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* io_uring/register: limit ring resizing to DEFER_TASKRUNJens Axboe2024-12-191-0/+3
* io_uring: protect register tracingPavel Begunkov2024-11-181-1/+2
* io_uring: restore back registered wait argumentsPavel Begunkov2024-11-151-1/+15
* io_uring: add memory region registrationPavel Begunkov2024-11-151-0/+37
* io_uring: temporarily disable registered waitsPavel Begunkov2024-11-151-82/+0
* io_uring/rsrc: unify file and buffer resource tablesJens Axboe2024-11-021-1/+2
* io_uring: add support for fixed wait regionsJens Axboe2024-10-291-0/+82
* io_uring/register: add IORING_REGISTER_RESIZE_RINGSJens Axboe2024-10-291-0/+215
* io_uring/msg_ring: add support for sending a sync messageJens Axboe2024-10-291-0/+30
* io_uring: clean up a type in io_uring_register_get_file()Dan Carpenter2024-09-161-1/+1
* io_uring: rename "copy buffers" to "clone buffers"Jens Axboe2024-09-141-2/+2
* io_uring: add IORING_REGISTER_COPY_BUFFERS methodJens Axboe2024-09-121-0/+6
* io_uring/register: provide helper to get io_ring_ctx from 'fd'Jens Axboe2024-09-121-21/+33
* io_uring: user registered clockid for wait timeoutsPavel Begunkov2024-08-251-0/+31
* 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