aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/io-wq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-24io_uring: move to separate directoryJens Axboe1-1424/+0
2022-04-30io-wq: use __set_notify_signal() to wake workersJens Axboe1-2/+2
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+4
2022-03-10tracehook: Remove tracehook.hEric W. Biederman1-1/+1
2022-03-10task_work: Decouple TIF_NOTIFY_SIGNAL and task_workEric W. Biederman1-1/+3
2022-03-10io-wq: use IO_WQ_ACCT_NR rather than hardcoded numberHao Xu1-2/+2
2022-03-10io-wq: reduce acct->lock crossing functions lock/unlockHao Xu1-20/+12
2022-03-10io-wq: decouple work_list protection from the big wqe->lockHao Xu1-44/+52
2022-01-21Merge tag 'io_uring-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds1-35/+56
2022-01-19io-wq: delete dead lock shuffling codeJens Axboe1-6/+1
2022-01-18io-wq: add intermediate work step between pending list and active workJens Axboe1-5/+29
2022-01-18io-wq: perform both unstarted and started work cancelations in one goJens Axboe1-13/+11
2022-01-18io-wq: invoke work cancelation with wqe->lock heldJens Axboe1-3/+8
2022-01-18io-wq: make io_worker lock a raw spinlockJens Axboe1-6/+6
2022-01-18io-wq: remove useless 'work' argument to __io_worker_busy()Jens Axboe1-3/+2
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-3/+3
2022-01-08kthread: Generalize pf_io_worker so it can point to struct kthreadEric W. Biederman1-3/+3
2021-12-13io-wq: drop wqe lock before creating new workerJens Axboe1-0/+2
2021-12-10io-wq: check for wq exit after adding new worker task_workJens Axboe1-6/+25
2021-12-06io-wq: remove spurious bit clear on task_work additionJens Axboe1-3/+1
2021-12-03io-wq: don't retry task_work creation failure on fatal conditionsJens Axboe1-0/+7
2021-11-11io-wq: serialize hash clear with wakeupJens Axboe1-2/+15
2021-11-02io-wq: fix max-workers not correctly set on multi-node systemBeld Zhang1-3/+13
2021-11-01Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-0/+4
2021-11-01Merge tag 'for-5.16/io_uring-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-16/+42
2021-10-29io-wq: remove worker to owner tw dependencyPavel Begunkov1-9/+37
2021-10-23io-wq: use helper for worker refcountingPavel Begunkov1-2/+1
2021-10-19io-wq: max_worker fixesPavel Begunkov1-2/+5
2021-10-19io-wq: Remove duplicate code in io_workqueue_create()Bixuan Cui1-5/+4
2021-09-27io-wq: exclusively gate signal based exit on get_signal() returnJens Axboe1-4/+1
2021-09-24io-wq: ensure we exit if thread group is exitingJens Axboe1-1/+2
2021-09-19audit,io_uring,io-wq: add some basic audit support to io_uringPaul Moore1-0/+4
2021-09-13io-wq: provide IO_WQ_* constants for IORING_REGISTER_IOWQ_MAX_WORKERS arg itemsEugene Syromiatnikov1-0/+5
2021-09-12io-wq: fix potential race of acct->nr_workersHao Xu1-2/+1
2021-09-12io-wq: code clean of io_wqe_create_worker()Hao Xu1-12/+7
2021-09-09io-wq: fix memory leak in create_io_worker()Qiang.zhang1-0/+3
2021-09-08io-wq: fix silly logic error in io_task_work_match()Jens Axboe1-2/+7
2021-09-08io-wq: fix cancellation on create-worker failurePavel Begunkov1-9/+20
2021-09-02io-wq: make worker creation resilient against signalsJens Axboe1-57/+166
2021-09-02io-wq: get rid of FIXED worker flagJens Axboe1-19/+16
2021-09-01io-wq: only exit on fatal signalsJens Axboe1-1/+3
2021-09-01io-wq: split bounded and unbounded work into separate listsJens Axboe1-88/+68
2021-08-31io-wq: fix queue stalling raceJens Axboe1-8/+7
2021-08-31io-wq: ensure that hash wait lock is IRQ disablingJens Axboe1-2/+2
2021-08-31io-wq: fix race between adding work and activating a free workerJens Axboe1-27/+24
2021-08-30io-wq: fix wakeup race when adding new workJens Axboe1-4/+4
2021-08-30io-wq: wqe and worker locks no longer need to be IRQ safeJens Axboe1-31/+28
2021-08-30io-wq: check max_worker limits if a worker transitions bound stateJens Axboe1-3/+30
2021-08-29io-wq: provide a way to limit max number of workersJens Axboe1-0/+29
2021-08-23io-wq: move nr_running and worker_refs out of wqe->lock protectionHao Xu1-3/+4