index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-28
io_uring: fix poll requests leaking second poll entries
Hao Xu
1
-3
/
+2
2021-07-28
io_uring: don't block level reissue off completion path
Jens Axboe
1
-0
/
+6
2021-07-27
io_uring: always reissue from task_work context
Jens Axboe
1
-2
/
+8
2021-07-26
io_uring: fix race in unified task_work running
Jens Axboe
1
-1
/
+5
2021-07-26
io_uring: fix io_prep_async_link locking
Pavel Begunkov
1
-2
/
+11
2021-07-23
io_uring: explicitly catch any illegal async queue attempt
Jens Axboe
1
-0
/
+11
2021-07-23
io_uring: never attempt iopoll reissue from release path
Jens Axboe
1
-7
/
+7
2021-07-22
io_uring: fix early fdput() of file
Jens Axboe
1
-2
/
+4
2021-07-20
io_uring: fix memleak in io_init_wq_offload()
Yang Yingliang
1
-1
/
+5
2021-07-20
io_uring: remove double poll entry on arm failure
Pavel Begunkov
1
-0
/
+2
2021-07-20
io_uring: explicitly count entries for poll reqs
Pavel Begunkov
1
-6
/
+10
2021-07-11
io_uring: fix io_drain_req()
Pavel Begunkov
1
-2
/
+4
2021-07-11
io_uring: use right task for exiting checks
Pavel Begunkov
1
-1
/
+1
2021-07-09
io_uring: remove dead non-zero 'poll' check
Jens Axboe
1
-1
/
+1
2021-07-08
io_uring: mitigate unlikely iopoll lag
Pavel Begunkov
1
-1
/
+5
2021-07-07
io_uring: fix drain alloc fail return code
Pavel Begunkov
1
-1
/
+1
2021-07-01
io_uring: fix exiting io_req_task_work_add leaks
Pavel Begunkov
1
-46
/
+24
2021-07-01
io_uring: simplify task_work func
Pavel Begunkov
1
-44
/
+28
2021-07-01
io_uring: fix stuck fallback reqs
Pavel Begunkov
1
-41
/
+20
2021-06-30
io_uring: code clean for kiocb_done()
Hao Xu
1
-1
/
+1
2021-06-30
io_uring: spin in iopoll() only when reqs are in a single queue
Hao Xu
1
-6
/
+14
2021-06-30
io_uring: pre-initialise some of req fields
Pavel Begunkov
1
-6
/
+18
2021-06-30
io_uring: refactor io_submit_flush_completions
Pavel Begunkov
1
-5
/
+5
2021-06-30
io_uring: optimise hot path restricted checks
Pavel Begunkov
1
-2
/
+2
2021-06-30
io_uring: remove not needed PF_EXITING check
Pavel Begunkov
1
-7
/
+2
2021-06-30
io_uring: mainstream sqpoll task_work running
Pavel Begunkov
1
-4
/
+3
2021-06-30
io_uring: refactor io_arm_poll_handler()
Pavel Begunkov
1
-21
/
+16
2021-06-30
io_uring: reduce latency by reissueing the operation
Olivier Langlois
1
-9
/
+22
2021-06-30
io_uring: add IOPOLL and reserved field checks to IORING_OP_UNLINKAT
Jens Axboe
1
-0
/
+4
2021-06-30
io_uring: add IOPOLL and reserved field checks to IORING_OP_RENAMEAT
Jens Axboe
1
-0
/
+4
2021-06-30
io_uring: refactor io_openat2()
Pavel Begunkov
1
-15
/
+14
2021-06-30
io_uring: update sqe layout build checks
Pavel Begunkov
1
-0
/
+2
2021-06-30
io_uring: fix code style problems
Pavel Begunkov
1
-8
/
+8
2021-06-30
io_uring: refactor io_sq_thread()
Pavel Begunkov
1
-3
/
+3
2021-06-30
io_uring: don't change sqpoll creds if not needed
Pavel Begunkov
1
-7
/
+7
2021-06-23
io_uring: Create define to modify a SQPOLL parameter
Olivier Langlois
1
-2
/
+3
2021-06-23
io_uring: Fix race condition when sqp thread goes to sleep
Olivier Langlois
1
-1
/
+1
2021-06-18
io_uring: improve in tctx_task_work() resubmission
Pavel Begunkov
1
-4
/
+8
2021-06-18
io_uring: don't resched with empty task_list
Pavel Begunkov
1
-1
/
+3
2021-06-18
io_uring: refactor tctx task_work list splicing
Pavel Begunkov
1
-6
/
+1
2021-06-18
io_uring: optimise task_work submit flushing
Pavel Begunkov
1
-2
/
+3
2021-06-18
io_uring: inline __tctx_task_work()
Pavel Begunkov
1
-36
/
+31
2021-06-18
io_uring: refactor io_get_sequence()
Pavel Begunkov
1
-6
/
+5
2021-06-18
io_uring: clean all flags in io_clean_op() at once
Pavel Begunkov
1
-8
/
+6
2021-06-18
io_uring: simplify iovec freeing in io_clean_op()
Pavel Begunkov
1
-2
/
+2
2021-06-18
io_uring: track request creds with a flag
Pavel Begunkov
1
-8
/
+13
2021-06-18
io_uring: move creds from io-wq work to io_kiocb
Pavel Begunkov
1
-11
/
+13
2021-06-18
io_uring: refactor io_submit_flush_completions()
Pavel Begunkov
1
-7
/
+6
2021-06-17
io_uring: allow user configurable IO thread CPU affinity
Jens Axboe
1
-0
/
+51
2021-06-16
io_uring: Add to traces the req pointer when available
Olivier Langlois
1
-5
/
+6
[next]