index
:
pub/scm/linux/kernel/git/morse/linux.git
master
James Morse's fork of linux.git
James Morse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
io-wq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-15
io_uring/io-wq: fix worker accounting when canceling creation callbacks
Vishnu Razdan
1
-3
/
+6
2026-06-30
io_uring: annotate remote tasks for kcoverage
Robert Femmer
1
-0
/
+5
2026-06-16
Merge tag 'for-7.2/io_uring-20260615' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2026-05-28
io_uring/io-wq: re-check IO_WQ_BIT_EXIT for each linked work item
Runyu Xiao
1
-1
/
+1
2026-05-13
io-wq: check that the predecessor is hashed in io_wq_remove_pending()
Nicholas Carlini
1
-1
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-02-09
Merge tag 'for-7.0/io_uring-20260206' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+48
2026-02-02
io_uring/io-wq: add exit-on-idle state
Li Chen
1
-2
/
+25
2026-01-23
io_uring/io-wq: handle !sysctl_hung_task_timeout_secs
Jens Axboe
1
-0
/
+2
2026-01-22
io_uring/io-wq: don't trigger hung task for syzbot craziness
Jens Axboe
1
-1
/
+21
2026-01-20
io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loop
Jens Axboe
1
-1
/
+1
2026-01-05
io_uring/io-wq: remove io_wq_for_each_worker() return value
Jens Axboe
1
-6
/
+3
2026-01-05
io_uring/io-wq: fix incorrect io_wq_for_each_worker() termination logic
Jens Axboe
1
-3
/
+3
2025-12-04
io_uring/io-wq: always retry worker create on ERESTART*
Caleb Sander Mateos
1
-2
/
+3
2025-09-15
io_uring/io-wq: fix `max_workers` breakage and `nr_workers` underflow
Max Kellermann
1
-3
/
+3
2025-08-13
io_uring/io-wq: add check free worker before create new worker
Fengnan Chang
1
-0
/
+8
2025-06-15
io_uring: fix task leak issue in io_wq_create()
Penglei Jiang
1
-1
/
+3
2025-05-23
io_uring/io-wq: only create a new worker if it can make progress
Jens Axboe
1
-0
/
+28
2025-05-23
io_uring/io-wq: ignore non-busy worker going to sleep
Jens Axboe
1
-0
/
+2
2025-05-23
io_uring/io-wq: move hash helpers to the top
Jens Axboe
1
-10
/
+10
2025-04-21
io_uring/wq: avoid indirect do_work/free_work calls
Caleb Sander Mateos
1
-11
/
+4
2025-02-27
Merge branch 'io_uring-6.14' into for-6.15/io_uring
Jens Axboe
1
-5
/
+18
2025-02-17
io_uring/io-wq: pass io_wq to io_get_next_work()
Max Kellermann
1
-3
/
+2
2025-02-17
io_uring/io-wq: do not use bogus hash value
Max Kellermann
1
-1
/
+3
2025-02-17
io_uring/io-wq: cache work->flags in variable
Max Kellermann
1
-12
/
+21
2025-02-17
io_uring/io-wq: move worker lists to struct io_wq_acct
Max Kellermann
1
-66
/
+96
2025-02-17
io_uring/io-wq: add io_worker.acct pointer
Max Kellermann
1
-15
/
+8
2025-02-17
io_uring/io-wq: eliminate redundant io_work_get_acct() calls
Max Kellermann
1
-5
/
+4
2025-02-14
io-wq: backoff when retrying worker creation
Uday Shankar
1
-5
/
+18
2024-12-16
exec: Make sure task->comm is always NUL-terminated
Kees Cook
1
-1
/
+1
2024-09-11
io_uring/io-wq: inherit cpuset of cgroup in io worker
Felix Moessbauer
1
-1
/
+1
2024-09-11
io_uring/io-wq: do not allow pinning outside of cpuset
Felix Moessbauer
1
-5
/
+18
2024-07-11
io_uring/io-wq: limit retrying worker initialisation
Pavel Begunkov
1
-3
/
+7
2024-06-16
io_uring/io-wq: make io_wq_work flags atomic
Jens Axboe
1
-9
/
+10
2024-06-04
io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue()
Su Hui
1
-5
/
+5
2024-05-07
io_uring/io-wq: Use set_bit() and test_bit() at worker->flags
Breno Leitao
1
-23
/
+24
2024-04-17
io-wq: Drop intermediate step between pending list and active work
Gabriel Krisman Bertazi
1
-5
/
+2
2024-04-17
io-wq: write next_work before dropping acct_lock
Gabriel Krisman Bertazi
1
-5
/
+8
2023-10-05
io-wq: fully initialize wqe before calling cpuhp_state_add_instance_nocalls()
Jeff Moyer
1
-6
/
+4
2023-09-07
io_uring: break out of iowq iopoll on teardown
Pavel Begunkov
1
-0
/
+10
2023-08-16
io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is used
Jens Axboe
1
-3
/
+6
2023-08-11
io_uring/io-wq: don't gate worker wake up success on wake_up_process()
Jens Axboe
1
-4
/
+7
2023-08-11
io_uring/io-wq: reduce frequency of acct->lock acquisitions
Jens Axboe
1
-13
/
+34
2023-08-11
io_uring/io-wq: don't grab wq->lock for worker activation
Jens Axboe
1
-3
/
+0
2023-06-14
io_uring/io-wq: clear current->worker_private on exit
Jens Axboe
1
-1
/
+6
2023-06-12
io_uring/io-wq: don't clear PF_IO_WORKER on exit
Jens Axboe
1
-3
/
+0
2023-04-03
io_uring/io-wq: drop outdated comment
Jens Axboe
1
-5
/
+1
2023-04-03
io-wq: Drop struct io_wqe
Gabriel Krisman Bertazi
1
-188
/
+156
2023-04-03
io-wq: Move wq accounting to io_wq
Gabriel Krisman Bertazi
1
-38
/
+40
[next]