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
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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2024-03-26
io_uring/net: unify how recvmsg and sendmsg copy in the msghdr
Jens Axboe
1
-129
/
+142
2024-03-26
io_uring: drop any code related to SCM_RIGHTS
Jens Axboe
4
-199
/
+8
2024-03-26
io_uring/unix: drop usage of io_uring socket
Jens Axboe
2
-14
/
+0
2024-02-23
io_uring/net: fix multishot accept overflow handling
Jens Axboe
1
-2
/
+3
2024-02-16
io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL and buffers
Jens Axboe
1
-0
/
+1
2024-01-25
io_uring/rw: ensure io->bytes_done is always initialized
Jens Axboe
1
-3
/
+7
2024-01-10
net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
David Howells
1
-0
/
+2
2023-12-13
io_uring: fix mutex_unlock with unreferenced ctx
Pavel Begunkov
1
-6
/
+3
2023-12-13
io_uring/af_unix: disable sending io_uring over sockets
Pavel Begunkov
1
-7
/
+0
2023-12-03
io_uring: fix off-by one bvec index
Keith Busch
1
-1
/
+1
2023-12-03
io_uring/fs: consider link->flags when getting path for LINKAT
Charles Mirabile
1
-1
/
+1
2023-11-20
io_uring/net: ensure socket is marked connected on connect retry
Jens Axboe
1
-13
/
+11
2023-11-20
io_uring/kbuf: Allow the full buffer id space for provided buffers
Gabriel Krisman Bertazi
1
-4
/
+7
2023-11-20
io_uring/kbuf: Fix check of BID wrapping in provided buffers
Gabriel Krisman Bertazi
1
-1
/
+1
2023-11-08
io_uring: kiocb_done() should *not* trust ->ki_pos if ->{read,write}_iter() f...
Al Viro
1
-1
/
+1
2023-11-02
io_uring/fdinfo: lock SQ thread while retrieving thread cpu/pid
Jens Axboe
1
-6
/
+12
2023-10-06
io_uring/fs: remove sqe->rw_flags checking from LINKAT
Jens Axboe
1
-1
/
+1
2023-09-23
io_uring/net: fix iter retargeting for selected buf
Pavel Begunkov
1
-0
/
+5
2023-09-19
io_uring: Don't set affinity on a dying sqpoll thread
Pavel Begunkov
1
-1
/
+3
2023-09-19
io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is used
Pavel Begunkov
5
-14
/
+40
2023-09-19
io_uring: break out of iowq iopoll on teardown
Pavel Begunkov
3
-0
/
+13
2023-09-19
io_uring/net: don't overflow multishot accept
Pavel Begunkov
1
-1
/
+1
2023-09-19
io_uring: revert "io_uring fix multishot accept ordering"
Pavel Begunkov
1
-4
/
+4
2023-09-19
io_uring: always lock in io_apoll_task_func
Pavel Begunkov
1
-1
/
+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-30
io_uring/msg_ring: fix missing lock on overflow for IOPOLL
Jens Axboe
1
-5
/
+15
2023-08-30
io_uring/msg_ring: move double lock/unlock helpers higher up
Jens Axboe
1
-24
/
+23
2023-08-30
io_uring: extract a io_msg_install_complete helper
Pavel Begunkov
1
-17
/
+21
2023-08-30
io_uring: get rid of double locking
Pavel Begunkov
3
-36
/
+51
2023-08-16
io_uring: correct check for O_TMPFILE
Aleksa Sarai
1
-2
/
+4
2023-08-11
io_uring: annotate offset timeout races
Pavel Begunkov
1
-1
/
+1
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
[next]