index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
io_uring
/
msg_ring.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-21
io_uring: finish IOU_OK -> IOU_COMPLETE transition
Jens Axboe
1
-1
/
+1
2025-03-28
io_uring: don't pass ctx to tw add remote helper
Pavel Begunkov
1
-1
/
+1
2025-03-28
io_uring/msg: initialise msg request opcode
Pavel Begunkov
1
-0
/
+1
2025-03-28
io_uring/msg: rename io_double_lock_ctx()
Pavel Begunkov
1
-4
/
+4
2025-02-17
io_uring: introduce type alias for io_tw_state
Caleb Sander Mateos
1
-1
/
+1
2025-01-22
io_uring/msg_ring: don't leave potentially dangling ->tctx pointer
Jens Axboe
1
-2
/
+2
2024-12-27
io_uring/msg_ring: Drop custom destructor
Gabriel Krisman Bertazi
1
-7
/
+0
2024-11-15
switch io_msg_ring() to CLASS(fd)
Al Viro
1
-11
/
+7
2024-11-06
io_uring: move struct io_kiocb from task_struct to io_uring_task
Jens Axboe
1
-2
/
+2
2024-11-02
io_uring/rsrc: add io_rsrc_node_lookup() helper
Jens Axboe
1
-16
/
+15
2024-11-02
io_uring/rsrc: unify file and buffer resource tables
Jens Axboe
1
-2
/
+2
2024-10-29
io_uring/msg_ring: add support for sending a sync message
Jens Axboe
1
-0
/
+29
2024-10-29
io_uring/msg_ring: refactor a few helper functions
Jens Axboe
1
-11
/
+20
2024-07-25
io_uring/msg_ring: fix uninitialized use of target_req->flags
Jens Axboe
1
-3
/
+3
2024-07-01
io_uring/msg_ring: use kmem_cache_free() to free request
Jens Axboe
1
-1
/
+1
2024-07-01
io_uring/msg_ring: check for dead submitter task
Jens Axboe
1
-5
/
+10
2024-06-24
io_uring/msg_ring: add an alloc cache for io_kiocb entries
Jens Axboe
1
-2
/
+29
2024-06-24
io_uring/msg_ring: improve handling of target CQE posting
Jens Axboe
1
-43
/
+47
2024-06-24
io_uring/msg_ring: tighten requirement for remote posting
Jens Axboe
1
-3
/
+1
2024-05-01
io_uring/msg_ring: cleanup posting to IOPOLL vs !IOPOLL ring
Jens Axboe
1
-6
/
+4
2024-04-26
io_uring/msg_ring: reuse ctx->submitter_task read using READ_ONCE instead of re-reading it
linke li
1
-1
/
+1
2023-06-20
io_uring: use io_file_from_index in io_msg_grab_file
Christoph Hellwig
1
-3
/
+1
2023-03-16
io_uring/msg_ring: let target know allocated index
Pavel Begunkov
1
-1
/
+3
2023-01-29
io_uring/msg-ring: ensure flags passing works for task_work completions
Jens Axboe
1
-1
/
+6
2023-01-29
io_uring/msg_ring: Pass custom flags to the cqe
Breno Leitao
1
-5
/
+19
2023-01-20
io_uring/msg_ring: fix remote queue to disabled ring
Pavel Begunkov
1
-0
/
+8
2023-01-20
io_uring/msg_ring: fix flagging remote execution
Pavel Begunkov
1
-17
/
+23
2023-01-19
io_uring/msg_ring: fix missing lock on overflow for IOPOLL
Jens Axboe
1
-9
/
+30
2023-01-19
io_uring/msg_ring: move double lock/unlock helpers higher up
Jens Axboe
1
-24
/
+23
2022-12-08
io_uring/msg_ring: flag target ring as having task_work, if needed
Jens Axboe
1
-0
/
+1
2022-12-07
io_uring: do msg_ring in target task via tw
Pavel Begunkov
1
-3
/
+53
2022-12-07
io_uring: extract a io_msg_install_complete helper
Pavel Begunkov
1
-13
/
+21
2022-12-07
io_uring: get rid of double locking
Pavel Begunkov
1
-36
/
+49
2022-12-07
io_uring: improve io_double_lock_ctx fail handling
Pavel Begunkov
1
-0
/
+2
2022-12-07
io_uring: dont remove file from msg_ring reqs
Pavel Begunkov
1
-4
/
+0
2022-11-25
io_uring: remove overflow param from io_post_aux_cqe
Dylan Yudaken
1
-2
/
+2
2022-10-19
io_uring/msg_ring: Fix NULL pointer dereference in io_msg_send_fd()
Harshit Mogalapalli
1
-0
/
+3
2022-09-15
io_uring/msg_ring: check file type before putting
Jens Axboe
1
-1
/
+2
2022-08-12
io_uring: make io_kiocb_to_cmd() typesafe
Stefan Metzmacher
1
-4
/
+4
2022-07-24
io_uring: add allow_overflow to io_post_aux_cqe
Dylan Yudaken
1
-2
/
+2
2022-07-24
io_uring: add support for passing fixed file descriptors
Jens Axboe
1
-7
/
+123
2022-07-24
io_uring: kill extra io_uring_types.h includes
Pavel Begunkov
1
-1
/
+0
2022-07-24
io_uring: don't expose io_fill_cqe_aux()
Pavel Begunkov
1
-10
/
+1
2022-07-24
io_uring: move msg_ring into its own file
Jens Axboe
1
-0
/
+65