summaryrefslogtreecommitdiff
path: root/fs/io-wq.c
AgeCommit message (Expand)Author
2021-03-05io-wq: kill hashed waitqueue before manager exitsJens Axboe
2021-03-05io_uring: move to using create_io_thread()Jens Axboe
2021-03-04io-wq: ensure all pending work is canceled on exitJens Axboe
2021-03-04io_uring: ensure that threads freeze on suspendJens Axboe
2021-03-04io-wq: fix error path leak of buffered write hash mapJens Axboe
2021-03-04io_uring: move cred assignment into io_issue_sqe()Jens Axboe
2021-03-04io-wq: provide an io_wq_put_and_exit() helperJens Axboe
2021-03-04io-wq: fix double put of 'wq' in error pathJens Axboe
2021-03-04io-wq: wait for manager exit on wq destroyJens Axboe
2021-03-04io-wq: rename wq->done completion to wq->startedJens Axboe
2021-03-04io-wq: don't ask for a new worker if we're exitingJens Axboe
2021-03-04io-wq: have manager wait for all workers to exitJens Axboe
2021-03-01io-wq: wait for worker startup when forking a new oneJens Axboe
2021-02-25io-wq: remove now unused IO_WQ_BIT_ERRORJens Axboe
2021-02-25io-wq: improve manager/worker handling over execJens Axboe
2021-02-25io-wq: make buffered file write hashed work map per-ctxJens 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-wq: remove nr_process accountingJens Axboe
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
2021-02-21io_uring: remove io_identityJens Axboe
2021-02-21io-wq: worker idling always returns falseJens Axboe
2021-02-21io-wq: fork worker threads from original taskJens Axboe
2021-02-21io-wq: don't pass 'wqe' needlessly aroundJens Axboe
2021-02-21io-wq: get rid of wq->use_refsJens Axboe
2021-02-21io-wq: don't create any IO workers upfrontJens Axboe
2021-02-21io_uring: remove the need for relying on an io-wq fallback workerJens Axboe
2021-02-12io-wq: clear out worker ->fs and ->filesJens Axboe
2021-02-04io_uring/io-wq: return 2-step work swap schemePavel Begunkov
2021-02-01io_uring/io-wq: kill off now unused IO_WQ_WORK_NO_CANCELJens Axboe
2020-12-20io-wq: kill now unused io_wq_cancel_all()Jens Axboe
2020-12-09io_uring: always batch cancel in *cancel_files()Pavel Begunkov
2020-11-04io-wq: cancel request if it's asking for files and we don't have themJens Axboe
2020-10-22io-wq: re-set NUMA node affinities if CPUs come onlineJens Axboe
2020-10-20io_uring: unify fsize with def->work_flagsJens Axboe
2020-10-17io-wq: inherit audit loginuid and sessionidJens Axboe
2020-10-17io_uring: move io identity items into separate structJens Axboe
2020-10-17io_uring: rely solely on work flags to determine personality.Jens Axboe
2020-10-17io_uring: pass required context in as flagsJens Axboe
2020-10-17io-wq: assign NUMA node locality if appropriateJens Axboe
2020-09-30io-wq: kill unused IO_WORKER_F_EXITINGJens Axboe
2020-09-30io-wq: fix use-after-free in io_wq_worker_runningHillf Danton
2020-09-30io_uring: add blkcg accounting to offloaded operationsDennis Zhou
2020-09-30io_wq: Make io_wqe::lock a raw_spinlock_tSebastian Andrzej Siewior
2020-09-30io_uring: reference ->nsproxy for file table commandsJens Axboe
2020-08-23io-wq: fix hang after cancelling pending hashed workPavel Begunkov
2020-07-25io-wq: update hash bitsPavel Begunkov
2020-07-24io_uring/io-wq: move RLIMIT_FSIZE to io-wqPavel Begunkov
2020-06-26io-wq: return next work from ->do_work() directlyPavel Begunkov