index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io-wq.c
Age
Commit message (
Expand
)
Author
2021-11-11
io-wq: serialize hash clear with wakeup
Jens Axboe
2021-11-02
io-wq: fix max-workers not correctly set on multi-node system
Beld Zhang
2021-11-01
Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-11-01
Merge tag 'for-5.16/io_uring-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-10-29
io-wq: remove worker to owner tw dependency
Pavel Begunkov
2021-10-23
io-wq: use helper for worker refcounting
Pavel Begunkov
2021-10-19
io-wq: max_worker fixes
Pavel Begunkov
2021-10-19
io-wq: Remove duplicate code in io_workqueue_create()
Bixuan Cui
2021-09-27
io-wq: exclusively gate signal based exit on get_signal() return
Jens Axboe
2021-09-24
io-wq: ensure we exit if thread group is exiting
Jens Axboe
2021-09-19
audit,io_uring,io-wq: add some basic audit support to io_uring
Paul Moore
2021-09-13
io-wq: provide IO_WQ_* constants for IORING_REGISTER_IOWQ_MAX_WORKERS arg items
Eugene Syromiatnikov
2021-09-12
io-wq: fix potential race of acct->nr_workers
Hao Xu
2021-09-12
io-wq: code clean of io_wqe_create_worker()
Hao Xu
2021-09-09
io-wq: fix memory leak in create_io_worker()
Qiang.zhang
2021-09-08
io-wq: fix silly logic error in io_task_work_match()
Jens Axboe
2021-09-08
io-wq: fix cancellation on create-worker failure
Pavel Begunkov
2021-09-02
io-wq: make worker creation resilient against signals
Jens Axboe
2021-09-02
io-wq: get rid of FIXED worker flag
Jens Axboe
2021-09-01
io-wq: only exit on fatal signals
Jens Axboe
2021-09-01
io-wq: split bounded and unbounded work into separate lists
Jens Axboe
2021-08-31
io-wq: fix queue stalling race
Jens Axboe
2021-08-31
io-wq: ensure that hash wait lock is IRQ disabling
Jens Axboe
2021-08-31
io-wq: fix race between adding work and activating a free worker
Jens Axboe
2021-08-30
io-wq: fix wakeup race when adding new work
Jens Axboe
2021-08-30
io-wq: wqe and worker locks no longer need to be IRQ safe
Jens Axboe
2021-08-30
io-wq: check max_worker limits if a worker transitions bound state
Jens Axboe
2021-08-29
io-wq: provide a way to limit max number of workers
Jens Axboe
2021-08-23
io-wq: move nr_running and worker_refs out of wqe->lock protection
Hao Xu
2021-08-23
io-wq: remove GFP_ATOMIC allocation off schedule out path
Jens Axboe
2021-08-09
io-wq: fix IO_WORKER_F_FIXED issue in create_io_worker()
Hao Xu
2021-08-09
io-wq: fix bug of creating io-wokers unconditionally
Hao Xu
2021-08-06
io-wq: fix lack of acct->nr_workers < acct->max_workers judgement
Hao Xu
2021-08-06
io-wq: fix no lock protection of acct->nr_worker
Hao Xu
2021-08-04
io-wq: fix race between worker exiting and activating free worker
Jens Axboe
2021-07-23
io_uring: explicitly catch any illegal async queue attempt
Jens Axboe
2021-06-18
io_uring: fix false WARN_ONCE
Pavel Begunkov
2021-06-17
io_uring: allow user configurable IO thread CPU affinity
Jens Axboe
2021-06-17
io-wq: use private CPU mask
Jens Axboe
2021-06-16
io-wq: remove header files not needed anymore
Olivier Langlois
2021-06-15
io-wq: remove redundant initialization of variable ret
Colin Ian King
2021-06-14
io-wq: simplify worker exiting
Pavel Begunkov
2021-06-14
io-wq: don't repeat IO_WQ_BIT_EXIT check by worker
Pavel Begunkov
2021-06-14
io-wq: remove unused io-wq refcounting
Pavel Begunkov
2021-06-14
io-wq: embed wqe ptr array into struct io_wq
Pavel Begunkov
2021-05-26
io-wq: Fix UAF when wakeup wqe in hash waitqueue
Zqiang
2021-05-25
io_uring/io-wq: close io-wq full-stop gap
Pavel Begunkov
2021-04-20
io-wq: remove unused io_wqe_need_worker() function
Jens Axboe
2021-04-11
io-wq: Fix io_wq_worker_affinity()
Peter Zijlstra
2021-04-11
io-wq: simplify code in __io_worker_busy()
Hao Xu
[next]