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
compress-2025-01-21
compress-2025-01-23
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
39 hours
io_uring/cmd_net: use READ_ONCE() for ->addr3 read
Jens Axboe
1
-1
/
+1
10 days
io_uring/zcrx: fix user_ref race between scrub and refill paths
Kai Aizen
1
-3
/
+7
10 days
io_uring/cmd_net: fix too strict requirement on ioctl
Asbjørn Sloth Tønnesen
1
-3
/
+6
10 days
io_uring/zcrx: check unsupported flags on import
Pavel Begunkov
1
-0
/
+2
10 days
io_uring/zcrx: fix post open error handling
Pavel Begunkov
1
-6
/
+3
10 days
io_uring/zcrx: fix sgtable leak on mapping failures
Pavel Begunkov
1
-0
/
+3
10 days
io_uring/openclose: fix io_pipe_fixed() slot tracking for specific slots
Jens Axboe
1
-3
/
+6
10 days
io_uring/filetable: clamp alloc_hint to the configured alloc range
Jens Axboe
1
-0
/
+4
10 days
io_uring/net: don't continue send bundle if poll was required for retry
Jens Axboe
1
-1
/
+5
10 days
io_uring/timeout: annotate data race in io_flush_timeouts()
Jens Axboe
1
-1
/
+1
10 days
io_uring: add IORING_OP_URING_CMD128 to opcode checks
Caleb Sander Mateos
3
-3
/
+9
2026-02-26
io_uring/cancel: de-unionize file and user_data in struct io_cancel_data
Jens Axboe
1
-4
/
+2
2026-02-26
io_uring: delay sqarray static branch disablement
Pavel Begunkov
1
-4
/
+4
2026-02-26
io_uring/kbuf: fix memory leak if io_buffer_add_list fails
Jens Axboe
1
-2
/
+3
2026-02-26
io_uring/sync: validate passed in offset
Jens Axboe
1
-0
/
+2
2026-02-26
io_uring: use release-acquire ordering for IORING_SETUP_R_DISABLED
Caleb Sander Mateos
3
-4
/
+17
2026-02-16
io_uring: allow io-wq workers to exit when unused
Li Chen
1
-0
/
+11
2026-02-16
io_uring/io-wq: add exit-on-idle state
Li Chen
2
-2
/
+26
2026-02-05
Merge tag 'io_uring-6.19-20260205' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-8
/
+14
2026-02-03
io_uring/fdinfo: be a bit nicer when looping a lot of SQEs/CQEs
Jens Axboe
1
-3
/
+8
2026-02-03
io_uring/fdinfo: kill unnecessary newline feed in CQE32 printing
Jens Axboe
1
-1
/
+1
2026-02-02
io_uring/zcrx: fix rq flush locking
Pavel Begunkov
1
-4
/
+4
2026-02-02
io_uring/zcrx: fix page array leak
Pavel Begunkov
1
-0
/
+1
2026-01-23
Merge tag 'io_uring-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-8
/
+15
2026-01-20
io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loop
Jens Axboe
1
-1
/
+1
2026-01-19
io_uring/waitid: fix KCSAN warning on io_waitid->head
Jens Axboe
1
-3
/
+3
2026-01-19
io_uring/rw: free potentially allocated iovec on cache put failure
Jens Axboe
1
-4
/
+11
2026-01-16
Merge tag 'io_uring-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+4
2026-01-14
io_uring: move local task_work in exit cancel loop
Ming Lei
1
-4
/
+4
2026-01-09
Merge tag 'io_uring-6.19-20260109' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-7
/
+4
2026-01-05
io_uring/io-wq: remove io_wq_for_each_worker() return value
Jens Axboe
1
-6
/
+3
2026-01-05
io_uring/io-wq: fix incorrect io_wq_for_each_worker() termination logic
Jens Axboe
1
-3
/
+3
2026-01-02
Merge tag 'io_uring-6.19-20260102' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-10
/
+21
2026-01-01
io_uring/memmap: drop unused sz param in io_uring_validate_mmap_request()
Caleb Sander Mateos
1
-5
/
+4
2026-01-01
io_uring/tctx: add separate lock for list of tctx's in ctx
Jens Axboe
4
-4
/
+16
2025-12-30
io_uring: use GFP_NOWAIT for overflow CQEs on legacy rings
Alexandre Negrel
1
-1
/
+1
2025-12-26
Merge tag 'io_uring-6.19-20251226' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2025-12-25
io_uring: fix filename leak in __io_openat_prep()
Prithvi Tambewagh
1
-1
/
+1
2025-12-20
Merge tag 'io_uring-6.19-20251218' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2025-12-17
io_uring: fix nr_segs calculation in io_import_kbuf
huang-jl
1
-0
/
+1
2025-12-12
Merge tag 'io_uring-6.19-20251211' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+3
2025-12-09
io_uring: fix min_wait wakeups for SQPOLL
Jens Axboe
1
-0
/
+3
2025-12-09
Merge tag 'io_uring-6.19-20251208' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-59
/
+61
2025-12-09
Merge tag 'block-6.19-20251208' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+0
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2025-12-05
io_uring/poll: unify poll waitqueue entry and list removal
Jens Axboe
1
-21
/
+22
2025-12-05
io_uring/kbuf: use WRITE_ONCE() for userspace-shared buffer ring fields
Joanne Koong
1
-4
/
+4
2025-12-04
io_uring/kbuf: use READ_ONCE() for userspace-mapped memory
Caleb Sander Mateos
1
-5
/
+5
2025-12-04
io_uring/rsrc: fix lost entries after cloned range
Joanne Koong
1
-1
/
+11
2025-12-04
io_uring/rsrc: rename misleading src_node variable in io_clone_buffers()
Joanne Koong
1
-4
/
+4
[next]