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
2025-03-28
io_uring: get rid of remap_pfn_range() for mapping rings/sqes
Jens Axboe
1
-0
/
+2
2024-12-27
io_uring/rw: avoid punting to io-wq directly
Pavel Begunkov
1
-1
/
+0
2024-10-22
io_uring/sqpoll: close race on waiting for sqring entries
Jens Axboe
1
-1
/
+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: don't use TIF_NOTIFY_SIGNAL to test for availability of task_work
Jens Axboe
1
-2
/
+1
2024-03-26
io_uring/unix: drop usage of io_uring socket
Jens Axboe
1
-1
/
+0
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
/
+8
2023-02-01
io_uring: remove io_req_tw_post_queue
Pavel Begunkov
1
-1
/
+7
2023-02-01
io_uring: inline __io_req_complete_post()
Pavel Begunkov
1
-1
/
+0
2023-02-01
io_uring: inline io_req_task_work_add()
Pavel Begunkov
1
-1
/
+6
2023-01-04
io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeups
Jens Axboe
1
-4
/
+11
2022-11-25
io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not available
Jens Axboe
1
-2
/
+7
2022-11-17
io_uring: fix multishot accept request leaks
Pavel Begunkov
1
-2
/
+2
2022-10-27
io_uring: unlock if __io_run_local_work locked inside
Dylan Yudaken
1
-2
/
+11
2022-10-12
io_uring: optimise locking for local tw with submit_wait
Pavel Begunkov
1
-0
/
+7
2022-10-12
io_uring: remove redundant memory barrier in io_req_local_work_add
Pavel Begunkov
1
-2
/
+9
2022-09-29
io_uring: don't gate task_work run on TIF_NOTIFY_SIGNAL
Jens Axboe
1
-4
/
+4
2022-09-23
io_uring: fix CQE reordering
Pavel Begunkov
1
-3
/
+9
2022-09-21
io_uring: disallow defer-tw run w/ no submitters
Pavel Begunkov
1
-7
/
+2
2022-09-21
io_uring: further limit non-owner defer-tw cq waiting
Pavel Begunkov
1
-0
/
+11
2022-09-21
io_uring: ensure iopoll runs local task work as well
Jens Axboe
1
-0
/
+6
2022-09-21
io_uring: add local task_work run helper that is entered locked
Jens Axboe
1
-0
/
+1
2022-09-21
io_uring: add IORING_SETUP_DEFER_TASKRUN
Dylan Yudaken
1
-4
/
+25
2022-07-27
io_uring: export req alloc from core
Pavel Begunkov
1
-0
/
+21
2022-07-24
io_uring: flush notifiers after sendzc
Pavel Begunkov
1
-0
/
+10
2022-07-24
io_uring: add zc notification infrastructure
Pavel Begunkov
1
-0
/
+2
2022-07-24
io_uring: export io_put_task()
Pavel Begunkov
1
-0
/
+10
2022-07-24
io_uring: ensure REQ_F_ISREG is set async offload
Jens Axboe
1
-0
/
+5
2022-07-24
io_uring: only trace one of complete or overflow
Dylan Yudaken
1
-4
/
+6
2022-07-24
io_uring: add allow_overflow to io_post_aux_cqe
Dylan Yudaken
1
-1
/
+2
2022-07-24
io_uring: add IOU_STOP_MULTISHOT return code
Dylan Yudaken
1
-0
/
+7
2022-07-24
io_uring: remove priority tw list optimisation
Dylan Yudaken
1
-1
/
+0
2022-07-24
io_uring: move list helpers to a separate file
Pavel Begunkov
1
-0
/
+1
2022-07-24
io_uring: improve io_run_task_work()
Pavel Begunkov
1
-1
/
+1
2022-07-24
io_uring: consistent naming for inline completion
Pavel Begunkov
1
-1
/
+9
2022-07-24
io_uring: add io_commit_cqring_flush()
Pavel Begunkov
1
-0
/
+6
2022-07-24
io_uring: introduce locking helpers for CQE posting
Pavel Begunkov
1
-1
/
+8
2022-07-24
io_uring: remove ->flush_cqes optimisation
Pavel Begunkov
1
-2
/
+0
2022-07-24
io_uring: reshuffle io_uring/io_uring.h
Pavel Begunkov
1
-48
/
+47
2022-07-24
io_uring: make io_uring_types.h public
Pavel Begunkov
1
-1
/
+3
2022-07-24
io_uring: change ->cqe_cached invariant for CQE32
Pavel Begunkov
1
-6
/
+2
2022-07-24
io_uring: deduplicate io_get_cqe() calls
Pavel Begunkov
1
-25
/
+13
2022-07-24
io_uring: deduplicate __io_fill_cqe_req tracing
Pavel Begunkov
1
-6
/
+5
2022-07-24
io_uring: introduce io_req_cqe_overflow()
Pavel Begunkov
1
-10
/
+2
2022-07-24
io_uring: don't inline __io_get_cqe()
Pavel Begunkov
1
-35
/
+1
2022-07-24
io_uring: don't expose io_fill_cqe_aux()
Pavel Begunkov
1
-2
/
+1
2022-07-24
io_uring: kill REQ_F_COMPLETE_INLINE
Pavel Begunkov
1
-5
/
+0
2022-07-24
io_uring: move small helpers to headers
Pavel Begunkov
1
-0
/
+22
2022-07-24
io_uring: move read/write related opcodes to its own file
Jens Axboe
1
-0
/
+131
[next]