summaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)AuthorLines
9 daysMerge tag 'io_uring-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+7
11 daysio_uring/zcrx: use READ_ONCE with user shared RQEsPavel Begunkov-2/+3
13 daysio_uring/net: reject SEND_VECTORIZED when unsupportedPavel Begunkov-0/+2
2026-02-27io_uring/zcrx: don't set rx_page_size when not requestedJakub Kicinski-1/+2
2026-02-27Merge tag 'io_uring-7.0-20260227' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+3
2026-02-25io_uring/timeout: READ_ONCE sqe->addrPavel Begunkov-2/+2
2026-02-24io_uring/cmd_net: use READ_ONCE() for ->addr3 readJens Axboe-1/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-15/+15
2026-02-21Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-44/+42
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-44/+42
2026-02-19io_uring: add IORING_OP_URING_CMD128 to opcode checksCaleb Sander Mateos-3/+9
2026-02-18io_uring/zcrx: fix user_ref race between scrub and refill pathsKai Aizen-3/+7
2026-02-17Merge tag 'io_uring-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-88/+129
2026-02-16io_uring/bpf_filter: pass in expected filter payload sizeJens Axboe-16/+49
2026-02-16io_uring/bpf_filter: move filter size and populate helper into structJens Axboe-11/+18
2026-02-16io_uring/cancel: de-unionize file and user_data in struct io_cancel_dataJens Axboe-4/+2
2026-02-16io_uring/rsrc: improve regbuf iov validationPavel Begunkov-21/+10
2026-02-16io_uring: remove unneeded io_send_zc accountingDylan Yudaken-2/+0
2026-02-16io_uring/cmd_net: fix too strict requirement on ioctlAsbjørn Sloth Tønnesen-3/+6
2026-02-15io_uring: delay sqarray static branch disablementPavel Begunkov-4/+4
2026-02-15io_uring/query: return support for custom rx page sizePavel Begunkov-1/+1
2026-02-15io_uring/zcrx: check unsupported flags on importPavel Begunkov-0/+2
2026-02-14io_uring/zcrx: fix post open error handlingPavel Begunkov-6/+3
2026-02-14io_uring/zcrx: fix sgtable leak on mapping failuresPavel Begunkov-0/+3
2026-02-12Merge tag 'for-7.0/io_uring-zcrx-large-buffers-20260206' of git://git.kernel....Linus Torvalds-5/+33
2026-02-11io_uring: use the right type for creds iterationJens Axboe-1/+1
2026-02-11io_uring/openclose: fix io_pipe_fixed() slot tracking for specific slotsJens Axboe-3/+6
2026-02-11io_uring/filetable: clamp alloc_hint to the configured alloc rangeJens Axboe-0/+4
2026-02-10io_uring/rsrc: replace reg buffer bit field with flagsPavel Begunkov-8/+13
2026-02-10io_uring/zcrx: improve types for size calculationPavel Begunkov-1/+1
2026-02-09io_uring/tctx: avoid modifying loop variable in io_ring_add_registered_fileYang Xiuwei-5/+5
2026-02-09io_uring: simplify IORING_SETUP_DEFER_TASKRUN && !SQPOLL checkCaleb Sander Mateos-2/+1
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-11/+6
2026-02-09Merge tag 'io_uring-bpf-restrictions.4-20260206' of git://git.kernel.org/pub/...Linus Torvalds-9/+684
2026-02-09Merge tag 'for-7.0/io_uring-20260206' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-905/+1043
2026-02-09Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-90/+89
2026-02-06io_uring: allow registration of per-task restrictionsJens Axboe-1/+222
2026-02-06io_uring: add task fork hookJens Axboe-9/+16
2026-02-05Merge tag 'io_uring-6.19-20260205' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-8/+14
2026-02-05io_uring/kbuf: fix memory leak if io_buffer_add_list failsJens Axboe-2/+3
2026-02-04io_uring: Add SPDX id lines to remaining source filesTim Bird-0/+10
2026-02-03io_uring/fdinfo: be a bit nicer when looping a lot of SQEs/CQEsJens Axboe-3/+8
2026-02-03io_uring/fdinfo: kill unnecessary newline feed in CQE32 printingJens Axboe-1/+1
2026-02-02io_uring/zcrx: fix rq flush lockingPavel Begunkov-4/+4
2026-02-02io_uring/zcrx: fix page array leakPavel Begunkov-0/+1
2026-02-02io_uring: allow io-wq workers to exit when unusedLi Chen-0/+11
2026-02-02io_uring/io-wq: add exit-on-idle stateLi Chen-2/+26
2026-01-27io_uring/net: don't continue send bundle if poll was required for retryJens Axboe-1/+5
2026-01-27io_uring/bpf_filter: add ref counts to struct io_bpf_filterJens Axboe-0/+7