index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-10
1
-2
/
+14
*
io_uring: remove MSG_NOSIGNAL from recvmsg
David Lamparter
2023-03-10
1
-1
/
+1
*
io_uring/rsrc: disallow multi-source reg buffers
Pavel Begunkov
2023-03-10
1
-5
/
+8
*
io_uring: add a conditional reschedule to the IOPOLL cancelation loop
Jens Axboe
2023-03-10
1
-0
/
+1
*
io_uring: mark task TASK_RUNNING before handling resume/task work
Jens Axboe
2023-03-10
1
-1
/
+3
*
io_uring: handle TIF_NOTIFY_RESUME when checking for task_work
Jens Axboe
2023-03-10
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 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
*
io_uring: add flag for disabling provided buffer recycling
Jens Axboe
2023-01-24
1
-0
/
+5
*
io_uring: ensure recv and recvmsg handle MSG_WAITALL correctly
Jens Axboe
2023-01-24
1
-0
/
+28
*
io_uring: improve send/recv error handling
Pavel Begunkov
2023-01-24
1
-24
/
+31
*
io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeups
Jens Axboe
2023-01-24
1
-7
/
+20
*
io_uring: don't gate task_work run on TIF_NOTIFY_SIGNAL
Jens Axboe
2023-01-24
1
-1
/
+1
*
io_uring/io-wq: only free worker if it was allocated for creation
Jens Axboe
2023-01-18
1
-1
/
+6
*
io_uring/io-wq: free worker if task_work creation is canceled
Jens Axboe
2023-01-18
1
-0
/
+1
*
io_uring: lock overflowing for IOPOLL
Pavel Begunkov
2023-01-18
1
-2
/
+16
*
io_uring: Fix unsigned 'res' comparison with zero in io_fixup_rw_res()
Harshit Mogalapalli
2023-01-12
1
-1
/
+1
*
io_uring: fix CQ waiting timeout handling
Pavel Begunkov
2023-01-12
1
-3
/
+3
*
io_uring: check for valid register opcode earlier
Jens Axboe
2023-01-12
1
-2
/
+3
*
io_uring: Fix a null-ptr-deref in io_tctx_exit_cb()
Harshit Mogalapalli
2022-12-14
1
-1
/
+3
*
io_uring: move to separate directory
Jens Axboe
2022-12-14
4
-0
/
+12674