summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
9 daysMerge tag 'io_uring-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
10 daysio_uring/bpf_filter: pass in expected filter payload sizeJens Axboe
10 daysio_uring/bpf_filter: move filter size and populate helper into structJens Axboe
10 daysio_uring/cancel: de-unionize file and user_data in struct io_cancel_dataJens Axboe
11 daysio_uring/rsrc: improve regbuf iov validationPavel Begunkov
11 daysio_uring: remove unneeded io_send_zc accountingDylan Yudaken
11 daysio_uring/cmd_net: fix too strict requirement on ioctlAsbjørn Sloth Tønnesen
11 daysio_uring: delay sqarray static branch disablementPavel Begunkov
11 daysio_uring/query: return support for custom rx page sizePavel Begunkov
11 daysio_uring/zcrx: check unsupported flags on importPavel Begunkov
12 daysio_uring/zcrx: fix post open error handlingPavel Begunkov
12 daysio_uring/zcrx: fix sgtable leak on mapping failuresPavel Begunkov
2026-02-12Merge tag 'for-7.0/io_uring-zcrx-large-buffers-20260206' of git://git.kernel....Linus Torvalds
2026-02-11io_uring: use the right type for creds iterationJens Axboe
2026-02-11io_uring/openclose: fix io_pipe_fixed() slot tracking for specific slotsJens Axboe
2026-02-11io_uring/filetable: clamp alloc_hint to the configured alloc rangeJens Axboe
2026-02-10io_uring/rsrc: replace reg buffer bit field with flagsPavel Begunkov
2026-02-10io_uring/zcrx: improve types for size calculationPavel Begunkov
2026-02-09io_uring/tctx: avoid modifying loop variable in io_ring_add_registered_fileYang Xiuwei
2026-02-09io_uring: simplify IORING_SETUP_DEFER_TASKRUN && !SQPOLL checkCaleb Sander Mateos
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-02-09Merge tag 'io_uring-bpf-restrictions.4-20260206' of git://git.kernel.org/pub/...Linus Torvalds
2026-02-09Merge tag 'for-7.0/io_uring-20260206' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-02-09Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2026-02-06io_uring: allow registration of per-task restrictionsJens Axboe
2026-02-06io_uring: add task fork hookJens Axboe
2026-02-05Merge tag 'io_uring-6.19-20260205' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-02-05io_uring/kbuf: fix memory leak if io_buffer_add_list failsJens Axboe
2026-02-04io_uring: Add SPDX id lines to remaining source filesTim Bird
2026-02-03io_uring/fdinfo: be a bit nicer when looping a lot of SQEs/CQEsJens Axboe
2026-02-03io_uring/fdinfo: kill unnecessary newline feed in CQE32 printingJens Axboe
2026-02-02io_uring/zcrx: fix rq flush lockingPavel Begunkov
2026-02-02io_uring/zcrx: fix page array leakPavel Begunkov
2026-02-02io_uring: allow io-wq workers to exit when unusedLi Chen
2026-02-02io_uring/io-wq: add exit-on-idle stateLi Chen
2026-01-27io_uring/net: don't continue send bundle if poll was required for retryJens Axboe
2026-01-27io_uring/bpf_filter: add ref counts to struct io_bpf_filterJens Axboe
2026-01-27io_uring/bpf_filter: cache lookup table in ctx->bpf_filtersJens Axboe
2026-01-27io_uring/bpf_filter: allow filtering on contents of struct open_howJens Axboe
2026-01-27io_uring/net: allow filtering on IORING_OP_SOCKET dataJens Axboe
2026-01-27io_uring: add support for BPF filtering for opcode restrictionsJens Axboe
2026-01-25io_uring/rsrc: use GFP_KERNEL_ACCOUNT consistentlyJens Axboe
2026-01-25io_uring/futex: use GFP_KERNEL_ACCOUNT for futex data allocationJens Axboe
2026-01-24io_uring/zcrx: implement large rx buffer supportPavel Begunkov
2026-01-23io_uring/io-wq: handle !sysctl_hung_task_timeout_secsJens Axboe
2026-01-23Merge tag 'io_uring-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-01-23io_uring: fix bad indentation for setup flags if statementJens Axboe
2026-01-22io_uring/rsrc: take unsigned index in io_rsrc_node_lookup()Caleb Sander Mateos
2026-01-22io_uring: introduce non-circular SQPavel Begunkov
2026-01-22io_uring: split out CQ waiting code into wait.cJens Axboe