index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-03
io_uring: fix io_match_task must_hold
Pavel Begunkov
1
-1
/
+1
2024-08-03
io_uring: tighten task exit cancellations
Pavel Begunkov
1
-1
/
+4
2024-08-03
io_uring/io-wq: limit retrying worker initialisation
Pavel Begunkov
1
-3
/
+7
2024-06-27
io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed
Chenliang Li
1
-1
/
+0
2024-06-27
io_uring/sqpoll: work around a potential audit memory leak
Jens Axboe
1
-0
/
+8
2024-06-21
io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue()
Su Hui
1
-5
/
+5
2024-06-21
io_uring/io-wq: Use set_bit() and test_bit() at worker->flags
Breno Leitao
1
-23
/
+24
2024-06-21
io_uring: check for non-NULL file pointer in io_file_can_poll()
Jens Axboe
1
-1
/
+2
2024-06-21
io_uring/rsrc: don't lock while !TASK_RUNNING
Pavel Begunkov
1
-0
/
+1
2024-06-12
io-wq: write next_work before dropping acct_lock
Gabriel Krisman Bertazi
1
-5
/
+8
2024-06-12
io_uring: use the right type for work_llist empty check
Jens Axboe
1
-1
/
+1
2024-06-12
io_uring: fail NOP if non-zero op flags is passed in
Ming Lei
1
-0
/
+2
2024-04-27
io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failure
Alexey Izbyshev
1
-13
/
+13
2024-04-17
io_uring/net: restore msg_control on sendzc retry
Pavel Begunkov
1
-0
/
+1
2024-04-13
io_uring: clear opcode specific data for an early failure
Jens Axboe
1
-9
/
+16
2024-04-10
io_uring/kbuf: hold io_buffer_list reference over mmap
Jens Axboe
3
-14
/
+36
2024-04-10
io_uring: use private workqueue for exit work
Jens Axboe
1
-1
/
+4
2024-04-10
io_uring/kbuf: protect io_buffer_list teardown with a reference
Jens Axboe
2
-4
/
+13
2024-04-10
io_uring/kbuf: get rid of bl->is_ready
Jens Axboe
2
-10
/
+0
2024-04-10
io_uring/kbuf: get rid of lower BGID lists
Jens Axboe
2
-64
/
+8
2024-04-03
io_uring: clean rings on NO_MMAP alloc fail
Pavel Begunkov
1
-2
/
+3
2024-04-03
io_uring: fix mshot io-wq checks
Pavel Begunkov
1
-1
/
+1
2024-04-03
io_uring/net: correctly handle multishot recvmsg retry setup
Jens Axboe
1
-1
/
+2
2024-03-26
io_uring: fix poll_remove stalled req completion
Pavel Begunkov
1
-2
/
+2
2024-03-26
io_uring: Fix release of pinned pages when __io_uaddr_map fails
Gabriel Krisman Bertazi
1
-9
/
+13
2024-03-26
io_uring: don't save/restore iowait state
Jens Axboe
1
-3
/
+2
2024-03-26
io_uring/net: correct the type of variable
Muhammad Usama Anjum
1
-1
/
+1
2024-03-26
io_uring/net: fix overflow check in io_recvmsg_mshot_prep()
Dan Carpenter
1
-2
/
+2
2024-03-26
io_uring/net: move receive multishot out of the generic msghdr path
Jens Axboe
1
-70
/
+91
2024-03-26
io_uring/net: unify how recvmsg and sendmsg copy in the msghdr
Jens Axboe
1
-129
/
+142
2024-03-26
io_uring: remove unconditional looping in local task_work handling
Jens Axboe
1
-15
/
+29
2024-03-26
io_uring: remove looping around handling traditional task_work
Jens Axboe
1
-38
/
+7
2024-03-26
io_uring: drop any code related to SCM_RIGHTS
Jens Axboe
4
-217
/
+10
2024-03-26
io_uring/unix: drop usage of io_uring socket
Jens Axboe
2
-14
/
+0
2024-02-23
io_uring/net: fix multishot accept overflow handling
Jens Axboe
1
-2
/
+3
2024-02-16
io_uring/net: limit inline multishot retries
Jens Axboe
1
-3
/
+20
2024-02-16
io_uring/poll: add requeue return code from poll multishot handling
Jens Axboe
2
-1
/
+15
2024-02-16
io_uring/net: un-indent mshot retry path in io_recv_finish()
Jens Axboe
1
-16
/
+20
2024-02-16
io_uring/poll: move poll execution helpers higher up
Jens Axboe
1
-15
/
+15
2024-02-16
io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL and buffers
Jens Axboe
1
-0
/
+1
2024-01-25
io_uring: adjust defer tw counting
Pavel Begunkov
1
-1
/
+1
2024-01-25
io_uring: ensure local task_work is run on wait timeout
Jens Axboe
1
-2
/
+12
2024-01-25
io_uring/rw: ensure io->bytes_done is always initialized
Jens Axboe
1
-3
/
+7
2024-01-25
io_uring: don't check iopoll if request completes
Pavel Begunkov
1
-1
/
+5
2024-01-20
io_uring: use fget/fput consistently
Jens Axboe
2
-23
/
+24
2023-12-20
io_uring/cmd: fix breakage in SOCKET_URING_OP_SIOC* implementation
Al Viro
1
-1
/
+1
2023-12-13
io_uring: fix mutex_unlock with unreferenced ctx
Pavel Begunkov
1
-6
/
+3
2023-12-13
io_uring/af_unix: disable sending io_uring over sockets
Pavel Begunkov
1
-7
/
+0
2023-12-13
io_uring/kbuf: check for buffer list readiness after NULL check
Jens Axboe
1
-2
/
+2
2023-12-13
io_uring/kbuf: Fix an NULL vs IS_ERR() bug in io_alloc_pbuf_ring()
Dan Carpenter
1
-2
/
+2
[next]