summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2026-03-19io_uring/eventfd: use ctx->rings_rcu for flags checkingJens Axboe
2026-03-19io_uring: ensure ctx->rings is stable for task work flags manipulationJens Axboe
2026-03-19io_uring/kbuf: check if target buffer list is still legacy on recycleJens Axboe
2026-03-19io_uring/net: reject SEND_VECTORIZED when unsupportedPavel Begunkov
2026-03-19io_uring/zcrx: use READ_ONCE with user shared RQEsPavel Begunkov
2026-03-19io_uring: fix physical SQE bounds check for SQE_MIXED 128-byte opsTom Ryan
2026-03-12io_uring/cmd_net: use READ_ONCE() for ->addr3 readJens Axboe
2026-03-04io_uring/zcrx: fix user_ref race between scrub and refill pathsKai Aizen
2026-03-04io_uring/cmd_net: fix too strict requirement on ioctlAsbjørn Sloth Tønnesen
2026-03-04io_uring/zcrx: check unsupported flags on importPavel Begunkov
2026-03-04io_uring/zcrx: fix post open error handlingPavel Begunkov
2026-03-04io_uring/zcrx: fix sgtable leak on mapping failuresPavel Begunkov
2026-03-04io_uring/openclose: fix io_pipe_fixed() slot tracking for specific slotsJens Axboe
2026-03-04io_uring/filetable: clamp alloc_hint to the configured alloc rangeJens Axboe
2026-03-04io_uring/net: don't continue send bundle if poll was required for retryJens Axboe
2026-03-04io_uring/timeout: annotate data race in io_flush_timeouts()Jens Axboe
2026-03-04io_uring: add IORING_OP_URING_CMD128 to opcode checksCaleb Sander Mateos
2026-02-26io_uring/cancel: de-unionize file and user_data in struct io_cancel_dataJens Axboe
2026-02-26io_uring: delay sqarray static branch disablementPavel Begunkov
2026-02-26io_uring/kbuf: fix memory leak if io_buffer_add_list failsJens Axboe
2026-02-26io_uring/sync: validate passed in offsetJens Axboe
2026-02-26io_uring: use release-acquire ordering for IORING_SETUP_R_DISABLEDCaleb Sander Mateos
2026-02-16io_uring: allow io-wq workers to exit when unusedLi Chen
2026-02-16io_uring/io-wq: add exit-on-idle stateLi Chen
2026-02-05Merge tag 'io_uring-6.19-20260205' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
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-01-23Merge tag 'io_uring-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
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-14io_uring: move local task_work in exit cancel loopMing Lei
2026-01-09Merge tag 'io_uring-6.19-20260109' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-01-05io_uring/io-wq: remove io_wq_for_each_worker() return valueJens Axboe
2026-01-05io_uring/io-wq: fix incorrect io_wq_for_each_worker() termination logicJens Axboe
2026-01-02Merge tag 'io_uring-6.19-20260102' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-01-01io_uring/memmap: drop unused sz param in io_uring_validate_mmap_request()Caleb Sander Mateos
2026-01-01io_uring/tctx: add separate lock for list of tctx's in ctxJens Axboe
2025-12-30io_uring: use GFP_NOWAIT for overflow CQEs on legacy ringsAlexandre Negrel
2025-12-26Merge tag 'io_uring-6.19-20251226' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-12-25io_uring: fix filename leak in __io_openat_prep()Prithvi Tambewagh
2025-12-20Merge tag 'io_uring-6.19-20251218' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-12-17io_uring: fix nr_segs calculation in io_import_kbufhuang-jl
2025-12-12Merge tag 'io_uring-6.19-20251211' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-12-09io_uring: fix min_wait wakeups for SQPOLLJens Axboe
2025-12-09Merge tag 'io_uring-6.19-20251208' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-12-09Merge tag 'block-6.19-20251208' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds