summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-01io-wq: fix error path leak of buffered write hash mapio_uring-worker.v4Jens Axboe
2021-03-01io_uring: remove sqo_taskPavel Begunkov
2021-03-01io_uring: kill sqo_dead and sqo submission haltingPavel Begunkov
2021-03-01io_uring: ignore double poll add on the same waitqueue headJens Axboe
2021-03-01io_uring: ensure that SQPOLL thread is started for exitJens Axboe
2021-03-01io_uring: replace cmpxchg in fallback with xchgPavel Begunkov
2021-03-01io_uring: fix __tctx_task_work() ctx racePavel Begunkov
2021-03-01io_uring: kill io_uring_flush()Jens Axboe
2021-03-01io_uring: kill unnecessary io_run_ctx_fallback() in io_ring_exit_work()Jens Axboe
2021-03-01io_uring: don't attempt to re-flush completionsJens Axboe
2021-03-01io_uring: move cred assignment into io_issue_sqe()Jens Axboe
2021-03-01io_uring: kill unnecessary REQ_F_WORK_INITIALIZED checksJens Axboe
2021-03-01io_uring: remove unused argument 'tsk' from io_req_caches_free()Jens Axboe
2021-03-01io_uring: destroy io-wq on execPavel Begunkov
2021-03-01io_uring: warn on not destroyed io-wqPavel Begunkov
2021-03-01io_uring: signal worker thread unshareJens Axboe
2021-03-01io_uring: fix race condition in task_work add and clearJens Axboe
2021-03-01io-wq: provide an io_wq_put_and_exit() helperJens Axboe
2021-03-01io_uring: don't use complete_all() on SQPOLL thread exitJens Axboe
2021-03-01io_uring: run fallback on cancellationPavel Begunkov
2021-03-01io_uring: SQPOLL stop error handling fixesJens Axboe
2021-03-01io-wq: fix double put of 'wq' in error pathJens Axboe
2021-02-28io-wq: wait for manager exit on wq destroyJens Axboe
2021-02-28io-wq: rename wq->done completion to wq->startedJens Axboe
2021-02-28io-wq: don't ask for a new worker if we're exitingJens Axboe
2021-02-28io-wq: have manager wait for all workers to exitJens Axboe
2021-02-26io-wq: wait for worker startup when forking a new oneJens Axboe
2021-02-26Merge branch 'for-5.12/io_uring' into io_uring-worker.v4Jens Axboe
2021-02-25io-wq: remove now unused IO_WQ_BIT_ERRORio_uring-worker.v3-2021-02-25io_uring-worker.v3Jens Axboe
2021-02-25io_uring: fix SQPOLL thread handling over execJens Axboe
2021-02-25io-wq: improve manager/worker handling over execJens Axboe
2021-02-25io_uring: ensure SQPOLL startup is triggered before error shutdownJens Axboe
2021-02-25io-wq: make buffered file write hashed work map per-ctxJens Axboe
2021-02-25Revert "io_uring: wait potential ->release() on resurrect"for-5.12/io_uring-2021-02-25for-5.12/io_uringJens Axboe
2021-02-23io-wq: fix race around io_worker grabbingJens Axboe
2021-02-23io-wq: fix races around manager/worker creation and task exitJens Axboe
2021-02-23io_uring: ensure io-wq context is always destroyed for tasksJens Axboe
2021-02-23arch: ensure parisc/powerpc handle PF_IO_WORKER in copy_thread()Jens Axboe
2021-02-23io_uring: cleanup ->user usageJens Axboe
2021-02-23io-wq: remove nr_process accountingJens Axboe
2021-02-23io_uring: flag new native workers with IORING_FEAT_NATIVE_WORKERSJens Axboe
2021-02-23net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe
2021-02-23Revert "proc: don't allow async path resolution of /proc/self components"Jens Axboe
2021-02-23Revert "proc: don't allow async path resolution of /proc/thread-self components"Jens Axboe
2021-02-23io_uring: fix locked_free_list caches_free()Pavel Begunkov
2021-02-23io_uring: don't attempt IO reissue from the ring exit pathJens Axboe
2021-02-23io_uring: move SQPOLL thread io-wq forked workerJens Axboe
2021-02-22io_uring: clear request count when freeing cachesPavel Begunkov
2021-02-21io-wq: make io_wq_fork_thread() available to other usersJens Axboe
2021-02-21io-wq: only remove worker from free_list, if it was thereJens Axboe