index
:
linux.git
cached
cdir_v2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
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
2025-03-28
io_uring/net: fix sendzc double notif flush
Pavel Begunkov
1
-0
/
+2
2025-03-28
io_uring/net: don't clear REQ_F_NEED_CLEANUP unconditionally
Jens Axboe
1
-2
/
+1
2025-03-22
io-wq: backoff when retrying worker creation
Uday Shankar
1
-5
/
+18
2025-03-22
futex: Pass in task to futex_queue()
Jens Axboe
1
-1
/
+1
2025-03-07
io_uring/net: save msg_control for compat
Pavel Begunkov
1
-1
/
+3
2025-02-27
io_uring: prevent opcode speculation
Pavel Begunkov
1
-0
/
+2
2025-02-27
io_uring/rw: forbid multishot async reads
Pavel Begunkov
1
-2
/
+11
2025-02-21
io_uring/kbuf: reallocate buf lists on upgrade
Pavel Begunkov
1
-4
/
+11
2025-02-21
io_uring/uring_cmd: remove dead req_has_async_data() check
Jens Axboe
1
-3
/
+0
2025-02-21
io_uring/waitid: don't abuse io_tw_state
Pavel Begunkov
1
-2
/
+2
2025-02-17
io_uring/net: don't retry connect operation on EPOLLERR
Jens Axboe
2
-0
/
+7
2025-02-17
io_uring: fix multishots with selected buffers
Pavel Begunkov
1
-0
/
+2
2025-02-08
io_uring/uring_cmd: use cached cmd_op in io_uring_cmd_sock()
Jens Axboe
1
-1
/
+1
2025-02-01
io_uring/rsrc: require cloned buffers to share accounting contexts
Jann Horn
1
-0
/
+7
2025-01-17
io_uring: don't touch sqd->thread off tw add
Pavel Begunkov
1
-4
/
+1
2025-01-17
io_uring/eventfd: ensure io_eventfd_signal() defers another RCU period
Jens Axboe
1
-1
/
+1
2025-01-17
io_uring/sqpoll: zero sqd->thread on tctx errors
Pavel Begunkov
1
-1
/
+5
2025-01-17
io_uring/timeout: fix multishot updates
Pavel Begunkov
1
-1
/
+3
2025-01-09
io_uring/rw: fix downgraded mshot read
Pavel Begunkov
1
-0
/
+2
2025-01-09
io_uring/kbuf: use pre-committed buffer address for non-pollable file
Jens Axboe
1
-1
/
+3
2025-01-09
io_uring/net: always initialize kmsg->msg.msg_inq upfront
Jens Axboe
1
-0
/
+1
2025-01-02
io_uring/sqpoll: fix sqpoll error handling races
Pavel Begunkov
1
-0
/
+6
2024-12-27
io_uring: check if iowq is killed before queuing
Pavel Begunkov
1
-1
/
+5
2024-12-27
io_uring: Fix registered ring file refcount leak
Jann Horn
1
-0
/
+1
2024-12-14
io_uring/tctx: work around xa_store() allocation error issue
Jens Axboe
1
-1
/
+12
2024-12-14
io_uring: Change res2 parameter type in io_uring_cmd_done
Bernd Schubert
1
-1
/
+1
2024-12-05
io_uring: check for overflows in io_pin_pages
Pavel Begunkov
1
-1
/
+6
2024-12-05
io_uring: fix corner case forgetting to vunmap
Pavel Begunkov
1
-1
/
+3
2024-10-31
io_uring/rw: fix missing NOWAIT check for O_DIRECT start write
Jens Axboe
1
-2
/
+21
2024-10-19
io_uring/rw: fix wrong NOWAIT check in io_rw_init_file()
Jens Axboe
1
-1
/
+1
2024-10-17
io_uring/sqpoll: ensure task state is TASK_RUNNING when running task_work
Jens Axboe
1
-0
/
+1
2024-10-16
io_uring/rsrc: ignore dummy_ubuf for buffer cloning
Jens Axboe
1
-1
/
+2
2024-10-15
io_uring/sqpoll: close race on waiting for sqring entries
Jens Axboe
1
-1
/
+8
2024-10-06
io_uring/rw: allow pollable non-blocking attempts for !FMODE_NOWAIT
Jens Axboe
1
-17
/
+16
2024-10-06
io_uring/rw: fix cflags posting for single issue multishot read
Jens Axboe
1
-7
/
+12
2024-09-30
io_uring/net: harden multishot termination case for recv
Jens Axboe
1
-1
/
+3
2024-09-24
io_uring: fix casts to io_req_flags_t
Min-Hua Chen
1
-1
/
+1
2024-09-24
io_uring: fix memory leak when cache init fail
Guixin Liu
1
-1
/
+4
2024-09-24
Merge tag 'for-6.12/io_uring-20240922' of git://git.kernel.dk/linux
Linus Torvalds
7
-32
/
+52
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-5
/
+5
2024-09-20
io_uring: check if we need to reschedule during overflow flush
Jens Axboe
1
-0
/
+15
2024-09-20
io_uring: improve request linking trace
Jens Axboe
1
-1
/
+1
2024-09-19
io_uring: check for presence of task_work rather than TIF_NOTIFY_SIGNAL
Jens Axboe
1
-2
/
+2
2024-09-18
Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
1
-6
/
+8
2024-09-16
io_uring/sqpoll: do the napi busy poll outside the submission block
Olivier Langlois
1
-3
/
+4
2024-09-16
io_uring: clean up a type in io_uring_register_get_file()
Dan Carpenter
2
-2
/
+2
2024-09-16
io_uring/sqpoll: do not put cpumask on stack
Felix Moessbauer
1
-3
/
+10
2024-09-16
Merge tag 'for-6.12/io_uring-discard-20240913' of git://git.kernel.dk/linux
Linus Torvalds
3
-0
/
+19
2024-09-16
Merge tag 'for-6.12/io_uring-20240913' of git://git.kernel.dk/linux
Linus Torvalds
17
-259
/
+666
2024-09-16
io_uring/sqpoll: retain test for whether the CPU is valid
Jens Axboe
1
-0
/
+2
[next]