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
/
io_uring.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-19
io_uring: add IORING_OP_URING_CMD128 to opcode checks
Caleb Sander Mateos
1
-0
/
+6
2026-02-09
Merge tag 'io_uring-bpf-restrictions.4-20260206' of git://git.kernel.org/pub/...
Linus Torvalds
1
-0
/
+1
2026-02-06
io_uring: allow registration of per-task restrictions
Jens Axboe
1
-0
/
+1
2026-02-04
io_uring: Add SPDX id lines to remaining source files
Tim Bird
1
-0
/
+1
2026-01-22
io_uring: introduce non-circular SQ
Pavel Begunkov
1
-1
/
+2
2026-01-22
io_uring: split out task work code into tw.c
Jens Axboe
1
-76
/
+3
2026-01-22
io_uring: add IO_URING_EXIT_WAIT_MAX definition
Jens Axboe
1
-0
/
+6
2026-01-05
io_uring: Trim out unused includes
Gabriel Krisman Bertazi
1
-1
/
+0
2025-11-13
io_uring: pre-calculate scq layout
Pavel Begunkov
1
-2
/
+1
2025-11-13
io_uring: keep ring laoyut in a structure
Pavel Begunkov
1
-2
/
+10
2025-11-13
io_uring: introduce struct io_ctx_config
Pavel Begunkov
1
-1
/
+7
2025-11-11
io_uring: pass sq entries in the params struct
Pavel Begunkov
1
-1
/
+1
2025-11-04
io_uring/cancel: move cancelation code from io_uring.c to cancel.c
Jens Axboe
1
-1
/
+9
2025-11-04
io_uring/cancel: move request/task cancelation logic into cancel.c
Jens Axboe
1
-3
/
+0
2025-11-03
io_uring: add wrapper type for io_req_tw_func_t arg
Caleb Sander Mateos
1
-2
/
+2
2025-10-22
io_uring: add support for IORING_SETUP_SQE_MIXED
Keith Busch
1
-12
/
+2
2025-10-20
io_uring: unify task_work cancelation checks
Jens Axboe
1
-13
/
+0
2025-10-02
Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-15
/
+105
2025-09-20
io_uring: fix nvme's 32b cqes on mixed cq
Keith Busch
1
-1
/
+1
2025-09-18
io_uring: include dying ring in task_work "should cancel" state
Jens Axboe
1
-2
/
+2
2025-09-08
io_uring: don't include filetable.h in io_uring.h
Caleb Sander Mateos
1
-1
/
+0
2025-09-08
io_uring: add macros for avaliable flags
Pavel Begunkov
1
-0
/
+57
2025-08-27
io_uring: add async data clear/free helpers
Jens Axboe
1
-0
/
+13
2025-08-27
io_uring: add support for IORING_SETUP_CQE_MIXED
Jens Axboe
1
-14
/
+35
2025-07-15
io_uring: deduplicate wakeup handling
Jens Axboe
1
-11
/
+16
2025-06-23
io_uring: add mshot helper for posting CQE32
Pavel Begunkov
1
-0
/
+1
2025-06-17
io_uring: remove duplicate io_uring_alloc_task_context() definition
Jens Axboe
1
-2
/
+0
2025-06-04
io_uring/futex: mark wait requests as inflight
Jens Axboe
1
-0
/
+1
2025-05-21
io_uring: finish IOU_OK -> IOU_COMPLETE transition
Jens Axboe
1
-1
/
+0
2025-05-12
io_uring: drain based on allocates reqs
Pavel Begunkov
1
-2
/
+1
2025-03-28
io_uring: don't pass ctx to tw add remote helper
Pavel Begunkov
1
-2
/
+1
2025-03-28
Merge tag 'for-6.15/io_uring-reg-vec-20250327' of git://git.kernel.dk/linux
Linus Torvalds
1
-8
/
+11
2025-03-28
Merge tag 'for-6.15/io_uring-rx-zc-20250325' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+10
2025-03-10
io_uring: unify STOP_MULTISHOT with IOU_OK
Pavel Begunkov
1
-8
/
+3
2025-03-10
io_uring: return -EAGAIN to continue multishot
Pavel Begunkov
1
-0
/
+8
2025-03-07
io_uring: Remove unused declaration io_alloc_async_data()
Yue Haibing
1
-1
/
+0
2025-03-07
Merge branch 'for-6.15/io_uring-rx-zc' into for-6.15/io_uring-reg-vec
Jens Axboe
1
-0
/
+10
2025-02-24
io_uring: introduce io_is_compat()
Pavel Begunkov
1
-0
/
+5
2025-02-17
io_uring/zcrx: add io_recvzc request
David Wei
1
-0
/
+10
2025-02-17
io_uring: introduce type alias for io_tw_state
Caleb Sander Mateos
1
-4
/
+4
2025-02-17
io_uring/kbuf: remove legacy kbuf kmem cache
Pavel Begunkov
1
-1
/
+0
2025-01-23
io_uring/alloc_cache: get rid of _nocache() helper
Jens Axboe
1
-11
/
+7
2025-01-23
io_uring: get rid of alloc cache init_once handling
Jens Axboe
1
-3
/
+2
2025-01-20
Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+23
2025-01-07
io_uring: silence false positive warnings
Pavel Begunkov
1
-3
/
+4
2024-12-27
io_uring: Move old async data allocation helper to header
Gabriel Krisman Bertazi
1
-0
/
+12
2024-12-27
io_uring: Add generic helper to allocate async data
Gabriel Krisman Bertazi
1
-0
/
+11
2024-11-21
io_uring: limit local tw done
David Wei
1
-1
/
+1
2024-11-21
io_uring: add io_local_work_pending()
David Wei
1
-2
/
+7
2024-11-06
io_uring: avoid normal tw intermediate fallback
Pavel Begunkov
1
-1
/
+1
[next]