summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
19 hoursio_uring/cmd_net: use READ_ONCE() for ->addr3 readJens Axboe
9 daysio_uring/zcrx: fix user_ref race between scrub and refill pathsKai Aizen
9 daysio_uring/cmd_net: fix too strict requirement on ioctlAsbjørn Sloth Tønnesen
9 daysio_uring/zcrx: check unsupported flags on importPavel Begunkov
9 daysio_uring/zcrx: fix post open error handlingPavel Begunkov
9 daysio_uring/zcrx: fix sgtable leak on mapping failuresPavel Begunkov
9 daysio_uring/openclose: fix io_pipe_fixed() slot tracking for specific slotsJens Axboe
9 daysio_uring/filetable: clamp alloc_hint to the configured alloc rangeJens Axboe
9 daysio_uring/net: don't continue send bundle if poll was required for retryJens Axboe
9 daysio_uring/timeout: annotate data race in io_flush_timeouts()Jens Axboe
9 daysio_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
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-12-05io_uring/poll: unify poll waitqueue entry and list removalJens Axboe
2025-12-05io_uring/kbuf: use WRITE_ONCE() for userspace-shared buffer ring fieldsJoanne Koong
2025-12-04io_uring/kbuf: use READ_ONCE() for userspace-mapped memoryCaleb Sander Mateos
2025-12-04io_uring/rsrc: fix lost entries after cloned rangeJoanne Koong
2025-12-04io_uring/rsrc: rename misleading src_node variable in io_clone_buffers()Joanne Koong