summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
3 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds10-15/+15
3 daysMerge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds15-44/+42
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook15-44/+42
6 daysio_uring: add IORING_OP_URING_CMD128 to opcode checksCaleb Sander Mateos3-3/+9
6 daysio_uring/zcrx: fix user_ref race between scrub and refill pathsKai Aizen1-3/+7
7 daysMerge tag 'io_uring-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds15-88/+129
8 daysio_uring/bpf_filter: pass in expected filter payload sizeJens Axboe1-16/+49
8 daysio_uring/bpf_filter: move filter size and populate helper into structJens Axboe3-11/+18
8 daysio_uring/cancel: de-unionize file and user_data in struct io_cancel_dataJens Axboe1-4/+2
9 daysio_uring/rsrc: improve regbuf iov validationPavel Begunkov1-21/+10
9 daysio_uring: remove unneeded io_send_zc accountingDylan Yudaken1-2/+0
9 daysio_uring/cmd_net: fix too strict requirement on ioctlAsbjørn Sloth Tønnesen1-3/+6
9 daysio_uring: delay sqarray static branch disablementPavel Begunkov1-4/+4
9 daysio_uring/query: return support for custom rx page sizePavel Begunkov1-1/+1
9 daysio_uring/zcrx: check unsupported flags on importPavel Begunkov1-0/+2
10 daysio_uring/zcrx: fix post open error handlingPavel Begunkov1-6/+3
10 daysio_uring/zcrx: fix sgtable leak on mapping failuresPavel Begunkov1-0/+3
12 daysMerge tag 'for-7.0/io_uring-zcrx-large-buffers-20260206' of git://git.kernel....Linus Torvalds1-5/+33
13 daysio_uring: use the right type for creds iterationJens Axboe1-1/+1
13 daysio_uring/openclose: fix io_pipe_fixed() slot tracking for specific slotsJens Axboe1-3/+6
13 daysio_uring/filetable: clamp alloc_hint to the configured alloc rangeJens Axboe1-0/+4
2026-02-10io_uring/rsrc: replace reg buffer bit field with flagsPavel Begunkov3-8/+13
2026-02-10io_uring/zcrx: improve types for size calculationPavel Begunkov1-1/+1
2026-02-10io_uring/tctx: avoid modifying loop variable in io_ring_add_registered_fileYang Xiuwei1-5/+5
2026-02-10io_uring: simplify IORING_SETUP_DEFER_TASKRUN && !SQPOLL checkCaleb Sander Mateos1-2/+1
2026-02-10Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-11/+6
2026-02-10Merge tag 'io_uring-bpf-restrictions.4-20260206' of git://git.kernel.org/pub/...Linus Torvalds12-9/+684
2026-02-10Merge tag 'for-7.0/io_uring-20260206' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds33-905/+1043
2026-02-10Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds4-90/+89
2026-02-06io_uring: allow registration of per-task restrictionsJens Axboe6-1/+222
2026-02-06io_uring: add task fork hookJens Axboe1-9/+16
2026-02-06Merge tag 'io_uring-6.19-20260205' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-8/+14
2026-02-05io_uring/kbuf: fix memory leak if io_buffer_add_list failsJens Axboe1-2/+3
2026-02-04io_uring: Add SPDX id lines to remaining source filesTim Bird10-0/+10
2026-02-03io_uring/fdinfo: be a bit nicer when looping a lot of SQEs/CQEsJens Axboe1-3/+8
2026-02-03io_uring/fdinfo: kill unnecessary newline feed in CQE32 printingJens Axboe1-1/+1
2026-02-02io_uring/zcrx: fix rq flush lockingPavel Begunkov1-4/+4
2026-02-02io_uring/zcrx: fix page array leakPavel Begunkov1-0/+1
2026-02-02io_uring: allow io-wq workers to exit when unusedLi Chen1-0/+11
2026-02-02io_uring/io-wq: add exit-on-idle stateLi Chen2-2/+26
2026-01-28io_uring/net: don't continue send bundle if poll was required for retryJens Axboe1-1/+5
2026-01-27io_uring/bpf_filter: add ref counts to struct io_bpf_filterJens Axboe1-0/+7
2026-01-27io_uring/bpf_filter: cache lookup table in ctx->bpf_filtersJens Axboe4-10/+21
2026-01-27io_uring/bpf_filter: allow filtering on contents of struct open_howJens Axboe3-0/+18
2026-01-27io_uring/net: allow filtering on IORING_OP_SOCKET dataJens Axboe3-0/+26
2026-01-27io_uring: add support for BPF filtering for opcode restrictionsJens Axboe6-0/+385
2026-01-25io_uring/rsrc: use GFP_KERNEL_ACCOUNT consistentlyJens Axboe2-2/+2
2026-01-25io_uring/futex: use GFP_KERNEL_ACCOUNT for futex data allocationJens Axboe1-1/+1
2026-01-24io_uring/zcrx: implement large rx buffer supportPavel Begunkov1-5/+33