summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
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-23io_uring/io-wq: handle !sysctl_hung_task_timeout_secsJens Axboe1-0/+2
2026-01-23Merge tag 'io_uring-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-8/+15
2026-01-23io_uring: fix bad indentation for setup flags if statementJens Axboe1-1/+1
2026-01-23io_uring/rsrc: take unsigned index in io_rsrc_node_lookup()Caleb Sander Mateos1-1/+1
2026-01-23io_uring: introduce non-circular SQPavel Begunkov2-8/+24
2026-01-22io_uring: split out CQ waiting code into wait.cJens Axboe7-334/+368
2026-01-22io_uring: split out task work code into tw.cJens Axboe5-448/+483
2026-01-22io_uring/io-wq: don't trigger hung task for syzbot crazinessJens Axboe1-1/+21
2026-01-22io_uring: add IO_URING_EXIT_WAIT_MAX definitionJens Axboe2-1/+7
2026-01-21io_uring/sync: validate passed in offsetJens Axboe1-0/+2
2026-01-20nvme/io_uring: optimize IOPOLL completions for local ring contextMing Lei1-0/+6
2026-01-20io_uring/timeout: annotate data race in io_flush_timeouts()Jens Axboe1-1/+1
2026-01-20io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loopJens Axboe1-1/+1
2026-01-20io_uring/waitid: fix KCSAN warning on io_waitid->headJens Axboe1-3/+3
2026-01-19io_uring/rw: free potentially allocated iovec on cache put failureJens Axboe1-4/+11
2026-01-17Merge tag 'io_uring-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+4
2026-01-16filename_...xattr(): don't consume filename referenceAl Viro1-4/+4
2026-01-16non-consuming variants of do_{unlinkat,rmdir}()Al Viro1-2/+3
2026-01-16non-consuming variant of do_mkdirat()Al Viro1-1/+2
2026-01-16non-consuming variant of do_symlinkat()Al Viro1-2/+3
2026-01-16non-consuming variant of do_linkat()Al Viro1-2/+3
2026-01-16non-consuming variant of do_renameat2()Al Viro1-3/+4
2026-01-15io_uring/uring_cmd: explicitly disallow cancelations for IOPOLLJens Axboe1-0/+9
2026-01-15io_uring: fix IOPOLL with passthrough I/OJens Axboe1-2/+3
2026-01-14io_uring: move local task_work in exit cancel loopMing Lei1-4/+4
2026-01-13rename do_filp_open() to do_file_open()Al Viro1-1/+1
2026-01-13allow incomplete imports of filenamesAl Viro4-90/+84