index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
io-wq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
io-wq: fix memory leak in create_io_worker()
Qiang.zhang
2021-09-09
1
-0
/
+3
*
io-wq: fix silly logic error in io_task_work_match()
Jens Axboe
2021-09-08
1
-2
/
+7
*
io-wq: fix cancellation on create-worker failure
Pavel Begunkov
2021-09-08
1
-9
/
+20
*
io-wq: make worker creation resilient against signals
Jens Axboe
2021-09-02
1
-57
/
+166
*
io-wq: get rid of FIXED worker flag
Jens Axboe
2021-09-02
1
-19
/
+16
*
io-wq: only exit on fatal signals
Jens Axboe
2021-09-01
1
-1
/
+3
*
io-wq: split bounded and unbounded work into separate lists
Jens Axboe
2021-09-01
1
-88
/
+68
*
io-wq: fix queue stalling race
Jens Axboe
2021-08-31
1
-8
/
+7
*
io-wq: ensure that hash wait lock is IRQ disabling
Jens Axboe
2021-08-31
1
-2
/
+2
*
io-wq: fix race between adding work and activating a free worker
Jens Axboe
2021-08-31
1
-27
/
+24
*
io-wq: fix wakeup race when adding new work
Jens Axboe
2021-08-30
1
-4
/
+4
*
io-wq: wqe and worker locks no longer need to be IRQ safe
Jens Axboe
2021-08-30
1
-31
/
+28
*
io-wq: check max_worker limits if a worker transitions bound state
Jens Axboe
2021-08-30
1
-3
/
+30
*
io-wq: provide a way to limit max number of workers
Jens Axboe
2021-08-29
1
-0
/
+29
*
io-wq: move nr_running and worker_refs out of wqe->lock protection
Hao Xu
2021-08-23
1
-3
/
+4
*
io-wq: remove GFP_ATOMIC allocation off schedule out path
Jens Axboe
2021-08-23
1
-32
/
+40
*
io-wq: fix IO_WORKER_F_FIXED issue in create_io_worker()
Hao Xu
2021-08-09
1
-7
/
+11
*
io-wq: fix bug of creating io-wokers unconditionally
Hao Xu
2021-08-09
1
-2
/
+10
*
io-wq: fix lack of acct->nr_workers < acct->max_workers judgement
Hao Xu
2021-08-06
1
-1
/
+9
*
io-wq: fix no lock protection of acct->nr_worker
Hao Xu
2021-08-06
1
-6
/
+17
*
io-wq: fix race between worker exiting and activating free worker
Jens Axboe
2021-08-04
1
-19
/
+19
*
io_uring: explicitly catch any illegal async queue attempt
Jens Axboe
2021-07-23
1
-1
/
+6
*
io_uring: fix false WARN_ONCE
Pavel Begunkov
2021-06-18
1
-1
/
+4
*
io_uring: allow user configurable IO thread CPU affinity
Jens Axboe
2021-06-17
1
-0
/
+17
*
io-wq: use private CPU mask
Jens Axboe
2021-06-17
1
-7
/
+43
*
io-wq: remove header files not needed anymore
Olivier Langlois
2021-06-16
1
-2
/
+0
*
io-wq: remove redundant initialization of variable ret
Colin Ian King
2021-06-15
1
-1
/
+1
*
io-wq: simplify worker exiting
Pavel Begunkov
2021-06-14
1
-4
/
+1
*
io-wq: don't repeat IO_WQ_BIT_EXIT check by worker
Pavel Begunkov
2021-06-14
1
-2
/
+1
*
io-wq: remove unused io-wq refcounting
Pavel Begunkov
2021-06-14
1
-5
/
+1
*
io-wq: embed wqe ptr array into struct io_wq
Pavel Begunkov
2021-06-14
1
-11
/
+4
*
io-wq: Fix UAF when wakeup wqe in hash waitqueue
Zqiang
2021-05-26
1
-3
/
+6
*
io_uring/io-wq: close io-wq full-stop gap
Pavel Begunkov
2021-05-25
1
-11
/
+9
*
io-wq: remove unused io_wqe_need_worker() function
Jens Axboe
2021-04-20
1
-13
/
+0
*
io-wq: Fix io_wq_worker_affinity()
Peter Zijlstra
2021-04-11
1
-9
/
+2
*
io-wq: simplify code in __io_worker_busy()
Hao Xu
2021-04-11
1
-9
/
+6
*
io-wq: cancel task_work on exit only targeting the current 'wq'
Jens Axboe
2021-04-11
1
-1
/
+11
*
io-wq: eliminate the need for a manager thread
Jens Axboe
2021-04-11
1
-157
/
+115
*
io-wq: refactor *_get_acct()
Pavel Begunkov
2021-04-11
1
-10
/
+7
*
io-wq: cancel unbounded works on io-wq destroy
Pavel Begunkov
2021-04-08
1
-0
/
+4
*
io_uring/io-wq: protect against sprintf overflow
Pavel Begunkov
2021-04-01
1
-2
/
+2
*
io_uring: handle signals for IO threads like a normal thread
Jens Axboe
2021-03-27
1
-6
/
+14
*
io-wq: fix race around pending work on teardown
Jens Axboe
2021-03-25
1
-1
/
+5
*
io_uring: don't use {test,clear}_tsk_thread_flag() for current
Jens Axboe
2021-03-21
1
-4
/
+2
*
io-wq: ensure task is running before processing task_work
Jens Axboe
2021-03-21
1
-2
/
+6
*
io_uring: allow IO worker threads to be frozen
Jens Axboe
2021-03-12
1
-1
/
+5
*
kernel: make IO threads unfreezable by default
Jens Axboe
2021-03-10
1
-2
/
+1
*
io-wq: fix ref leak for req in case of exit cancelations
yangerkun
2021-03-10
1
-2
/
+1
*
io-wq: remove unused 'user' member of io_wq
Jens Axboe
2021-03-10
1
-1
/
+0
*
io-wq: warn on creating manager while exiting
Pavel Begunkov
2021-03-07
1
-0
/
+2
[next]