index
:
linux.git
cached
cdir_v2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2
-16
/
+119
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-03-07
io_uring/net: save msg_control for compat
Pavel Begunkov
1
-1
/
+3
2025-02-21
io_uring/rw: commit provided buffer state on async
Pavel Begunkov
1
-0
/
+10
2025-02-21
io_uring: fix io_req_prep_async with provided buffers
Pavel Begunkov
1
-1
/
+4
2025-02-21
io_uring: fix multishots with selected buffers
Pavel Begunkov
1
-0
/
+2
2025-02-21
io_uring/net: don't retry connect operation on EPOLLERR
Jens Axboe
2
-0
/
+7
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
2025-01-02
io_uring/sqpoll: fix sqpoll error handling races
Pavel Begunkov
1
-0
/
+6
2024-12-27
io_uring/rw: avoid punting to io-wq directly
Pavel Begunkov
3
-11
/
+4
2024-12-27
io_uring/rw: treat -EOPNOTSUPP for IOCB_NOWAIT like -EAGAIN
Jens Axboe
1
-0
/
+8
2024-12-27
io_uring/rw: split io_read() into a helper
Jens Axboe
1
-2
/
+13
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-12-14
io_uring/tctx: work around xa_store() allocation error issue
Jens Axboe
1
-1
/
+12
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-11-08
io_uring/rw: fix missing NOWAIT check for O_DIRECT start write
Jens Axboe
1
-2
/
+21
2024-11-08
io_uring: use kiocb_{start,end}_write() helpers
Amir Goldstein
1
-19
/
+4
2024-11-08
io_uring: rename kiocb_end_write() local helper
Amir Goldstein
1
-5
/
+5
2024-10-22
io_uring/sqpoll: close race on waiting for sqring entries
Jens Axboe
1
-1
/
+8
2024-10-17
io_uring: check if we need to reschedule during overflow flush
Jens Axboe
1
-0
/
+15
2024-10-17
io_uring/net: harden multishot termination case for recv
Jens Axboe
1
-1
/
+3
2024-10-17
io_uring/sqpoll: do not put cpumask on stack
Felix Moessbauer
1
-3
/
+10
2024-10-17
io_uring/sqpoll: retain test for whether the CPU is valid
Jens Axboe
1
-0
/
+2
2024-10-17
io_uring/io-wq: inherit cpuset of cgroup in io worker
Felix Moessbauer
1
-1
/
+7
2024-10-17
io_uring/io-wq: do not allow pinning outside of cpuset
Felix Moessbauer
1
-6
/
+19
2024-10-17
io_uring/sqpoll: do not allow pinning outside of cpuset
Felix Moessbauer
1
-1
/
+4
2024-09-12
io_uring/sqpoll: Do not set PF_NO_SETAFFINITY on sqpoll threads
Michal Koutný
1
-1
/
+0
2024-09-12
io_uring/io-wq: stop setting PF_NO_SETAFFINITY on io-wq workers
Jens Axboe
1
-5
/
+11
2024-08-03
io_uring: fix io_match_task must_hold
Pavel Begunkov
1
-1
/
+1
2024-08-03
io_uring/io-wq: limit retrying worker initialisation
Pavel Begunkov
1
-3
/
+7
2024-08-03
io_uring: tighten task exit cancellations
Pavel Begunkov
1
-1
/
+4
2024-06-27
io_uring/sqpoll: work around a potential audit memory leak
Jens Axboe
1
-0
/
+8
2024-06-21
io_uring: check for non-NULL file pointer in io_file_can_poll()
Jens Axboe
1
-1
/
+2
2024-06-12
io_uring: use the right type for work_llist empty check
Jens Axboe
1
-1
/
+1
2024-06-12
io_uring: don't use TIF_NOTIFY_SIGNAL to test for availability of task_work
Jens Axboe
1
-2
/
+1
2024-06-12
io_uring: fail NOP if non-zero op flags is passed in
Ming Lei
1
-0
/
+2
2024-04-27
io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failure
Alexey Izbyshev
1
-8
/
+8
2024-04-17
io_uring/net: restore msg_control on sendzc retry
Pavel Begunkov
1
-0
/
+1
2024-04-13
io_uring: clear opcode specific data for an early failure
Jens Axboe
1
-9
/
+16
2024-04-03
io_uring/net: correctly handle multishot recvmsg retry setup
Jens Axboe
1
-1
/
+2
2024-03-26
io_uring/net: correct the type of variable
Muhammad Usama Anjum
1
-1
/
+1
2024-03-26
io_uring/net: fix overflow check in io_recvmsg_mshot_prep()
Dan Carpenter
1
-2
/
+2
2024-03-26
io_uring/net: move receive multishot out of the generic msghdr path
Jens Axboe
1
-70
/
+91
[next]