index
:
kernel/git/torvalds/linux.git
master
Linux kernel source tree
Linus Torvalds
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
opdef.h
Age
Commit message (
Expand
)
Author
2026-03-16
io_uring: remove iopoll_queue from struct io_issue_def
Caleb Sander Mateos
2026-02-16
io_uring/bpf_filter: move filter size and populate helper into struct
Jens Axboe
2025-10-22
io_uring: add support for IORING_SETUP_SQE_MIXED
Keith Busch
2025-06-23
io_uring: add struct io_cold_def->sqe_copy() method
Jens Axboe
2025-02-27
io_uring: rearrange opdef flags by use pattern
Pavel Begunkov
2024-06-19
io_uring: Fix probe of disabled operations
Gabriel Krisman Bertazi
2024-04-15
io_uring: drop ->prep_async()
Jens Axboe
2023-09-21
io_uring/rw: mark readv/writev as vectored in the opcode definition
Jens Axboe
2023-01-29
io_uring: Split io_issue_def struct
Breno Leitao
2023-01-29
io_uring: Rename struct io_op_def
Breno Leitao
2022-12-07
io_uring: dont remove file from msg_ring reqs
Pavel Begunkov
2022-09-21
io_uring: add custom opcode hooks on fail
Pavel Begunkov
2022-08-24
io_uring: conditional ->async_data allocation
Pavel Begunkov
2022-07-24
io_uring: move opcode table to opdef.c
Jens Axboe
2022-07-24
io_uring: move poll handling into its own file
Jens Axboe