index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
io_uring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-25
io_uring: include dying ring in task_work "should cancel" state
Jens Axboe
1
-4
/
+8
2025-09-25
io_uring: backport io_should_terminate_tw()
Jens Axboe
1
-3
/
+2
2025-06-27
io_uring: account drain memory to cgroup
Pavel Begunkov
1
-1
/
+1
2025-06-27
Revert "io_uring: ensure deferred completions are posted for multishot"
Greg Kroah-Hartman
1
-8
/
+0
2025-06-04
io_uring: fix overflow resched cqe reordering
Pavel Begunkov
1
-0
/
+1
2025-05-18
io_uring: ensure deferred completions are posted for multishot
Jens Axboe
1
-0
/
+8
2025-05-18
io_uring: always arm linked timeouts prior to issue
Jens Axboe
1
-37
/
+16
2025-03-28
io_uring: fix corner case forgetting to vunmap
Pavel Begunkov
1
-1
/
+3
2025-03-28
io_uring: don't attempt to mmap larger than what the user asks for
Jens Axboe
1
-2
/
+3
2025-03-28
io_uring: get rid of remap_pfn_range() for mapping rings/sqes
Jens Axboe
1
-16
/
+117
2025-03-28
io_uring: add ring freeing helper
Jens Axboe
1
-6
/
+11
2025-03-28
io_uring: return error pointer from io_mem_alloc()
Jens Axboe
1
-6
/
+12
2025-02-21
io_uring: fix io_req_prep_async with provided buffers
Pavel Begunkov
1
-1
/
+4
2025-02-01
io_uring: fix waiters missing wake ups
Pavel Begunkov
1
-1
/
+3
2025-01-17
io_uring/eventfd: ensure io_eventfd_signal() defers another RCU period
Jens Axboe
1
-4
/
+9
2024-12-27
io_uring/rw: avoid punting to io-wq directly
Pavel Begunkov
1
-3
/
+3
2024-12-27
io_uring: check if iowq is killed before queuing
Pavel Begunkov
1
-1
/
+5
2024-12-27
io_uring: Fix registered ring file refcount leak
Jann Horn
1
-0
/
+1
2024-12-14
io_uring: wake up optimisations
Pavel Begunkov
1
-1
/
+11
2024-11-17
io_uring: fix possible deadlock in io_register_iowq_max_workers()
Hagar Hemdan
1
-0
/
+5
2024-11-08
io_uring: always lock __io_cqring_overflow_flush
Pavel Begunkov
1
-5
/
+6
2024-10-17
io_uring: check if we need to reschedule during overflow flush
Jens Axboe
1
-0
/
+15
2024-08-03
io_uring: tighten task exit cancellations
Pavel Begunkov
1
-1
/
+4
2024-04-27
io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failure
Alexey Izbyshev
1
-8
/
+8
2024-04-13
io_uring: clear opcode specific data for an early failure
Jens Axboe
1
-9
/
+16
2024-03-26
io_uring: drop any code related to SCM_RIGHTS
Jens Axboe
1
-29
/
+2
2024-03-26
io_uring/unix: drop usage of io_uring socket
Jens Axboe
1
-13
/
+0
2023-12-13
io_uring: fix mutex_unlock with unreferenced ctx
Pavel Begunkov
1
-6
/
+3
2023-09-19
io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is used
Pavel Begunkov
1
-11
/
+18
2023-09-19
io_uring: break out of iowq iopoll on teardown
Pavel Begunkov
1
-0
/
+2
2023-09-13
io_uring: break iopolling on signal
Pavel Begunkov
1
-0
/
+3
2023-09-13
io_uring: fix drain stalls by invalid SQE
Pavel Begunkov
1
-0
/
+2
2023-09-02
io_uring/parisc: Adjust pgoff in io_uring mmap() for parisc
Helge Deller
1
-0
/
+46
2023-08-11
io_uring: gate iowait schedule on having pending requests
Jens Axboe
1
-6
/
+17
2023-08-03
io_uring: don't audit the capability check in io_uring_create()
Ondrej Mosnacek
1
-1
/
+1
2023-07-27
io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wq
Jens Axboe
1
-0
/
+8
2023-07-19
io_uring: Use io_schedule* in cqring wait
Andres Freund
1
-3
/
+12
2023-07-19
io_uring: wait interruptibly for request completions on exit
Jens Axboe
1
-2
/
+18
2023-04-13
io_uring: fix memory leak when removing provided buffers
Wojciech Lukowicz
1
-1
/
+1
2023-03-10
io_uring: fix fget leak when fs don't support nowait buffered read
Joseph Qi
1
-1
/
+1
2023-03-10
io_uring: add reschedule point to handle_tw_list()
Jens Axboe
1
-1
/
+7
2023-03-10
io_uring: add a conditional reschedule to the IOPOLL cancelation loop
Jens Axboe
1
-0
/
+1
2023-03-10
io_uring: use user visible tail in io_uring_poll()
Pavel Begunkov
1
-1
/
+1
2023-02-01
io_uring: always prep_async for drain requests
Dylan Yudaken
1
-10
/
+8
2023-02-01
io_uring: inline __io_req_complete_put()
Pavel Begunkov
1
-13
/
+7
2023-02-01
io_uring: remove io_req_tw_post_queue
Pavel Begunkov
1
-12
/
+0
2023-02-01
io_uring: hold locks for io_req_complete_failed
Pavel Begunkov
1
-1
/
+5
2023-02-01
io_uring: inline __io_req_complete_post()
Pavel Begunkov
1
-8
/
+3
2023-02-01
io_uring: inline io_req_task_work_add()
Pavel Begunkov
1
-6
/
+1
2023-01-12
io_uring: fix CQ waiting timeout handling
Pavel Begunkov
1
-3
/
+3
[next]