summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
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
2024-10-04io_uring/sqpoll: do not put cpumask on stackFelix Moessbauer
2024-10-04io_uring/sqpoll: retain test for whether the CPU is validJens Axboe
2024-10-04io_uring: check for presence of task_work rather than TIF_NOTIFY_SIGNALJens Axboe
2024-10-04io_uring/sqpoll: do not allow pinning outside of cpusetFelix Moessbauer
2024-10-04io_uring/io-wq: inherit cpuset of cgroup in io workerFelix Moessbauer
2024-10-04io_uring/io-wq: do not allow pinning outside of cpusetFelix Moessbauer
2024-08-03io_uring: fix io_match_task must_holdPavel Begunkov
2024-08-03io_uring: tighten task exit cancellationsPavel Begunkov
2024-08-03io_uring/io-wq: limit retrying worker initialisationPavel Begunkov
2024-06-27io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixedChenliang Li
2024-06-27io_uring/sqpoll: work around a potential audit memory leakJens Axboe
2024-06-21io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue()Su Hui
2024-06-21io_uring/io-wq: Use set_bit() and test_bit() at worker->flagsBreno Leitao
2024-06-21io_uring: check for non-NULL file pointer in io_file_can_poll()Jens Axboe
2024-06-21io_uring/rsrc: don't lock while !TASK_RUNNINGPavel Begunkov
2024-06-12io-wq: write next_work before dropping acct_lockGabriel Krisman Bertazi
2024-06-12io_uring: use the right type for work_llist empty checkJens Axboe
2024-06-12io_uring: fail NOP if non-zero op flags is passed inMing Lei
2024-04-27io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failureAlexey Izbyshev
2024-04-17io_uring/net: restore msg_control on sendzc retryPavel Begunkov
2024-04-13io_uring: clear opcode specific data for an early failureJens Axboe
2024-04-10io_uring/kbuf: hold io_buffer_list reference over mmapJens Axboe
2024-04-10io_uring: use private workqueue for exit workJens Axboe
2024-04-10io_uring/kbuf: protect io_buffer_list teardown with a referenceJens Axboe
2024-04-10io_uring/kbuf: get rid of bl->is_readyJens Axboe
2024-04-10io_uring/kbuf: get rid of lower BGID listsJens Axboe
2024-04-03io_uring: clean rings on NO_MMAP alloc failPavel Begunkov
2024-04-03io_uring: fix mshot io-wq checksPavel Begunkov
2024-04-03io_uring/net: correctly handle multishot recvmsg retry setupJens Axboe
2024-03-26io_uring: fix poll_remove stalled req completionPavel Begunkov
2024-03-26io_uring: Fix release of pinned pages when __io_uaddr_map failsGabriel Krisman Bertazi
2024-03-26io_uring: don't save/restore iowait stateJens Axboe
2024-03-26io_uring/net: correct the type of variableMuhammad Usama Anjum
2024-03-26io_uring/net: fix overflow check in io_recvmsg_mshot_prep()Dan Carpenter
2024-03-26io_uring/net: move receive multishot out of the generic msghdr pathJens Axboe
2024-03-26io_uring/net: unify how recvmsg and sendmsg copy in the msghdrJens Axboe
2024-03-26io_uring: remove unconditional looping in local task_work handlingJens Axboe