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: fix poll_remove stalled req completion
Pavel Begunkov
2024-03-26
1
-2
/
+2
*
io_uring: Fix release of pinned pages when __io_uaddr_map fails
Gabriel Krisman Bertazi
2024-03-26
1
-9
/
+13
*
io_uring: don't save/restore iowait state
Jens Axboe
2024-03-26
1
-3
/
+2
*
io_uring/net: correct the type of variable
Muhammad Usama Anjum
2024-03-26
1
-1
/
+1
*
io_uring/net: fix overflow check in io_recvmsg_mshot_prep()
Dan Carpenter
2024-03-26
1
-2
/
+2
*
io_uring/net: move receive multishot out of the generic msghdr path
Jens Axboe
2024-03-26
1
-70
/
+91
*
io_uring/net: unify how recvmsg and sendmsg copy in the msghdr
Jens Axboe
2024-03-26
1
-129
/
+142
*
io_uring: remove unconditional looping in local task_work handling
Jens Axboe
2024-03-26
1
-15
/
+29
*
io_uring: remove looping around handling traditional task_work
Jens Axboe
2024-03-26
1
-38
/
+7
*
io_uring: drop any code related to SCM_RIGHTS
Jens Axboe
2024-03-26
4
-217
/
+10
*
io_uring/unix: drop usage of io_uring socket
Jens Axboe
2024-03-26
2
-14
/
+0
*
io_uring/net: fix multishot accept overflow handling
Jens Axboe
2024-02-23
1
-2
/
+3
*
io_uring/net: limit inline multishot retries
Jens Axboe
2024-02-16
1
-3
/
+20
*
io_uring/poll: add requeue return code from poll multishot handling
Jens Axboe
2024-02-16
2
-1
/
+15
*
io_uring/rw: ensure poll based multishot read retries appropriately
Jens Axboe
2024-02-16
2
-1
/
+18
*
io_uring/net: un-indent mshot retry path in io_recv_finish()
Jens Axboe
2024-02-16
1
-16
/
+20
*
io_uring/poll: move poll execution helpers higher up
Jens Axboe
2024-02-16
1
-20
/
+20
*
io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL and buffers
Jens Axboe
2024-02-16
1
-0
/
+1
*
io_uring: adjust defer tw counting
Pavel Begunkov
2024-01-25
1
-1
/
+1
*
io_uring: ensure local task_work is run on wait timeout
Jens Axboe
2024-01-25
1
-2
/
+12
*
io_uring/rw: ensure io->bytes_done is always initialized
Jens Axboe
2024-01-25
1
-3
/
+7
*
io_uring: don't check iopoll if request completes
Pavel Begunkov
2024-01-25
1
-1
/
+5
*
io_uring/cmd: fix breakage in SOCKET_URING_OP_SIOC* implementation
Al Viro
2023-12-14
1
-1
/
+1
*
io_uring/poll: don't enable lazy wake for POLLEXCLUSIVE
Jens Axboe
2023-12-13
1
-3
/
+17
*
io_uring/af_unix: disable sending io_uring over sockets
Pavel Begunkov
2023-12-07
1
-7
/
+0
*
io_uring/kbuf: check for buffer list readiness after NULL check
Jens Axboe
2023-12-05
1
-2
/
+2
*
io_uring/kbuf: Fix an NULL vs IS_ERR() bug in io_alloc_pbuf_ring()
Dan Carpenter
2023-12-05
1
-2
/
+2
*
io_uring: fix mutex_unlock with unreferenced ctx
Pavel Begunkov
2023-12-03
1
-6
/
+3
*
io_uring: use fget/fput consistently
Jens Axboe
2023-11-28
2
-23
/
+24
*
io_uring: free io_buffer_list entries via RCU
Jens Axboe
2023-11-28
3
-15
/
+56
*
io_uring/kbuf: prune deferred locked cache when tearing down
Jens Axboe
2023-11-28
1
-0
/
+8
*
io_uring/kbuf: recycle freed mapped buffer ring entries
Jens Axboe
2023-11-28
1
-11
/
+66
*
io_uring/kbuf: defer release of mapped buffer rings
Jens Axboe
2023-11-28
3
-5
/
+43
*
io_uring: enable io_mem_alloc/free to be used in other parts
Jens Axboe
2023-11-27
2
-2
/
+5
*
io_uring: don't guard IORING_OFF_PBUF_RING with SETUP_NO_MMAP
Jens Axboe
2023-11-27
1
-4
/
+6
*
io_uring: don't allow discontig pages for IORING_SETUP_NO_MMAP
Jens Axboe
2023-11-27
1
-18
/
+21
*
io_uring: fix off-by one bvec index
Keith Busch
2023-11-20
1
-1
/
+1
*
io_uring/fs: consider link->flags when getting path for LINKAT
Charles Mirabile
2023-11-20
1
-1
/
+1
*
io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrieval
Jens Axboe
2023-11-15
2
-9
/
+12
*
io_uring: do not clamp read length for multishot read
Dylan Yudaken
2023-11-06
1
-1
/
+8
*
io_uring: do not allow multishot read to set addr or len
Dylan Yudaken
2023-11-06
1
-0
/
+4
*
io_uring: indicate if io_kbuf_recycle did recycle anything
Dylan Yudaken
2023-11-06
2
-8
/
+11
*
io_uring/rw: add separate prep handler for fixed read/write
Jens Axboe
2023-11-06
3
-14
/
+21
*
io_uring/rw: add separate prep handler for readv/writev
Jens Axboe
2023-11-06
3
-9
/
+18
*
io_uring/net: ensure socket is marked connected on connect retry
Jens Axboe
2023-11-03
1
-13
/
+11
*
io_uring/rw: don't attempt to allocate async data if opcode doesn't need it
Jens Axboe
2023-11-03
1
-0
/
+7
*
Merge tag 'io_uring-futex-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
2023-11-01
7
-0
/
+473
|
\
|
*
io_uring: add support for vectored futex waits
Jens Axboe
2023-09-29
3
-9
/
+173
|
*
io_uring: add support for futex wake and wait
Jens Axboe
2023-09-29
7
-0
/
+309
*
|
Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
2023-11-01
1
-0
/
+53
|
\
\
[next]