summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2025-06-19Revert "io_uring: ensure deferred completions are posted for multishot"Greg Kroah-Hartman1-8/+0
2025-06-19io_uring/rw: fix wrong NOWAIT check in io_rw_init_file()Jens Axboe1-1/+1
2025-06-19io_uring/rw: allow pollable non-blocking attempts for !FMODE_NOWAITJens Axboe1-6/+16
2025-06-19io_uring: add io_file_can_poll() helperJens Axboe5-6/+17
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-05-02io_uring: always do atomic put from iowqPavel Begunkov2-1/+8
2025-05-02io_uring: fix 'sync' handling of io_fallback_tw()Jens Axboe1-6/+7
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-03-22io_uring: fix error pbuf checkingPavel Begunkov1-1/+3
2025-03-22io_uring: use unpin_user_pages() where appropriateJens Axboe1-3/+2
2025-03-22io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ringJens Axboe4-154/+46
2025-03-22io_uring/kbuf: vmap pinned buffer ringJens Axboe1-24/+15
2025-03-22io_uring: unify io_pin_pages()Jens Axboe2-58/+42
2025-03-22io_uring: use vmap() for ring mappingJens Axboe1-29/+9
2025-03-22io_uring: fix corner case forgetting to vunmapPavel Begunkov1-1/+3
2025-03-22io_uring: don't attempt to mmap larger than what the user asks forJens Axboe1-2/+3
2025-03-22io_uring: get rid of remap_pfn_range() for mapping rings/sqesJens Axboe2-8/+134
2025-03-22io-wq: backoff when retrying worker creationUday Shankar1-5/+18
2025-03-07io_uring/net: save msg_control for compatPavel Begunkov1-1/+3
2025-02-27io_uring: prevent opcode speculationPavel Begunkov1-0/+2
2025-02-21io_uring/kbuf: reallocate buf lists on upgradePavel Begunkov1-4/+11
2025-02-17io_uring/rw: commit provided buffer state on asyncPavel Begunkov1-0/+10
2025-02-17io_uring: fix io_req_prep_async with provided buffersPavel Begunkov1-1/+4
2025-02-17io_uring/net: don't retry connect operation on EPOLLERRJens Axboe2-0/+7
2025-02-17io_uring: fix multishots with selected buffersPavel Begunkov1-0/+2
2025-02-08io_uring/uring_cmd: use cached cmd_op in io_uring_cmd_sock()Jens Axboe1-1/+1
2025-01-17io_uring/eventfd: ensure io_eventfd_signal() defers another RCU periodJens Axboe1-4/+9
2025-01-17io_uring/timeout: fix multishot updatesPavel Begunkov1-1/+3
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-12/+5
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/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/+8
2024-11-08io_uring/rw: fix missing NOWAIT check for O_DIRECT start writeJens Axboe1-2/+21
2024-10-22io_uring/sqpoll: close race on waiting for sqring entriesJens Axboe1-1/+8
2024-10-17io_uring: check if we need to reschedule during overflow flushJens Axboe1-0/+15
2024-10-10io_uring/net: harden multishot termination case for recvJens Axboe1-1/+3
2024-10-04io_uring/sqpoll: do not put cpumask on stackFelix Moessbauer1-3/+10
2024-10-04io_uring/sqpoll: retain test for whether the CPU is validJens Axboe1-0/+2
2024-10-04io_uring: check for presence of task_work rather than TIF_NOTIFY_SIGNALJens Axboe1-2/+2
2024-10-04io_uring/sqpoll: do not allow pinning outside of cpusetFelix Moessbauer1-1/+4
2024-10-04io_uring/io-wq: inherit cpuset of cgroup in io workerFelix Moessbauer1-1/+1