- f3a7822 Merge tag 'io_uring-5.17-2022-01-21' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years ago
- 73031f76 io-wq: delete dead lock shuffling code by Jens Axboe · 3 years ago
- 361aee4 io-wq: add intermediate work step between pending list and active work by Jens Axboe · 3 years ago
- efdf518 io-wq: perform both unstarted and started work cancelations in one go by Jens Axboe · 3 years ago
- 36e4c58 io-wq: invoke work cancelation with wqe->lock held by Jens Axboe · 3 years ago
- 081b582 io-wq: make io_worker lock a raw spinlock by Jens Axboe · 3 years ago
- ea6e7cee io-wq: remove useless 'work' argument to __io_worker_busy() by Jens Axboe · 3 years ago
- 35ce8ae Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years ago
- e32cf5d kthread: Generalize pf_io_worker so it can point to struct kthread by Eric W. Biederman · 3 years ago
- d800c65 io-wq: drop wqe lock before creating new worker by Jens Axboe · 3 years ago
- 71a8538 io-wq: check for wq exit after adding new worker task_work by Jens Axboe · 3 years, 1 month ago
- e47498a io-wq: remove spurious bit clear on task_work addition by Jens Axboe · 3 years, 1 month ago
- a226abc io-wq: don't retry task_work creation failure on fatal conditions by Jens Axboe · 3 years, 1 month ago
- d3e3c10 io-wq: serialize hash clear with wakeup by Jens Axboe · 3 years, 2 months ago
- 71c9ce2 io-wq: fix max-workers not correctly set on multi-node system by Beld Zhang · 3 years, 2 months ago
- cdab10b Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 3 years, 2 months ago
- 8d1f0177 Merge tag 'for-5.16/io_uring-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 2 months ago
- 1d5f5ea io-wq: remove worker to owner tw dependency by Pavel Begunkov · 3 years, 2 months ago
- c907e52 io-wq: use helper for worker refcounting by Pavel Begunkov · 3 years, 2 months ago
- bc36992 io-wq: max_worker fixes by Pavel Begunkov · 3 years, 2 months ago
- 71e1cef io-wq: Remove duplicate code in io_workqueue_create() by Bixuan Cui · 3 years, 4 months ago
- 78f8876 io-wq: exclusively gate signal based exit on get_signal() return by Jens Axboe · 3 years, 3 months ago
- 87c1696 io-wq: ensure we exit if thread group is exiting by Jens Axboe · 3 years, 3 months ago
- 5bd2182 audit,io_uring,io-wq: add some basic audit support to io_uring by Paul Moore · 3 years, 10 months ago
- dd47c10 io-wq: provide IO_WQ_* constants for IORING_REGISTER_IOWQ_MAX_WORKERS arg items by Eugene Syromiatnikov · 3 years, 4 months ago
- 767a65e io-wq: fix potential race of acct->nr_workers by Hao Xu · 3 years, 4 months ago
- 7a842fb io-wq: code clean of io_wqe_create_worker() by Hao Xu · 3 years, 4 months ago
- 66e70be io-wq: fix memory leak in create_io_worker() by Qiang.zhang · 3 years, 4 months ago
- 3b33e3f io-wq: fix silly logic error in io_task_work_match() by Jens Axboe · 3 years, 4 months ago
- 713b982 io-wq: fix cancellation on create-worker failure by Pavel Begunkov · 3 years, 4 months ago
- 3146cba io-wq: make worker creation resilient against signals by Jens Axboe · 3 years, 4 months ago
- 05c5f4e io-wq: get rid of FIXED worker flag by Jens Axboe · 3 years, 4 months ago
- 15e20db io-wq: only exit on fatal signals by Jens Axboe · 3 years, 4 months ago
- f95dc20 io-wq: split bounded and unbounded work into separate lists by Jens Axboe · 3 years, 4 months ago
- 0242f64 io-wq: fix queue stalling race by Jens Axboe · 3 years, 4 months ago
- 08bdbd3 io-wq: ensure that hash wait lock is IRQ disabling by Jens Axboe · 3 years, 4 months ago
- 94ffb0a io-wq: fix race between adding work and activating a free worker by Jens Axboe · 3 years, 4 months ago
- 87df7fb io-wq: fix wakeup race when adding new work by Jens Axboe · 3 years, 4 months ago
- a9a4aa9 io-wq: wqe and worker locks no longer need to be IRQ safe by Jens Axboe · 3 years, 4 months ago
- ecc53c4 io-wq: check max_worker limits if a worker transitions bound state by Jens Axboe · 3 years, 4 months ago
- 2e48005 io-wq: provide a way to limit max number of workers by Jens Axboe · 3 years, 4 months ago
- 79dca18 io-wq: move nr_running and worker_refs out of wqe->lock protection by Hao Xu · 3 years, 5 months ago
- d3e9f73 io-wq: remove GFP_ATOMIC allocation off schedule out path by Jens Axboe · 3 years, 5 months ago
- 47cae0c io-wq: fix IO_WORKER_F_FIXED issue in create_io_worker() by Hao Xu · 3 years, 5 months ago
- 49e7f0c io-wq: fix bug of creating io-wokers unconditionally by Hao Xu · 3 years, 5 months ago
- 2169827 io-wq: fix lack of acct->nr_workers < acct->max_workers judgement by Hao Xu · 3 years, 5 months ago
- 3d4e4fa io-wq: fix no lock protection of acct->nr_worker by Hao Xu · 3 years, 5 months ago
- 83d6c39 io-wq: fix race between worker exiting and activating free worker by Jens Axboe · 3 years, 5 months ago
- 991468d io_uring: explicitly catch any illegal async queue attempt by Jens Axboe · 3 years, 5 months ago
- e6ab899 io_uring: fix false WARN_ONCE by Pavel Begunkov · 3 years, 6 months ago
- fe76421 io_uring: allow user configurable IO thread CPU affinity by Jens Axboe · 3 years, 6 months ago
- 0e03496 io-wq: use private CPU mask by Jens Axboe · 3 years, 6 months ago
- ec16d35 io-wq: remove header files not needed anymore by Olivier Langlois · 3 years, 7 months ago
- b1b2fc3 io-wq: remove redundant initialization of variable ret by Colin Ian King · 3 years, 7 months ago
- e587227 io-wq: simplify worker exiting by Pavel Begunkov · 3 years, 7 months ago
- 769e683 io-wq: don't repeat IO_WQ_BIT_EXIT check by worker by Pavel Begunkov · 3 years, 7 months ago
- 382cb03 io-wq: remove unused io-wq refcounting by Pavel Begunkov · 3 years, 7 months ago
- c7f405d io-wq: embed wqe ptr array into struct io_wq by Pavel Begunkov · 3 years, 7 months ago
- 3743c17 io-wq: Fix UAF when wakeup wqe in hash waitqueue by Zqiang · 3 years, 7 months ago
- 17a9105 io_uring/io-wq: close io-wq full-stop gap by Pavel Begunkov · 3 years, 7 months ago
- eb37267 io-wq: remove unused io_wqe_need_worker() function by Jens Axboe · 3 years, 8 months ago
- e0051d7 io-wq: Fix io_wq_worker_affinity() by Peter Zijlstra · 3 years, 9 months ago
- 417b505 io-wq: simplify code in __io_worker_busy() by Hao Xu · 3 years, 9 months ago
- c80ca47 io-wq: cancel task_work on exit only targeting the current 'wq' by Jens Axboe · 3 years, 9 months ago
- 685fe7f io-wq: eliminate the need for a manager thread by Jens Axboe · 3 years, 10 months ago
- 8418f22 io-wq: refactor *_get_acct() by Pavel Begunkov · 3 years, 9 months ago
- c60eb04 io-wq: cancel unbounded works on io-wq destroy by Pavel Begunkov · 3 years, 9 months ago
- 696ee88 io_uring/io-wq: protect against sprintf overflow by Pavel Begunkov · 3 years, 9 months ago
- dbe1bdb io_uring: handle signals for IO threads like a normal thread by Jens Axboe · 3 years, 9 months ago
- f5d2d23 io-wq: fix race around pending work on teardown by Jens Axboe · 3 years, 9 months ago
- 0b8cfa9 io_uring: don't use {test,clear}_tsk_thread_flag() for current by Jens Axboe · 3 years, 9 months ago
- 00ddff4 io-wq: ensure task is running before processing task_work by Jens Axboe · 3 years, 9 months ago
- 16efa4f io_uring: allow IO worker threads to be frozen by Jens Axboe · 3 years, 10 months ago
- e22bc9b kernel: make IO threads unfreezable by default by Jens Axboe · 3 years, 10 months ago
- 70e3512 io-wq: fix ref leak for req in case of exit cancelations by yangerkun · 3 years, 10 months ago
- cc20e3f io-wq: remove unused 'user' member of io_wq by Jens Axboe · 3 years, 10 months ago
- 678eeba io-wq: warn on creating manager while exiting by Pavel Begunkov · 3 years, 10 months ago
- 886d013 io-wq: fix race in freeing 'wq' and worker access by Jens Axboe · 3 years, 10 months ago
- 09ca6c4 io-wq: kill hashed waitqueue before manager exits by Jens Axboe · 3 years, 10 months ago
- 46fe18b io_uring: move to using create_io_thread() by Jens Axboe · 3 years, 10 months ago
- f012725 io-wq: ensure all pending work is canceled on exit by Jens Axboe · 3 years, 10 months ago
- e4b4a13 io_uring: ensure that threads freeze on suspend by Jens Axboe · 3 years, 10 months ago
- dc7bbc9 io-wq: fix error path leak of buffered write hash map by Jens Axboe · 3 years, 10 months ago
- 5730b27 io_uring: move cred assignment into io_issue_sqe() by Jens Axboe · 3 years, 10 months ago
- afcc401 io-wq: provide an io_wq_put_and_exit() helper by Jens Axboe · 3 years, 10 months ago
- 470ec4e io-wq: fix double put of 'wq' in error path by Jens Axboe · 3 years, 10 months ago
- d364d9e io-wq: wait for manager exit on wq destroy by Jens Axboe · 3 years, 10 months ago
- dbf9962 io-wq: rename wq->done completion to wq->started by Jens Axboe · 3 years, 10 months ago
- 613eeb6 io-wq: don't ask for a new worker if we're exiting by Jens Axboe · 3 years, 10 months ago
- fb3a1f6 io-wq: have manager wait for all workers to exit by Jens Axboe · 3 years, 10 months ago
- 65d4302 io-wq: wait for worker startup when forking a new one by Jens Axboe · 3 years, 10 months ago
- d6ce7f6 io-wq: remove now unused IO_WQ_BIT_ERROR by Jens Axboe · 3 years, 10 months ago
- 4fb6ac3 io-wq: improve manager/worker handling over exec by Jens Axboe · 3 years, 10 months ago
- e941894 io-wq: make buffered file write hashed work map per-ctx by Jens Axboe · 3 years, 10 months ago
- eb2de94 io-wq: fix race around io_worker grabbing by Jens Axboe · 3 years, 10 months ago
- 8b3e78b io-wq: fix races around manager/worker creation and task exit by Jens Axboe · 3 years, 10 months ago
- 728f13e io-wq: remove nr_process accounting by Jens Axboe · 3 years, 10 months ago
- 843bbfd io-wq: make io_wq_fork_thread() available to other users by Jens Axboe · 3 years, 10 months ago
- bf1daa4 io-wq: only remove worker from free_list, if it was there by Jens Axboe · 3 years, 10 months ago
- 4379bf8 io_uring: remove io_identity by Jens Axboe · 3 years, 10 months ago