summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
13 daysio_uring/poll: fix POLLERR handlingPavel Begunkov
2025-07-17io_uring: make fallocate be hashed workFengnan Chang
2025-06-27io_uring: fix task leak issue in io_wq_create()Penglei Jiang
2025-06-27io_uring/kbuf: account ring io_buffer_list memoryPavel Begunkov
2025-06-27io_uring: account drain memory to cgroupPavel Begunkov
2025-06-19Revert "io_uring: ensure deferred completions are posted for multishot"Greg Kroah-Hartman
2025-06-19io_uring/rw: fix wrong NOWAIT check in io_rw_init_file()Jens Axboe
2025-06-19io_uring/rw: allow pollable non-blocking attempts for !FMODE_NOWAITJens Axboe
2025-06-19io_uring: add io_file_can_poll() helperJens Axboe
2025-06-04io_uring: fix overflow resched cqe reorderingPavel Begunkov
2025-06-04io_uring/fdinfo: annotate racy sq/cq head/tail readsJens Axboe
2025-05-18io_uring: ensure deferred completions are posted for multishotJens Axboe
2025-05-18io_uring: always arm linked timeouts prior to issueJens Axboe
2025-05-02io_uring: always do atomic put from iowqPavel Begunkov
2025-05-02io_uring: fix 'sync' handling of io_fallback_tw()Jens Axboe
2025-04-25io_uring/net: fix accept multishot handlingPavel Begunkov
2025-04-25io_uring/kbuf: reject zero sized provided buffersJens Axboe
2025-03-22io_uring: fix error pbuf checkingPavel Begunkov
2025-03-22io_uring: use unpin_user_pages() where appropriateJens Axboe
2025-03-22io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ringJens Axboe
2025-03-22io_uring/kbuf: vmap pinned buffer ringJens Axboe
2025-03-22io_uring: unify io_pin_pages()Jens Axboe
2025-03-22io_uring: use vmap() for ring mappingJens Axboe
2025-03-22io_uring: fix corner case forgetting to vunmapPavel Begunkov
2025-03-22io_uring: don't attempt to mmap larger than what the user asks forJens Axboe
2025-03-22io_uring: get rid of remap_pfn_range() for mapping rings/sqesJens Axboe
2025-03-22io-wq: backoff when retrying worker creationUday Shankar
2025-03-07io_uring/net: save msg_control for compatPavel Begunkov
2025-02-27io_uring: prevent opcode speculationPavel Begunkov
2025-02-21io_uring/kbuf: reallocate buf lists on upgradePavel Begunkov
2025-02-17io_uring/rw: commit provided buffer state on asyncPavel Begunkov
2025-02-17io_uring: fix io_req_prep_async with provided buffersPavel Begunkov
2025-02-17io_uring/net: don't retry connect operation on EPOLLERRJens Axboe
2025-02-17io_uring: fix multishots with selected buffersPavel Begunkov
2025-02-08io_uring/uring_cmd: use cached cmd_op in io_uring_cmd_sock()Jens Axboe
2025-01-17io_uring/eventfd: ensure io_eventfd_signal() defers another RCU periodJens Axboe
2025-01-17io_uring/timeout: fix multishot updatesPavel Begunkov
2025-01-02io_uring/sqpoll: fix sqpoll error handling racesPavel Begunkov
2024-12-27io_uring/rw: avoid punting to io-wq directlyPavel Begunkov
2024-12-27io_uring/rw: treat -EOPNOTSUPP for IOCB_NOWAIT like -EAGAINJens Axboe
2024-12-27io_uring/rw: split io_read() into a helperJens Axboe
2024-12-27io_uring: check if iowq is killed before queuingPavel Begunkov
2024-12-27io_uring: Fix registered ring file refcount leakJann Horn
2024-12-14io_uring/tctx: work around xa_store() allocation error issueJens Axboe
2024-11-17io_uring: fix possible deadlock in io_register_iowq_max_workers()Hagar Hemdan
2024-11-08io_uring: always lock __io_cqring_overflow_flushPavel Begunkov
2024-11-08io_uring/rw: fix missing NOWAIT check for O_DIRECT start writeJens Axboe
2024-10-22io_uring/sqpoll: close race on waiting for sqring entriesJens Axboe
2024-10-17io_uring: check if we need to reschedule during overflow flushJens Axboe
2024-10-10io_uring/net: harden multishot termination case for recvJens Axboe