index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io_uring
Commit message (
Expand
)
Author
Age
Files
Lines
*
io_uring: fail NOP if non-zero op flags is passed in
Ming Lei
2024-06-16
1
-0
/
+2
*
io_uring: ensure '0' is returned on file registration success
Jens Axboe
2024-04-13
1
-1
/
+1
*
io_uring: don't save/restore iowait state
Jens Axboe
2024-03-26
1
-3
/
+2
*
io_uring: drop any code related to SCM_RIGHTS
Jens Axboe
2024-03-26
1
-208
/
+3
*
io_uring/unix: drop usage of io_uring socket
Jens Axboe
2024-03-26
1
-13
/
+5
*
io_uring/rw: ensure io->bytes_done is always initialized
Jens Axboe
2024-01-25
1
-3
/
+6
*
io_uring/af_unix: disable sending io_uring over sockets
Pavel Begunkov
2023-12-13
1
-55
/
+0
*
io_uring: fix off-by one bvec index
Keith Busch
2023-12-08
1
-1
/
+1
*
io_uring/fdinfo: lock SQ thread while retrieving thread cpu/pid
Jens Axboe
2023-11-28
1
-6
/
+12
*
io_uring: break iopolling on signal
Pavel Begunkov
2023-09-19
1
-0
/
+5
*
io_uring: break out of iowq iopoll on teardown
Pavel Begunkov
2023-09-19
3
-1
/
+13
*
io_uring: always lock in io_apoll_task_func
Pavel Begunkov
2023-09-19
1
-0
/
+1
*
io_uring: correct check for O_TMPFILE
Aleksa Sarai
2023-08-16
1
-2
/
+4
*
io_uring: gate iowait schedule on having pending requests
Jens Axboe
2023-08-11
1
-6
/
+17
*
io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wq
Jens Axboe
2023-08-11
1
-0
/
+8
*
io_uring: don't audit the capability check in io_uring_create()
Ondrej Mosnacek
2023-08-11
1
-1
/
+1
*
io_uring: add reschedule point to handle_tw_list()
Jens Axboe
2023-07-27
1
-2
/
+5
*
io_uring: Use io_schedule* in cqring wait
Andres Freund
2023-07-27
1
-3
/
+11
*
io_uring: wait interruptibly for request completions on exit
Jens Axboe
2023-07-27
1
-2
/
+18
*
io_uring: ensure IOPOLL locks around deferred work
Jens Axboe
2023-07-27
1
-4
/
+21
*
io_uring/net: disable partial retries for recvmsg with cmsg
Jens Axboe
2023-06-28
1
-1
/
+1
*
io_uring/net: clear msg_controllen on partial sendmsg retry
Jens Axboe
2023-06-28
1
-0
/
+2
*
io_uring/net: save msghdr->msg_control for retries
Jens Axboe
2023-06-28
1
-1
/
+10
*
io_uring: hold uring mutex around poll removal
Jens Axboe
2023-06-21
1
-0
/
+3
*
io_uring: avoid null-ptr-deref in io_arm_poll_handler
Fedor Pchelkin
2023-03-22
1
-2
/
+2
*
io_uring/poll: allow some retries for poll triggering spuriously
Jens Axboe
2023-03-11
1
-2
/
+14
*
io_uring: remove MSG_NOSIGNAL from recvmsg
David Lamparter
2023-03-11
1
-1
/
+1
*
io_uring/rsrc: disallow multi-source reg buffers
Pavel Begunkov
2023-03-11
1
-5
/
+8
*
io_uring: add a conditional reschedule to the IOPOLL cancelation loop
Jens Axboe
2023-03-11
1
-0
/
+1
*
io_uring: mark task TASK_RUNNING before handling resume/task work
Jens Axboe
2023-03-11
1
-1
/
+3
*
io_uring: handle TIF_NOTIFY_RESUME when checking for task_work
Jens Axboe
2023-03-11
1
-0
/
+7
*
io_uring: ensure that io_init_req() passes in the right issue_flags
Jens Axboe
2023-03-03
1
-1
/
+2
*
io_uring: add missing lock in io_get_file_fixed
Bing-Jhong Billy Jheng
2023-03-03
1
-9
/
+16
*
io_uring/rw: remove leftover debug statement
Jens Axboe
2023-01-24
1
-2
/
+0
*
io_uring/rw: ensure kiocb_end_write() is always called
Jens Axboe
2023-01-24
1
-20
/
+37
*
io_uring: fix double poll leak on repolling
Pavel Begunkov
2023-01-24
1
-2
/
+4
*
io_uring: Clean up a false-positive warning from GCC 9.3.0
Alviro Iskandar Setiawan
2023-01-24
1
-1
/
+1
*
io_uring/net: fix fast_iov assignment in io_setup_async_msg()
Stefan Metzmacher
2023-01-24
1
-2
/
+4
*
io_uring: io_kiocb_update_pos() should not touch file for non -1 offset
Jens Axboe
2023-01-24
1
-11
/
+10
*
io_uring/rw: defer fsnotify calls to task context
Jens Axboe
2023-01-24
1
-7
/
+15
*
io_uring: do not recalculate ppos unnecessarily
Dylan Yudaken
2023-01-24
1
-6
/
+12
*
io_uring: update kiocb->ki_pos at execution time
Dylan Yudaken
2023-01-24
1
-8
/
+18
*
io_uring: remove duplicated calls to io_kiocb_ppos
Dylan Yudaken
2023-01-24
1
-2
/
+5
*
io_uring: ensure that cached task references are always put on exit
Jens Axboe
2023-01-24
1
-0
/
+4
*
io_uring: fix CQ waiting timeout handling
Pavel Begunkov
2023-01-24
1
-3
/
+3
*
io_uring: lock overflowing for IOPOLL
Pavel Begunkov
2023-01-24
1
-2
/
+16
*
io_uring: check for valid register opcode earlier
Jens Axboe
2023-01-24
1
-2
/
+3
*
io_uring: fix async accept on O_NONBLOCK sockets
Dylan Yudaken
2023-01-24
1
-3
/
+2
*
io_uring: allow re-poll if we made progress
Jens Axboe
2023-01-24
1
-2
/
+5
*
io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)
Jens Axboe
2023-01-24
1
-7
/
+29
[next]