summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
2021-03-05io_uring: don't restrict issue_flags for io_openatPavel Begunkov
2021-03-05io_uring: make SQPOLL thread parking sanerJens Axboe
2021-03-05io_uring: clear IOCB_WAITQ for non -EIOCBQUEUED returnJens Axboe
2021-03-05io_uring: don't keep looping for more events if we can't flush overflowJens Axboe
2021-03-05io_uring: move to using create_io_thread()Jens Axboe
2021-03-04io_uring: reliably cancel linked timeoutsPavel Begunkov
2021-03-04io_uring: cancel-match based on flagsPavel Begunkov
2021-03-04io_uring: ensure that threads freeze on suspendJens Axboe
2021-03-04io_uring: remove extra in_idle wake upPavel Begunkov
2021-03-04io_uring: inline __io_queue_async_work()Pavel Begunkov
2021-03-04io_uring: inline io_req_clean_work()Pavel Begunkov
2021-03-04io_uring: choose right tctx->io_wq for try cancelPavel Begunkov
2021-03-04io_uring: fix -EAGAIN retry with IOPOLLJens Axboe
2021-03-04io_uring: remove sqo_taskPavel Begunkov
2021-03-04io_uring: kill sqo_dead and sqo submission haltingPavel Begunkov
2021-03-04io_uring: ignore double poll add on the same waitqueue headJens Axboe
2021-03-04io_uring: ensure that SQPOLL thread is started for exitJens Axboe
2021-03-04io_uring: replace cmpxchg in fallback with xchgPavel Begunkov
2021-03-04io_uring: fix __tctx_task_work() ctx racePavel Begunkov
2021-03-04io_uring: kill io_uring_flush()Jens Axboe
2021-03-04io_uring: kill unnecessary io_run_ctx_fallback() in io_ring_exit_work()Jens Axboe
2021-03-04io_uring: move cred assignment into io_issue_sqe()Jens Axboe
2021-03-04io_uring: kill unnecessary REQ_F_WORK_INITIALIZED checksJens Axboe
2021-03-04io_uring: remove unused argument 'tsk' from io_req_caches_free()Jens Axboe
2021-03-04io_uring: destroy io-wq on execPavel Begunkov
2021-03-04io_uring: warn on not destroyed io-wqPavel Begunkov
2021-03-04io_uring: fix race condition in task_work add and clearJens Axboe
2021-03-04io-wq: provide an io_wq_put_and_exit() helperJens Axboe
2021-03-04io_uring: don't use complete_all() on SQPOLL thread exitJens Axboe
2021-03-04io_uring: run fallback on cancellationPavel Begunkov
2021-03-04io_uring: SQPOLL stop error handling fixesJens Axboe
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-26Merge tag 'for-5.12/io_uring-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds
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"Jens Axboe
2021-02-23io_uring: ensure io-wq context is always destroyed for tasksJens 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-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_uring: remove io_identityJens Axboe
2021-02-21io_uring: remove any grabbing of contextJens Axboe
2021-02-21io-wq: fork worker threads from original taskJens Axboe
2021-02-21io_uring: tie async worker side to the task contextJens Axboe