summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2026-03-04io_uring/filetable: clamp alloc_hint to the configured alloc rangeJens Axboe1-0/+4
2026-03-04io_uring/cancel: de-unionize file and user_data in struct io_cancel_dataJens Axboe1-4/+2
2026-03-04io_uring/cancel: support opcode based lookup and cancelationJens Axboe3-5/+17
2026-03-04io_uring/cancel: add IORING_ASYNC_CANCEL_USERDATAJens Axboe1-6/+12
2026-03-04io_uring/cancel: fix sequence matching for IORING_ASYNC_CANCEL_ANYJens Axboe1-2/+3
2026-03-04io_uring/cancel: abstract out request match helperJens Axboe2-4/+14
2026-03-04io_uring/sync: validate passed in offsetJens Axboe1-0/+2
2026-02-06io_uring: move local task_work in exit cancel loopMing Lei1-4/+4
2026-01-11io_uring: fix filename leak in __io_openat_prep()Prithvi Tambewagh1-1/+1
2026-01-11io_uring/poll: correctly handle io_poll_add() return value on updateJens Axboe1-2/+7
2025-10-29io_uring: correct __must_hold annotation in io_install_fixed_fileAlok Tiwari1-1/+1
2025-09-25io_uring: include dying ring in task_work "should cancel" stateJens Axboe4-8/+12
2025-09-25io_uring: backport io_should_terminate_tw()Jens Axboe4-6/+17
2025-07-24io_uring/poll: fix POLLERR handlingPavel Begunkov2-6/+8
2025-07-06io_uring/kbuf: account ring io_buffer_list memoryPavel Begunkov1-1/+1
2025-06-27io_uring: account drain memory to cgroupPavel Begunkov1-1/+1
2025-06-27Revert "io_uring: ensure deferred completions are posted for multishot"Greg Kroah-Hartman1-8/+0
2025-06-04io_uring: fix overflow resched cqe reorderingPavel Begunkov1-0/+1
2025-06-04io_uring/fdinfo: annotate racy sq/cq head/tail readsJens Axboe1-2/+2
2025-05-18io_uring: ensure deferred completions are posted for multishotJens Axboe1-0/+8
2025-05-18io_uring: always arm linked timeouts prior to issueJens Axboe1-37/+16
2025-04-25io_uring/net: fix accept multishot handlingPavel Begunkov1-0/+2
2025-04-25io_uring/kbuf: reject zero sized provided buffersJens Axboe1-0/+2
2025-04-10io_uring/filetable: ensure node switch is always done, if neededJens Axboe1-1/+1
2025-03-28io_uring: fix corner case forgetting to vunmapPavel Begunkov1-1/+3
2025-03-28io_uring: don't attempt to mmap larger than what the user asks forJens Axboe1-2/+3
2025-03-28io_uring: get rid of remap_pfn_range() for mapping rings/sqesJens Axboe2-16/+119
2025-03-28io_uring: add ring freeing helperJens Axboe1-6/+11
2025-03-28io_uring: return error pointer from io_mem_alloc()Jens Axboe1-6/+12
2025-03-07io_uring/net: save msg_control for compatPavel Begunkov1-1/+3
2025-02-21io_uring/rw: commit provided buffer state on asyncPavel Begunkov1-0/+10
2025-02-21io_uring: fix io_req_prep_async with provided buffersPavel Begunkov1-1/+4
2025-02-21io_uring: fix multishots with selected buffersPavel Begunkov1-0/+2
2025-02-21io_uring/net: don't retry connect operation on EPOLLERRJens Axboe2-0/+7
2025-02-01io_uring: fix waiters missing wake upsPavel Begunkov1-1/+3
2025-01-17io_uring/eventfd: ensure io_eventfd_signal() defers another RCU periodJens Axboe1-4/+9
2025-01-02io_uring/sqpoll: fix sqpoll error handling racesPavel Begunkov1-0/+6
2024-12-27io_uring/rw: avoid punting to io-wq directlyPavel Begunkov3-11/+4
2024-12-27io_uring/rw: treat -EOPNOTSUPP for IOCB_NOWAIT like -EAGAINJens Axboe1-0/+8
2024-12-27io_uring/rw: split io_read() into a helperJens Axboe1-2/+13
2024-12-27io_uring: check if iowq is killed before queuingPavel Begunkov1-1/+5
2024-12-27io_uring: Fix registered ring file refcount leakJann Horn1-0/+1
2024-12-14io_uring: wake up optimisationsPavel Begunkov1-1/+11
2024-12-14io_uring/tctx: work around xa_store() allocation error issueJens Axboe1-1/+12
2024-11-17io_uring: fix possible deadlock in io_register_iowq_max_workers()Hagar Hemdan1-0/+5
2024-11-08io_uring: always lock __io_cqring_overflow_flushPavel Begunkov1-5/+6
2024-11-08io_uring/rw: fix missing NOWAIT check for O_DIRECT start writeJens Axboe1-2/+21
2024-11-08io_uring: use kiocb_{start,end}_write() helpersAmir Goldstein1-19/+4
2024-11-08io_uring: rename kiocb_end_write() local helperAmir Goldstein1-5/+5
2024-10-22io_uring/sqpoll: close race on waiting for sqring entriesJens Axboe1-1/+8