index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
io_uring.c
Age
Commit message (
Expand
)
Author
2023-04-14
io_uring: complete request via task work in case of DEFER_TASKRUN
Ming Lei
2023-04-01
io_uring: fix memory leak when removing provided buffers
Wojciech Lukowicz
2023-03-09
io_uring: silence variable ‘prev’ set but not used warning
Jens Axboe
2023-03-03
Merge tag 'io_uring-6.3-2023-03-03' of git://git.kernel.dk/linux
Linus Torvalds
2023-02-28
io_uring: fix fget leak when fs don't support nowait buffered read
Joseph Qi
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-22
io_uring: rename 'in_idle' to 'in_cancel'
Jens Axboe
2023-02-22
io_uring: consolidate the put_ref-and-return section of adding work
Jens Axboe
2023-02-16
io_uring: Support calling io_uring_register with a registered ring fd
Josh Triplett
2023-01-29
io_uring: if a linked request has REQ_F_FORCE_ASYNC then run it async
Dylan Yudaken
2023-01-29
io_uring: add reschedule point to handle_tw_list()
Jens Axboe
2023-01-29
io_uring: add a conditional reschedule to the IOPOLL cancelation loop
Jens Axboe
2023-01-29
io_uring: return normal tw run linking optimisation
Pavel Begunkov
2023-01-29
io_uring: refactor tctx_task_work
Pavel Begunkov
2023-01-29
io_uring: refactor io_put_task helpers
Pavel Begunkov
2023-01-29
io_uring: refactor req allocation
Pavel Begunkov
2023-01-29
io_uring: improve io_get_sqe
Pavel Begunkov
2023-01-29
io_uring: kill outdated comment about overflow flush
Pavel Begunkov
2023-01-29
io_uring: use user visible tail in io_uring_poll()
Pavel Begunkov
2023-01-29
io_uring: pass in io_issue_def to io_assign_file()
Jens Axboe
2023-01-29
io_uring: Enable KASAN for request cache
Breno Leitao
2023-01-29
io_uring: Split io_issue_def struct
Breno Leitao
2023-01-29
io_uring: Rename struct io_op_def
Breno Leitao
2023-01-29
io_uring: refactor __io_req_complete_post
Pavel Begunkov
2023-01-29
io_uring: simplify fallback execution
Pavel Begunkov
2023-01-29
io_uring: don't export io_put_task()
Pavel Begunkov
2023-01-29
io_uring: return back links tw run optimisation
Pavel Begunkov
2023-01-29
io_uring: make io_sqpoll_wait_sq return void
Quanfa Fu
2023-01-29
io_uring: optimise deferred tw execution
Pavel Begunkov
2023-01-29
io_uring: add io_req_local_work_add wake fast path
Pavel Begunkov
2023-01-29
io_uring: waitqueue-less cq waiting
Pavel Begunkov
2023-01-29
io_uring: wake up optimisations
Pavel Begunkov
2023-01-29
io_uring: add lazy poll_wq activation
Pavel Begunkov
2023-01-29
io_uring: separate wq for ring polling
Pavel Begunkov
2023-01-29
io_uring: move io_run_local_work_locked
Pavel Begunkov
2023-01-29
io_uring: mark io_run_local_work static
Pavel Begunkov
2023-01-29
io_uring: don't set TASK_RUNNING in local tw runner
Pavel Begunkov
2023-01-29
io_uring: refactor io_wake_function
Pavel Begunkov
2023-01-29
io_uring: keep timeout in io_wait_queue
Pavel Begunkov
2023-01-29
io_uring: optimise non-timeout waiting
Pavel Begunkov
2023-01-29
io_uring: set TASK_RUNNING right after schedule
Pavel Begunkov
2023-01-29
io_uring: simplify io_has_work
Pavel Begunkov
2023-01-29
io_uring: mimimise io_cqring_wait_schedule
Pavel Begunkov
2023-01-29
io_uring: parse check_cq out of wq waiting
Pavel Begunkov
2023-01-29
io_uring: move defer tw task checks
Pavel Begunkov
2023-01-29
io_uring: kill io_run_task_work_ctx
Pavel Begunkov
2023-01-29
io_uring: don't iterate cq wait fast path
Pavel Begunkov
2023-01-29
io_uring: rearrange defer list checks
Pavel Begunkov
2023-01-27
io_uring: always prep_async for drain requests
Dylan Yudaken
2023-01-20
io_uring/msg_ring: fix remote queue to disabled ring
Pavel Begunkov
[next]