aboutsummaryrefslogtreecommitdiffstats
path: root/fs/io-wq.c
AgeCommit message (Expand)Author
2021-11-17io-wq: serialize hash clear with wakeupJens Axboe
2021-11-17io-wq: fix queue stalling raceJens Axboe
2021-11-17io-wq: ensure that hash wait lock is IRQ disablingJens Axboe
2021-09-18io-wq: fix race between adding work and activating a free workerJens Axboe
2021-09-18io-wq: fix wakeup race when adding new workJens Axboe
2021-09-15io-wq: check max_worker limits if a worker transitions bound stateJens Axboe
2021-09-15io-wq: remove GFP_ATOMIC allocation off schedule out pathJens Axboe
2021-08-09io-wq: fix IO_WORKER_F_FIXED issue in create_io_worker()Hao Xu
2021-08-09io-wq: fix bug of creating io-wokers unconditionallyHao Xu
2021-08-06io-wq: fix lack of acct->nr_workers < acct->max_workers judgementHao Xu
2021-08-06io-wq: fix no lock protection of acct->nr_workerHao Xu
2021-08-04io-wq: fix race between worker exiting and activating free workerJens Axboe
2021-07-23io_uring: explicitly catch any illegal async queue attemptJens Axboe
2021-06-18io_uring: fix false WARN_ONCEPavel Begunkov
2021-06-17io_uring: allow user configurable IO thread CPU affinityJens Axboe
2021-06-17io-wq: use private CPU maskJens Axboe
2021-06-16io-wq: remove header files not needed anymoreOlivier Langlois
2021-06-15io-wq: remove redundant initialization of variable retColin Ian King
2021-06-14io-wq: simplify worker exitingPavel Begunkov
2021-06-14io-wq: don't repeat IO_WQ_BIT_EXIT check by workerPavel Begunkov
2021-06-14io-wq: remove unused io-wq refcountingPavel Begunkov
2021-06-14io-wq: embed wqe ptr array into struct io_wqPavel Begunkov
2021-05-26io-wq: Fix UAF when wakeup wqe in hash waitqueueZqiang
2021-05-25io_uring/io-wq: close io-wq full-stop gapPavel Begunkov
2021-04-20io-wq: remove unused io_wqe_need_worker() functionJens Axboe
2021-04-11io-wq: Fix io_wq_worker_affinity()Peter Zijlstra
2021-04-11io-wq: simplify code in __io_worker_busy()Hao Xu
2021-04-11io-wq: cancel task_work on exit only targeting the current 'wq'Jens Axboe
2021-04-11io-wq: eliminate the need for a manager threadJens Axboe
2021-04-11io-wq: refactor *_get_acct()Pavel Begunkov
2021-04-08io-wq: cancel unbounded works on io-wq destroyPavel Begunkov
2021-04-01io_uring/io-wq: protect against sprintf overflowPavel Begunkov
2021-03-27io_uring: handle signals for IO threads like a normal threadJens Axboe
2021-03-25io-wq: fix race around pending work on teardownJens Axboe
2021-03-21io_uring: don't use {test,clear}_tsk_thread_flag() for currentJens Axboe
2021-03-21io-wq: ensure task is running before processing task_workJens Axboe
2021-03-12io_uring: allow IO worker threads to be frozenJens Axboe
2021-03-10kernel: make IO threads unfreezable by defaultJens Axboe
2021-03-10io-wq: fix ref leak for req in case of exit cancelationsyangerkun
2021-03-10io-wq: remove unused 'user' member of io_wqJens Axboe
2021-03-07io-wq: warn on creating manager while exitingPavel Begunkov
2021-03-06io-wq: fix race in freeing 'wq' and worker accessJens Axboe
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