index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2022-07-25
io_uring: move to separate directory
Jens Axboe
1
-1424
/
+0
2022-04-30
io-wq: use __set_notify_signal() to wake workers
Jens Axboe
1
-2
/
+2
2022-03-29
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+4
2022-03-11
tracehook: Remove tracehook.h
Eric W. Biederman
1
-1
/
+1
2022-03-11
task_work: Decouple TIF_NOTIFY_SIGNAL and task_work
Eric W. Biederman
1
-1
/
+3
2022-03-10
io-wq: use IO_WQ_ACCT_NR rather than hardcoded number
Hao Xu
1
-2
/
+2
2022-03-10
io-wq: reduce acct->lock crossing functions lock/unlock
Hao Xu
1
-20
/
+12
2022-03-10
io-wq: decouple work_list protection from the big wqe->lock
Hao Xu
1
-44
/
+52
2022-01-21
Merge tag 'io_uring-5.17-2022-01-21' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-35
/
+56
2022-01-19
io-wq: delete dead lock shuffling code
Jens Axboe
1
-6
/
+1
2022-01-19
io-wq: add intermediate work step between pending list and active work
Jens Axboe
1
-5
/
+29
2022-01-19
io-wq: perform both unstarted and started work cancelations in one go
Jens Axboe
1
-13
/
+11
2022-01-19
io-wq: invoke work cancelation with wqe->lock held
Jens Axboe
1
-3
/
+8
2022-01-19
io-wq: make io_worker lock a raw spinlock
Jens Axboe
1
-6
/
+6
2022-01-19
io-wq: remove useless 'work' argument to __io_worker_busy()
Jens Axboe
1
-3
/
+2
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+3
2022-01-08
kthread: Generalize pf_io_worker so it can point to struct kthread
Eric W. Biederman
1
-3
/
+3
2021-12-13
io-wq: drop wqe lock before creating new worker
Jens Axboe
1
-0
/
+2
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
[next]