aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/io_uring/register.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-12io_uring: consistently use rcu semantics with sqpoll threadKeith Busch1-2/+5
2025-02-17io_uring/zcrx: add interface queue and refill queueDavid Wei1-0/+7
2025-01-24io_uring/register: use atomic_read/write for sq_flags migrationJens Axboe1-1/+1
2025-01-21io_uring: clean up io_uring_register_get_file()Pavel Begunkov1-2/+4
2025-01-20Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linuxLinus Torvalds1-83/+80
2025-01-15io_uring: Factor out a function to parse restrictionsJosh Triplett1-31/+33
2025-01-15io_uring/register: cache old SQ/CQ head reading for copiesJens Axboe1-5/+7
2025-01-15io_uring/register: document io_register_resize_rings() shared mem usageJens Axboe1-18/+26
2025-01-15io_uring/register: use stable SQ/CQ ring data during resizeJens Axboe1-2/+2
2024-12-23io_uring: use region api for CQPavel Begunkov1-19/+16
2024-12-23io_uring: use region api for SQPavel Begunkov1-19/+16
2024-12-23io_uring: pass ctx to io_register_free_ringsPavel Begunkov1-5/+6
2024-12-23io_uring/memmap: implement mmap for regionsPavel Begunkov1-4/+2
2024-12-23io_uring/memmap: implement kernel allocated regionsPavel Begunkov1-0/+2
2024-12-23io_uring: rename ->resize_lockPavel Begunkov1-4/+4
2024-12-19io_uring/register: limit ring resizing to DEFER_TASKRUNJens Axboe1-0/+3
2024-11-18io_uring: protect register tracingPavel Begunkov1-1/+2
2024-11-15io_uring: restore back registered wait argumentsPavel Begunkov1-1/+15
2024-11-15io_uring: add memory region registrationPavel Begunkov1-0/+37
2024-11-15io_uring: temporarily disable registered waitsPavel Begunkov1-82/+0
2024-11-02io_uring/rsrc: unify file and buffer resource tablesJens Axboe1-1/+2
2024-10-29io_uring: add support for fixed wait regionsJens Axboe1-0/+82
2024-10-29io_uring/register: add IORING_REGISTER_RESIZE_RINGSJens Axboe1-0/+215
2024-10-29io_uring/msg_ring: add support for sending a sync messageJens Axboe1-0/+30
2024-09-16io_uring: clean up a type in io_uring_register_get_file()Dan Carpenter1-1/+1
2024-09-14io_uring: rename "copy buffers" to "clone buffers"Jens Axboe1-2/+2
2024-09-12io_uring: add IORING_REGISTER_COPY_BUFFERS methodJens Axboe1-0/+6
2024-09-12io_uring/register: provide helper to get io_ring_ctx from 'fd'Jens Axboe1-21/+33
2024-08-25io_uring: user registered clockid for wait timeoutsPavel Begunkov1-0/+31
2024-06-19io_uring: Allocate only necessary memory in io_probeGabriel Krisman Bertazi1-4/+3
2024-06-19io_uring: Fix probe of disabled operationsGabriel Krisman Bertazi1-1/+1
2024-06-16io_uring/eventfd: move eventfd handling to separate fileJens Axboe1-55/+1
2024-06-16io_uring/eventfd: move to more idiomatic RCU free usageJens Axboe1-3/+3
2024-06-04io_uring: fix possible deadlock in io_register_iowq_max_workers()Hagar Hemdan1-0/+4
2024-04-15io_uring: fix warnings on shadow variablesJens Axboe1-2/+1
2024-02-09io_uring: add register/unregister napi functionStefan Roesch1-0/+13
2024-01-17io_uring/register: guard compat syscall with CONFIG_COMPATJens Axboe1-3/+5
2023-12-21io_uring/kbuf: add method for returning provided buffer ring headJens Axboe1-0/+6
2023-12-19io_uring/register: move io_uring_register(2) related code to register.cJens Axboe1-0/+599