summaryrefslogtreecommitdiff
path: root/fs/io-wq.c
AgeCommit message (Expand)Author
2021-12-13io-wq: drop wqe lock before creating new workerJens Axboe
2021-12-10io-wq: check for wq exit after adding new worker task_workJens Axboe
2021-12-06io-wq: remove spurious bit clear on task_work additionJens Axboe
2021-12-03io-wq: don't retry task_work creation failure on fatal conditionsJens Axboe
2021-11-11io-wq: serialize hash clear with wakeupJens Axboe
2021-11-02io-wq: fix max-workers not correctly set on multi-node systemBeld Zhang
2021-11-01Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-01Merge tag 'for-5.16/io_uring-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-29io-wq: remove worker to owner tw dependencyPavel Begunkov
2021-10-23io-wq: use helper for worker refcountingPavel Begunkov
2021-10-19io-wq: max_worker fixesPavel Begunkov
2021-10-19io-wq: Remove duplicate code in io_workqueue_create()Bixuan Cui
2021-09-27io-wq: exclusively gate signal based exit on get_signal() returnJens Axboe
2021-09-24io-wq: ensure we exit if thread group is exitingJens Axboe
2021-09-19audit,io_uring,io-wq: add some basic audit support to io_uringPaul Moore
2021-09-13io-wq: provide IO_WQ_* constants for IORING_REGISTER_IOWQ_MAX_WORKERS arg itemsEugene Syromiatnikov
2021-09-12io-wq: fix potential race of acct->nr_workersHao Xu
2021-09-12io-wq: code clean of io_wqe_create_worker()Hao Xu
2021-09-09io-wq: fix memory leak in create_io_worker()Qiang.zhang
2021-09-08io-wq: fix silly logic error in io_task_work_match()Jens Axboe
2021-09-08io-wq: fix cancellation on create-worker failurePavel Begunkov
2021-09-02io-wq: make worker creation resilient against signalsJens Axboe
2021-09-02io-wq: get rid of FIXED worker flagJens Axboe
2021-09-01io-wq: only exit on fatal signalsJens Axboe
2021-09-01io-wq: split bounded and unbounded work into separate listsJens Axboe
2021-08-31io-wq: fix queue stalling raceJens Axboe
2021-08-31io-wq: ensure that hash wait lock is IRQ disablingJens Axboe
2021-08-31io-wq: fix race between adding work and activating a free workerJens Axboe
2021-08-30io-wq: fix wakeup race when adding new workJens Axboe
2021-08-30io-wq: wqe and worker locks no longer need to be IRQ safeJens Axboe
2021-08-30io-wq: check max_worker limits if a worker transitions bound stateJens Axboe
2021-08-29io-wq: provide a way to limit max number of workersJens Axboe
2021-08-23io-wq: move nr_running and worker_refs out of wqe->lock protectionHao Xu
2021-08-23io-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