index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
Age
Commit message (
Expand
)
Author
2024-04-13
io_uring: clear opcode specific data for an early failure
Jens Axboe
2024-04-03
io_uring/net: correctly handle multishot recvmsg retry setup
Jens Axboe
2024-03-26
io_uring/net: correct the type of variable
Muhammad Usama Anjum
2024-03-26
io_uring/net: fix overflow check in io_recvmsg_mshot_prep()
Dan Carpenter
2024-03-26
io_uring/net: move receive multishot out of the generic msghdr path
Jens Axboe
2024-03-26
io_uring/net: unify how recvmsg and sendmsg copy in the msghdr
Jens Axboe
2024-03-26
io_uring: drop any code related to SCM_RIGHTS
Jens Axboe
2024-03-26
io_uring/unix: drop usage of io_uring socket
Jens Axboe
2024-02-23
io_uring/net: fix multishot accept overflow handling
Jens Axboe
2024-02-16
io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL and buffers
Jens Axboe
2024-01-25
io_uring/rw: ensure io->bytes_done is always initialized
Jens Axboe
2024-01-10
net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
David Howells
2023-12-13
io_uring: fix mutex_unlock with unreferenced ctx
Pavel Begunkov
2023-12-13
io_uring/af_unix: disable sending io_uring over sockets
Pavel Begunkov
2023-12-03
io_uring: fix off-by one bvec index
Keith Busch
2023-12-03
io_uring/fs: consider link->flags when getting path for LINKAT
Charles Mirabile
2023-11-20
io_uring/net: ensure socket is marked connected on connect retry
Jens Axboe
2023-11-20
io_uring/kbuf: Allow the full buffer id space for provided buffers
Gabriel Krisman Bertazi
2023-11-20
io_uring/kbuf: Fix check of BID wrapping in provided buffers
Gabriel Krisman Bertazi
2023-11-08
io_uring: kiocb_done() should *not* trust ->ki_pos if ->{read,write}_iter() f...
Al Viro
2023-11-02
io_uring/fdinfo: lock SQ thread while retrieving thread cpu/pid
Jens Axboe
2023-10-06
io_uring/fs: remove sqe->rw_flags checking from LINKAT
Jens Axboe
2023-09-23
io_uring/net: fix iter retargeting for selected buf
Pavel Begunkov
2023-09-19
io_uring: Don't set affinity on a dying sqpoll thread
Pavel Begunkov
2023-09-19
io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is used
Pavel Begunkov
2023-09-19
io_uring: break out of iowq iopoll on teardown
Pavel Begunkov
2023-09-19
io_uring/net: don't overflow multishot accept
Pavel Begunkov
2023-09-19
io_uring: revert "io_uring fix multishot accept ordering"
Pavel Begunkov
2023-09-19
io_uring: always lock in io_apoll_task_func
Pavel Begunkov
2023-09-13
io_uring: break iopolling on signal
Pavel Begunkov
2023-09-13
io_uring: fix drain stalls by invalid SQE
Pavel Begunkov
2023-09-02
io_uring/parisc: Adjust pgoff in io_uring mmap() for parisc
Helge Deller
2023-08-30
io_uring/msg_ring: fix missing lock on overflow for IOPOLL
Jens Axboe
2023-08-30
io_uring/msg_ring: move double lock/unlock helpers higher up
Jens Axboe
2023-08-30
io_uring: extract a io_msg_install_complete helper
Pavel Begunkov
2023-08-30
io_uring: get rid of double locking
Pavel Begunkov
2023-08-16
io_uring: correct check for O_TMPFILE
Aleksa Sarai
2023-08-11
io_uring: annotate offset timeout races
Pavel Begunkov
2023-08-11
io_uring: gate iowait schedule on having pending requests
Jens Axboe
2023-08-03
io_uring: don't audit the capability check in io_uring_create()
Ondrej Mosnacek
2023-07-27
io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wq
Jens Axboe
2023-07-19
io_uring: Use io_schedule* in cqring wait
Andres Freund
2023-07-19
io_uring: wait interruptibly for request completions on exit
Jens Axboe
2023-06-28
io_uring/net: use the correct msghdr union member in io_sendmsg_copy_hdr
Jens Axboe
2023-06-28
io_uring/poll: serialize poll linked timer start with poll removal
Jens Axboe
2023-06-28
io_uring/net: disable partial retries for recvmsg with cmsg
Jens Axboe
2023-06-28
io_uring/net: clear msg_controllen on partial sendmsg retry
Jens Axboe
2023-06-21
io_uring/net: save msghdr->msg_control for retries
Jens Axboe
2023-06-21
io_uring: unlock sqd->lock before sq thread release CPU
Wenwen Chen
2023-06-09
io_uring: undeprecate epoll_ctl support
Ben Noordhuis
[next]