summaryrefslogtreecommitdiffstats
path: root/fs/io-wq.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-17io_uring: pass required context in as flagsJens Axboe1-4/+6
2020-10-17io-wq: assign NUMA node locality if appropriateJens Axboe1-0/+1
2020-09-30io-wq: kill unused IO_WORKER_F_EXITINGJens Axboe1-3/+2
2020-09-30io-wq: fix use-after-free in io_wq_worker_runningHillf Danton1-58/+58
2020-09-30io_uring: add blkcg accounting to offloaded operationsDennis Zhou1-0/+23
2020-09-30io_wq: Make io_wqe::lock a raw_spinlock_tSebastian Andrzej Siewior1-26/+26
2020-09-30io_uring: reference ->nsproxy for file table commandsJens Axboe1-0/+4
2020-08-23io-wq: fix hang after cancelling pending hashed workPavel Begunkov1-2/+19
2020-07-25io-wq: update hash bitsPavel Begunkov1-4/+1
2020-07-24io_uring/io-wq: move RLIMIT_FSIZE to io-wqPavel Begunkov1-0/+1
2020-06-26io-wq: return next work from ->do_work() directlyPavel Begunkov1-5/+3
2020-06-15io_uring: cancel all task's requests on exitPavel Begunkov1-14/+0
2020-06-15io-wq: add an option to cancel all matched reqsPavel Begunkov1-26/+34
2020-06-15io-wq: reorder cancellation pending -> runningPavel Begunkov1-22/+32
2020-06-11Merge tag 'io_uring-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+6
2020-06-10kernel: set USER_DS in kthread_use_mmChristoph Hellwig1-6/+2
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig1-3/+3
2020-06-10kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig1-1/+0
2020-06-08io_wq: add per-wq work handler instead of per workPavel Begunkov1-4/+6
2020-04-03io_uring: use io-wq manager as backup task if task is exitingJens Axboe1-0/+12