aboutsummaryrefslogtreecommitdiffstats
path: root/fs/io-wq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-01io_uring/io-wq: protect against sprintf overflowPavel Begunkov1-2/+2
2021-03-27io_uring: handle signals for IO threads like a normal threadJens Axboe1-6/+14
2021-03-25io-wq: fix race around pending work on teardownJens Axboe1-1/+5
2021-03-21io_uring: don't use {test,clear}_tsk_thread_flag() for currentJens Axboe1-4/+2
2021-03-21io-wq: ensure task is running before processing task_workJens Axboe1-2/+6
2021-03-12io_uring: allow IO worker threads to be frozenJens Axboe1-1/+5
2021-03-10kernel: make IO threads unfreezable by defaultJens Axboe1-2/+1
2021-03-10io-wq: fix ref leak for req in case of exit cancelationsyangerkun1-2/+1
2021-03-10io-wq: remove unused 'user' member of io_wqJens Axboe1-1/+0
2021-03-07io-wq: warn on creating manager while exitingPavel Begunkov1-0/+2
2021-03-06io-wq: fix race in freeing 'wq' and worker accessJens Axboe1-8/+8
2021-03-05io-wq: kill hashed waitqueue before manager exitsJens Axboe1-4/+5
2021-03-05io_uring: move to using create_io_thread()Jens Axboe1-88/+35
2021-03-04io-wq: ensure all pending work is canceled on exitJens Axboe1-9/+33
2021-03-04io_uring: ensure that threads freeze on suspendJens Axboe1-0/+3
2021-03-04io-wq: fix error path leak of buffered write hash mapJens Axboe1-1/+1
2021-03-04io_uring: move cred assignment into io_issue_sqe()Jens Axboe1-26/+0
2021-03-04io-wq: provide an io_wq_put_and_exit() helperJens Axboe1-10/+19
2021-03-04io-wq: fix double put of 'wq' in error pathJens Axboe1-2/+0
2021-03-04io-wq: wait for manager exit on wq destroyJens Axboe1-1/+6
2021-03-04io-wq: rename wq->done completion to wq->startedJens Axboe1-4/+4
2021-03-04io-wq: don't ask for a new worker if we're exitingJens Axboe1-0/+2
2021-03-04io-wq: have manager wait for all workers to exitJens Axboe1-8/+22
2021-03-01io-wq: wait for worker startup when forking a new oneJens Axboe1-0/+4
2021-02-25io-wq: remove now unused IO_WQ_BIT_ERRORJens Axboe1-10/+0
2021-02-25io-wq: improve manager/worker handling over execJens Axboe1-20/+42
2021-02-25io-wq: make buffered file write hashed work map per-ctxJens Axboe1-11/+74
2021-02-23io-wq: fix race around io_worker grabbingJens Axboe1-9/+9
2021-02-23io-wq: fix races around manager/worker creation and task exitJens Axboe1-22/+35
2021-02-23io-wq: remove nr_process accountingJens Axboe1-47/+1
2021-02-21io-wq: make io_wq_fork_thread() available to other usersJens Axboe1-4/+4
2021-02-21io-wq: only remove worker from free_list, if it was thereJens Axboe1-3/+7
2021-02-21io_uring: remove io_identityJens Axboe1-0/+26
2021-02-21io-wq: worker idling always returns falseJens Axboe1-8/+2
2021-02-21io-wq: fork worker threads from original taskJens Axboe1-197/+104
2021-02-21io-wq: don't pass 'wqe' needlessly aroundJens Axboe1-15/+16
2021-02-21io-wq: get rid of wq->use_refsJens Axboe1-18/+1
2021-02-21io-wq: don't create any IO workers upfrontJens Axboe1-12/+0
2021-02-21io_uring: remove the need for relying on an io-wq fallback workerJens Axboe1-12/+0
2021-02-12io-wq: clear out worker ->fs and ->filesJens Axboe1-8/+6
2021-02-04io_uring/io-wq: return 2-step work swap schemePavel Begunkov1-10/+6
2021-02-01io_uring/io-wq: kill off now unused IO_WQ_WORK_NO_CANCELJens Axboe1-1/+0
2020-12-20io-wq: kill now unused io_wq_cancel_all()Jens Axboe1-29/+1
2020-12-09io_uring: always batch cancel in *cancel_files()Pavel Begunkov1-10/+0
2020-11-04io-wq: cancel request if it's asking for files and we don't have themJens Axboe1-0/+4
2020-10-22io-wq: re-set NUMA node affinities if CPUs come onlineJens Axboe1-4/+56
2020-10-20io_uring: unify fsize with def->work_flagsJens Axboe1-2/+6
2020-10-17io-wq: inherit audit loginuid and sessionidJens Axboe1-0/+10
2020-10-17io_uring: move io identity items into separate structJens Axboe1-16/+18
2020-10-17io_uring: rely solely on work flags to determine personality.Jens Axboe1-4/+0