summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
32 hoursMerge tag 'for-7.0/io_uring-zcrx-large-buffers-20260206' of git://git.kernel....Linus Torvalds
4 daysMerge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
4 daysMerge tag 'io_uring-bpf-restrictions.4-20260206' of git://git.kernel.org/pub/...Linus Torvalds
4 daysMerge tag 'for-7.0/io_uring-20260206' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
4 daysMerge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
8 daysio_uring: allow registration of per-task restrictionsJens Axboe
8 daysio_uring: add task fork hookJens Axboe
8 daysMerge tag 'io_uring-6.19-20260205' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
9 daysio_uring/kbuf: fix memory leak if io_buffer_add_list failsJens Axboe
10 daysio_uring: Add SPDX id lines to remaining source filesTim Bird
11 daysio_uring/fdinfo: be a bit nicer when looping a lot of SQEs/CQEsJens Axboe
11 daysio_uring/fdinfo: kill unnecessary newline feed in CQE32 printingJens Axboe
12 daysio_uring/zcrx: fix rq flush lockingPavel Begunkov
12 daysio_uring/zcrx: fix page array leakPavel Begunkov
12 daysio_uring: allow io-wq workers to exit when unusedLi Chen
12 daysio_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
2026-01-22io_uring: split out task work code into tw.cJens Axboe
2026-01-22io_uring/io-wq: don't trigger hung task for syzbot crazinessJens Axboe
2026-01-22io_uring: add IO_URING_EXIT_WAIT_MAX definitionJens Axboe
2026-01-21io_uring/sync: validate passed in offsetJens Axboe
2026-01-20nvme/io_uring: optimize IOPOLL completions for local ring contextMing Lei
2026-01-20io_uring/timeout: annotate data race in io_flush_timeouts()Jens Axboe
2026-01-20io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loopJens Axboe
2026-01-19io_uring/waitid: fix KCSAN warning on io_waitid->headJens Axboe
2026-01-19io_uring/rw: free potentially allocated iovec on cache put failureJens Axboe
2026-01-16Merge tag 'io_uring-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-01-16filename_...xattr(): don't consume filename referenceAl Viro
2026-01-16non-consuming variants of do_{unlinkat,rmdir}()Al Viro
2026-01-16non-consuming variant of do_mkdirat()Al Viro
2026-01-16non-consuming variant of do_symlinkat()Al Viro
2026-01-16non-consuming variant of do_linkat()Al Viro
2026-01-16non-consuming variant of do_renameat2()Al Viro
2026-01-14io_uring/uring_cmd: explicitly disallow cancelations for IOPOLLJens Axboe
2026-01-14io_uring: fix IOPOLL with passthrough I/OJens Axboe
2026-01-14io_uring: move local task_work in exit cancel loopMing Lei