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-10-22
io_uring/sqpoll: close race on waiting for sqring entries
Jens Axboe
1
-1
/
+8
2024-10-22
io_uring/sqpoll: do not put cpumask on stack
Felix Moessbauer
1
-3
/
+10
2024-10-22
io_uring/sqpoll: retain test for whether the CPU is valid
Jens Axboe
1
-0
/
+2
2024-10-22
io_uring/sqpoll: do not allow pinning outside of cpuset
Felix Moessbauer
1
-1
/
+4
2024-08-19
io_uring/io-wq: limit retrying worker initialisation
Pavel Begunkov
1
-3
/
+7
2024-08-19
io_uring: tighten task exit cancellations
Pavel Begunkov
1
-1
/
+4
2024-06-16
io_uring: fail NOP if non-zero op flags is passed in
Ming Lei
1
-0
/
+2
2024-04-10
io_uring: ensure '0' is returned on file registration success
Jens Axboe
1
-1
/
+1
2024-03-26
io_uring: don't save/restore iowait state
Jens Axboe
1
-3
/
+2
2024-03-26
io_uring: drop any code related to SCM_RIGHTS
Jens Axboe
1
-208
/
+3
2024-03-26
io_uring/unix: drop usage of io_uring socket
Jens Axboe
1
-13
/
+5
2024-01-25
io_uring/rw: ensure io->bytes_done is always initialized
Jens Axboe
1
-3
/
+6
2023-12-13
io_uring/af_unix: disable sending io_uring over sockets
Pavel Begunkov
1
-55
/
+0
2023-12-13
io_uring: fix mutex_unlock with unreferenced ctx
Pavel Begunkov
1
-6
/
+3
2023-12-03
io_uring: fix off-by one bvec index
Keith Busch
1
-1
/
+1
2023-12-03
io_uring/fs: consider link->flags when getting path for LINKAT
Charles Mirabile
1
-1
/
+1
2023-11-28
io_uring/fdinfo: lock SQ thread while retrieving thread cpu/pid
Jens Axboe
1
-6
/
+12
2023-10-06
io_uring/fs: remove sqe->rw_flags checking from LINKAT
Jens Axboe
1
-1
/
+1
2023-09-19
io_uring: break iopolling on signal
Pavel Begunkov
1
-0
/
+5
2023-09-19
io_uring: break out of iowq iopoll on teardown
Pavel Begunkov
3
-1
/
+13
2023-09-19
io_uring: always lock in io_apoll_task_func
Pavel Begunkov
1
-0
/
+1
2023-09-19
io_uring: fix drain stalls by invalid SQE
Pavel Begunkov
1
-0
/
+2
2023-08-16
io_uring: correct check for O_TMPFILE
Aleksa Sarai
1
-2
/
+4
2023-08-11
io_uring: gate iowait schedule on having pending requests
Jens Axboe
1
-6
/
+17
2023-08-03
io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wq
Jens Axboe
1
-0
/
+8
2023-08-03
io_uring: don't audit the capability check in io_uring_create()
Ondrej Mosnacek
1
-1
/
+1
2023-07-23
io_uring: add reschedule point to handle_tw_list()
Jens Axboe
1
-2
/
+5
2023-07-23
io_uring: Use io_schedule* in cqring wait
Andres Freund
1
-3
/
+11
2023-07-23
io_uring: wait interruptibly for request completions on exit
Jens Axboe
1
-2
/
+18
2023-07-23
io_uring: ensure IOPOLL locks around deferred work
Jens Axboe
1
-4
/
+21
2023-06-28
io_uring/net: disable partial retries for recvmsg with cmsg
Jens Axboe
1
-1
/
+1
2023-06-28
io_uring/net: clear msg_controllen on partial sendmsg retry
Jens Axboe
1
-0
/
+2
2023-06-28
io_uring/net: save msghdr->msg_control for retries
Jens Axboe
1
-1
/
+10
2023-06-21
io_uring: hold uring mutex around poll removal
Jens Axboe
1
-0
/
+3
2023-03-22
io_uring: avoid null-ptr-deref in io_arm_poll_handler
Fedor Pchelkin
1
-2
/
+2
2023-03-10
io_uring/poll: allow some retries for poll triggering spuriously
Jens Axboe
1
-2
/
+14
2023-03-10
io_uring: remove MSG_NOSIGNAL from recvmsg
David Lamparter
1
-1
/
+1
2023-03-10
io_uring/rsrc: disallow multi-source reg buffers
Pavel Begunkov
1
-5
/
+8
2023-03-10
io_uring: add a conditional reschedule to the IOPOLL cancelation loop
Jens Axboe
1
-0
/
+1
2023-03-10
io_uring: mark task TASK_RUNNING before handling resume/task work
Jens Axboe
1
-1
/
+3
2023-03-10
io_uring: handle TIF_NOTIFY_RESUME when checking for task_work
Jens Axboe
1
-0
/
+7
2023-03-03
io_uring: ensure that io_init_req() passes in the right issue_flags
Jens Axboe
1
-1
/
+2
2023-03-03
io_uring: add missing lock in io_get_file_fixed
Bing-Jhong Billy Jheng
1
-9
/
+16
2023-01-24
io_uring/rw: remove leftover debug statement
Jens Axboe
1
-2
/
+0
2023-01-24
io_uring/rw: ensure kiocb_end_write() is always called
Jens Axboe
1
-20
/
+37
2023-01-24
io_uring: fix double poll leak on repolling
Pavel Begunkov
1
-2
/
+4
2023-01-24
io_uring: Clean up a false-positive warning from GCC 9.3.0
Alviro Iskandar Setiawan
1
-1
/
+1
2023-01-24
io_uring/net: fix fast_iov assignment in io_setup_async_msg()
Stefan Metzmacher
1
-2
/
+4
2023-01-24
io_uring: io_kiocb_update_pos() should not touch file for non -1 offset
Jens Axboe
1
-11
/
+10
2023-01-24
io_uring/rw: defer fsnotify calls to task context
Jens Axboe
1
-7
/
+15
[next]