index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io-wq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-10
io-wq: check for wq exit after adding new worker task_work
Jens Axboe
1
-6
/
+25
2021-12-06
io-wq: remove spurious bit clear on task_work addition
Jens Axboe
1
-3
/
+1
2021-12-03
io-wq: don't retry task_work creation failure on fatal conditions
Jens Axboe
1
-0
/
+7
2021-11-12
io-wq: serialize hash clear with wakeup
Jens Axboe
1
-2
/
+15
2021-11-02
io-wq: fix max-workers not correctly set on multi-node system
Beld Zhang
1
-3
/
+13
2021-11-02
Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+4
2021-11-01
Merge tag 'for-5.16/io_uring-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-16
/
+42
2021-10-29
io-wq: remove worker to owner tw dependency
Pavel Begunkov
1
-9
/
+37
2021-10-23
io-wq: use helper for worker refcounting
Pavel Begunkov
1
-2
/
+1
2021-10-20
io-wq: max_worker fixes
Pavel Begunkov
1
-2
/
+5
2021-10-19
io-wq: Remove duplicate code in io_workqueue_create()
Bixuan Cui
1
-5
/
+4
2021-09-27
io-wq: exclusively gate signal based exit on get_signal() return
Jens Axboe
1
-4
/
+1
2021-09-24
io-wq: ensure we exit if thread group is exiting
Jens Axboe
1
-1
/
+2
2021-09-20
audit,io_uring,io-wq: add some basic audit support to io_uring
Paul Moore
1
-0
/
+4
2021-09-13
io-wq: provide IO_WQ_* constants for IORING_REGISTER_IOWQ_MAX_WORKERS arg items
Eugene Syromiatnikov
1
-0
/
+5
2021-09-13
io-wq: fix potential race of acct->nr_workers
Hao Xu
1
-2
/
+1
2021-09-13
io-wq: code clean of io_wqe_create_worker()
Hao Xu
1
-12
/
+7
2021-09-09
io-wq: fix memory leak in create_io_worker()
Qiang.zhang
1
-0
/
+3
2021-09-09
io-wq: fix silly logic error in io_task_work_match()
Jens Axboe
1
-2
/
+7
2021-09-08
io-wq: fix cancellation on create-worker failure
Pavel Begunkov
1
-9
/
+20
2021-09-02
io-wq: make worker creation resilient against signals
Jens Axboe
1
-57
/
+166
2021-09-02
io-wq: get rid of FIXED worker flag
Jens Axboe
1
-19
/
+16
2021-09-01
io-wq: only exit on fatal signals
Jens Axboe
1
-1
/
+3
2021-09-01
io-wq: split bounded and unbounded work into separate lists
Jens Axboe
1
-88
/
+68
2021-08-31
io-wq: fix queue stalling race
Jens Axboe
1
-8
/
+7
2021-08-31
io-wq: ensure that hash wait lock is IRQ disabling
Jens Axboe
1
-2
/
+2
2021-08-31
io-wq: fix race between adding work and activating a free worker
Jens Axboe
1
-27
/
+24
2021-08-30
io-wq: fix wakeup race when adding new work
Jens Axboe
1
-4
/
+4
2021-08-30
io-wq: wqe and worker locks no longer need to be IRQ safe
Jens Axboe
1
-31
/
+28
2021-08-30
io-wq: check max_worker limits if a worker transitions bound state
Jens Axboe
1
-3
/
+30
2021-08-29
io-wq: provide a way to limit max number of workers
Jens Axboe
1
-0
/
+29
2021-08-23
io-wq: move nr_running and worker_refs out of wqe->lock protection
Hao Xu
1
-3
/
+4
2021-08-23
io-wq: remove GFP_ATOMIC allocation off schedule out path
Jens Axboe
1
-32
/
+40
2021-08-10
io-wq: fix IO_WORKER_F_FIXED issue in create_io_worker()
Hao Xu
1
-7
/
+11
2021-08-10
io-wq: fix bug of creating io-wokers unconditionally
Hao Xu
1
-2
/
+10
2021-08-06
io-wq: fix lack of acct->nr_workers < acct->max_workers judgement
Hao Xu
1
-1
/
+9
2021-08-06
io-wq: fix no lock protection of acct->nr_worker
Hao Xu
1
-6
/
+17
2021-08-04
io-wq: fix race between worker exiting and activating free worker
Jens Axboe
1
-19
/
+19
2021-07-24
io_uring: explicitly catch any illegal async queue attempt
Jens Axboe
1
-1
/
+6
2021-06-18
io_uring: fix false WARN_ONCE
Pavel Begunkov
1
-1
/
+4
2021-06-17
io_uring: allow user configurable IO thread CPU affinity
Jens Axboe
1
-0
/
+17
2021-06-17
io-wq: use private CPU mask
Jens Axboe
1
-7
/
+43
2021-06-16
io-wq: remove header files not needed anymore
Olivier Langlois
1
-2
/
+0
2021-06-16
io-wq: remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2021-06-14
io-wq: simplify worker exiting
Pavel Begunkov
1
-4
/
+1
2021-06-14
io-wq: don't repeat IO_WQ_BIT_EXIT check by worker
Pavel Begunkov
1
-2
/
+1
2021-06-14
io-wq: remove unused io-wq refcounting
Pavel Begunkov
1
-5
/
+1
2021-06-14
io-wq: embed wqe ptr array into struct io_wq
Pavel Begunkov
1
-11
/
+4
2021-05-26
io-wq: Fix UAF when wakeup wqe in hash waitqueue
Zqiang
1
-3
/
+6
2021-05-26
io_uring/io-wq: close io-wq full-stop gap
Pavel Begunkov
1
-11
/
+9
[next]