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: ensure '0' is returned on file registration success
Jens Axboe
2024-03-26
io_uring: don't save/restore iowait state
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-01-25
io_uring/rw: ensure io->bytes_done is always initialized
Jens Axboe
2023-12-13
io_uring/af_unix: disable sending io_uring over sockets
Pavel Begunkov
2023-12-08
io_uring: fix off-by one bvec index
Keith Busch
2023-11-28
io_uring/fdinfo: lock SQ thread while retrieving thread cpu/pid
Jens Axboe
2023-09-19
io_uring: break iopolling on signal
Pavel Begunkov
2023-09-19
io_uring: break out of iowq iopoll on teardown
Pavel Begunkov
2023-09-19
io_uring: always lock in io_apoll_task_func
Pavel Begunkov
2023-08-16
io_uring: correct check for O_TMPFILE
Aleksa Sarai
2023-08-11
io_uring: gate iowait schedule on having pending requests
Jens Axboe
2023-08-11
io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wq
Jens Axboe
2023-08-11
io_uring: don't audit the capability check in io_uring_create()
Ondrej Mosnacek
2023-07-27
io_uring: add reschedule point to handle_tw_list()
Jens Axboe
2023-07-27
io_uring: Use io_schedule* in cqring wait
Andres Freund
2023-07-27
io_uring: wait interruptibly for request completions on exit
Jens Axboe
2023-07-27
io_uring: ensure IOPOLL locks around deferred work
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-28
io_uring/net: save msghdr->msg_control for retries
Jens Axboe
2023-06-21
io_uring: hold uring mutex around poll removal
Jens Axboe
2023-03-22
io_uring: avoid null-ptr-deref in io_arm_poll_handler
Fedor Pchelkin
2023-03-11
io_uring/poll: allow some retries for poll triggering spuriously
Jens Axboe
2023-03-11
io_uring: remove MSG_NOSIGNAL from recvmsg
David Lamparter
2023-03-11
io_uring/rsrc: disallow multi-source reg buffers
Pavel Begunkov
2023-03-11
io_uring: add a conditional reschedule to the IOPOLL cancelation loop
Jens Axboe
2023-03-11
io_uring: mark task TASK_RUNNING before handling resume/task work
Jens Axboe
2023-03-11
io_uring: handle TIF_NOTIFY_RESUME when checking for task_work
Jens Axboe
2023-03-03
io_uring: ensure that io_init_req() passes in the right issue_flags
Jens Axboe
2023-03-03
io_uring: add missing lock in io_get_file_fixed
Bing-Jhong Billy Jheng
2023-01-24
io_uring/rw: remove leftover debug statement
Jens Axboe
2023-01-24
io_uring/rw: ensure kiocb_end_write() is always called
Jens Axboe
2023-01-24
io_uring: fix double poll leak on repolling
Pavel Begunkov
2023-01-24
io_uring: Clean up a false-positive warning from GCC 9.3.0
Alviro Iskandar Setiawan
2023-01-24
io_uring/net: fix fast_iov assignment in io_setup_async_msg()
Stefan Metzmacher
2023-01-24
io_uring: io_kiocb_update_pos() should not touch file for non -1 offset
Jens Axboe
2023-01-24
io_uring/rw: defer fsnotify calls to task context
Jens Axboe
2023-01-24
io_uring: do not recalculate ppos unnecessarily
Dylan Yudaken
2023-01-24
io_uring: update kiocb->ki_pos at execution time
Dylan Yudaken
2023-01-24
io_uring: remove duplicated calls to io_kiocb_ppos
Dylan Yudaken
2023-01-24
io_uring: ensure that cached task references are always put on exit
Jens Axboe
2023-01-24
io_uring: fix CQ waiting timeout handling
Pavel Begunkov
2023-01-24
io_uring: lock overflowing for IOPOLL
Pavel Begunkov
2023-01-24
io_uring: check for valid register opcode earlier
Jens Axboe
2023-01-24
io_uring: fix async accept on O_NONBLOCK sockets
Dylan Yudaken
2023-01-24
io_uring: allow re-poll if we made progress
Jens Axboe
2023-01-24
io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)
Jens Axboe
2023-01-24
io_uring: add flag for disabling provided buffer recycling
Jens Axboe
[next]