summaryrefslogtreecommitdiff
path: root/io_uring/register.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-21io_uring/register: fix ring resizing with mixed/large SQEs/CQEsJens Axboe1-8/+28
2026-04-14Merge tag 'for-7.1/io_uring-20260411' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-41/+8
2026-04-08io_uring: unify getting ctx from passed in file descriptorJens Axboe1-34/+1
2026-04-08io_uring/register: don't get a reference to the registered ring fdJens Axboe1-4/+4
2026-04-03Merge tag 'io_uring-7.0-20260403' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+9
2026-04-01io_uring/zcrx: rename zcrx [un]register functionsPavel Begunkov1-1/+1
2026-04-01io_uring/bpf_filters: retain COW'ed settings on parse failuresJens Axboe1-1/+9
2026-03-17io_uring: switch struct io_ring_ctx internal bitfields to flagsJens Axboe1-4/+4
2026-03-14Merge branch 'io_uring-7.0' into for-7.1/io_uringJens Axboe1-2/+13
2026-03-13Merge tag 'io_uring-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+13
2026-03-11io_uring: ensure ctx->rings is stable for task work flags manipulationJens Axboe1-0/+11
2026-03-09io_uring/register: fix comment about task_no_new_privsJann Horn1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-10Merge tag 'io_uring-bpf-restrictions.4-20260206' of git://git.kernel.org/pub/...Linus Torvalds1-0/+91
2026-02-10Merge tag 'for-7.0/io_uring-20260206' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-15/+27
2026-02-06io_uring: allow registration of per-task restrictionsJens Axboe1-0/+80
2026-01-27io_uring/bpf_filter: cache lookup table in ctx->bpf_filtersJens Axboe1-0/+3
2026-01-27io_uring: add support for BPF filtering for opcode restrictionsJens Axboe1-0/+8
2026-01-13io_uring: track restrictions separately for IORING_OP and IORING_REGISTERJens Axboe1-5/+14
2026-01-13io_uring/register: set ctx->restricted when restrictions are parsedJens Axboe1-4/+3
2026-01-13io_uring/register: have io_parse_restrictions() set restrictions enabledJens Axboe1-1/+1
2026-01-13io_uring/register: have io_parse_restrictions() return number of opsJens Axboe1-7/+10
2026-01-12io_uring/register: drop io_register_enable_rings() submitter_task checkCaleb Sander Mateos1-1/+1
2026-01-12io_uring/msg_ring: drop unnecessary submitter_task checksCaleb Sander Mateos1-1/+1
2026-01-12io_uring: use release-acquire ordering for IORING_SETUP_R_DISABLEDCaleb Sander Mateos1-1/+2
2026-01-01io_uring/tctx: add separate lock for list of tctx's in ctxJens Axboe1-0/+2
2025-11-26io_uring/query: drop unused io_handle_query_entry() ctx argCaleb Sander Mateos1-2/+2
2025-11-19io_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-07io_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-03io_uring/register: drop redundant submitter_task checkCaleb Sander Mateos1-4/+0