aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring/register.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-26io_uring/query: drop unused io_handle_query_entry() ctx argCaleb Sander Mateos1-2/+2
2025-11-18io_uring/register: use correct location for io_rings_layoutJens Axboe1-1/+1
2025-11-13io_uring/zcrx: introduce IORING_REGISTER_ZCRX_CTRLPavel Begunkov1-0/+3
2025-11-13io_uring: pre-calculate scq layoutPavel Begunkov1-4/+0
2025-11-13io_uring: keep ring laoyut in a structurePavel Begunkov1-17/+7
2025-11-13io_uring: introduce struct io_ctx_configPavel Begunkov1-2/+5
2025-11-13io_uring: convert params to pointer in ring reiszePavel Begunkov1-24/+24
2025-11-13Merge branch 'io_uring-6.18' into for-6.19/io_uringJens Axboe1-3/+0
2025-11-11io_uring: pass sq entries in the params structPavel Begunkov1-1/+1
2025-11-06io_uring/memmap: refactor io_free_region() to take user_struct paramDavid Wei1-3/+3
2025-11-03io_uring/zcrx: remove sync refill uapiPavel Begunkov1-3/+0
2025-10-22io_uring: add support for IORING_SETUP_SQE_MIXEDKeith Busch1-1/+1
2025-10-20io_uring: only publish fully handled mem regionPavel Begunkov1-5/+6
2025-10-20io_uring: don't free never created regionsPavel Begunkov1-3/+2
2025-10-20io_uring: remove extra args from io_register_free_ringsPavel Begunkov1-6/+5
2025-10-20io_uring: use no mmap safe region helpers on resizingPavel Begunkov1-2/+2
2025-10-15io_uring: fix unexpected placement on same size resizingPavel Begunkov1-7/+0
2025-10-15io_uring: protect mem region deregistrationPavel Begunkov1-0/+1
2025-09-16io_uring/zcrx: allow synchronous buffer returnPavel Begunkov1-0/+3
2025-09-08io_uring: don't include filetable.h in io_uring.hCaleb Sander Mateos1-0/+1
2025-09-08io_uring: Replace kzalloc() + copy_from_user() with memdup_user()Thorsten Blum1-7/+3
2025-09-08io_uring: introduce io_uring queryingPavel Begunkov1-0/+6
2025-09-08io_uring: add helper for *REGISTER_SEND_MSG_RINGPavel Begunkov1-14/+19
2025-09-02io_uring/register: drop redundant submitter_task checkCaleb Sander Mateos1-4/+0
2025-08-27io_uring: add support for IORING_SETUP_CQE_MIXEDJens Axboe1-1/+2
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