开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
Age
Commit message (
Expand
)
Author
2024-11-06
io_uring: move struct io_kiocb from task_struct to io_uring_task
Jens Axboe
2024-11-06
io_uring: remove task ref helpers
Jens Axboe
2024-11-06
io_uring: move cancelations to be io_uring_task based
Jens Axboe
2024-11-06
io_uring/rsrc: split io_kiocb node type assignments
Jens Axboe
2024-11-06
io_uring/rsrc: encode node type and ctx together
Jens Axboe
2024-11-06
replace do_getxattr() with saner helpers.
Al Viro
2024-11-06
replace do_setxattr() with saner helpers.
Al Viro
2024-11-06
new helper: import_xattr_name()
Al Viro
2024-11-06
fs: rename struct xattr_ctx to kernel_xattr_ctx
Christian Göttsche
2024-11-03
io_[gs]etxattr_prep(): just use getname()
Al Viro
2024-11-03
fdget(), trivial conversions
Al Viro
2024-11-02
io_uring: add support for hybrid IOPOLL
hexue
2024-11-02
io_uring/rsrc: allow cloning with node replacements
Jens Axboe
2024-11-02
io_uring/rsrc: allow cloning at an offset
Jens Axboe
2024-11-02
io_uring/rsrc: get rid of the empty node and dummy_ubuf
Jens Axboe
2024-11-02
io_uring/rsrc: add io_reset_rsrc_node() helper
Jens Axboe
2024-11-02
io_uring/filetable: kill io_reset_alloc_hint() helper
Jens Axboe
2024-11-02
io_uring/filetable: remove io_file_from_index() helper
Jens Axboe
2024-11-02
io_uring/rsrc: add io_rsrc_node_lookup() helper
Jens Axboe
2024-11-02
io_uring/rsrc: unify file and buffer resource tables
Jens Axboe
2024-11-02
io_uring: only initialize io_kiocb rsrc_nodes when needed
Jens Axboe
2024-11-02
io_uring/rsrc: add an empty io_rsrc_node for sparse buffer entries
Jens Axboe
2024-11-02
io_uring/rsrc: get rid of io_rsrc_node allocation cache
Jens Axboe
2024-11-02
io_uring/rsrc: get rid of per-ring io_rsrc_node list
Jens Axboe
2024-10-31
io_uring/rw: fix missing NOWAIT check for O_DIRECT start write
Jens Axboe
2024-10-29
io_uring/rsrc: kill io_charge_rsrc_node()
Jens Axboe
2024-10-29
io_uring/splice: open code 2nd direct file assignment
Jens Axboe
2024-10-29
io_uring: specify freeptr usage for SLAB_TYPESAFE_BY_RCU io_kiocb cache
Jens Axboe
2024-10-29
io_uring/rsrc: move struct io_fixed_file to rsrc.h header
Jens Axboe
2024-10-29
io_uring/nop: add support for testing registered files and buffers
Jens Axboe
2024-10-29
io_uring: add support for fixed wait regions
Jens Axboe
2024-10-29
io_uring: change io_get_ext_arg() to use uaccess begin + end
Jens Axboe
2024-10-29
io_uring: switch struct ext_arg from __kernel_timespec to timespec64
Jens Axboe
2024-10-29
io_uring/sqpoll: wait on sqd->wait for thread parking
Jens Axboe
2024-10-29
io_uring/register: add IORING_REGISTER_RESIZE_RINGS
Jens Axboe
2024-10-29
io_uring/memmap: explicitly return -EFAULT for mmap on NULL rings
Jens Axboe
2024-10-29
io_uring: abstract out a bit of the ring filling logic
Jens Axboe
2024-10-29
io_uring: move max entry definition and ring sizing into header
Jens Axboe
2024-10-29
io_uring/net: clean up io_msg_copy_hdr
Pavel Begunkov
2024-10-29
io_uring/net: don't alias send user pointer reads
Pavel Begunkov
2024-10-29
io_uring/net: don't store send address ptr
Pavel Begunkov
2024-10-29
io_uring/net: split send and sendmsg prep helpers
Pavel Begunkov
2024-10-29
io_uring/net: move send zc fixed buffer import to issue path
Jens Axboe
2024-10-29
io_uring: remove 'issue_flags' argument for io_req_set_rsrc_node()
Jens Axboe
2024-10-29
io_uring/rw: get rid of using req->imu
Jens Axboe
2024-10-29
io_uring/uring_cmd: get rid of using req->imu
Jens Axboe
2024-10-29
io_uring/rsrc: don't assign bvec twice in io_import_fixed()
Jens Axboe
2024-10-29
io_uring: clean up cqe trace points
Pavel Begunkov
2024-10-29
io_uring: static_key for !IORING_SETUP_NO_SQARRAY
Pavel Begunkov
2024-10-29
io_uring: kill io_llist_xchg
Pavel Begunkov
[prev]
[next]