开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
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
media-uapi
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
2025-09-08
io_uring: don't include filetable.h in io_uring.h
Caleb Sander Mateos
2025-09-08
io_uring: Replace kzalloc() + copy_from_user() with memdup_user()
Thorsten Blum
2025-09-08
io_uring: introduce io_uring querying
Pavel Begunkov
2025-09-08
io_uring: add macros for avaliable flags
Pavel Begunkov
2025-09-08
io_uring: add helper for *REGISTER_SEND_MSG_RING
Pavel Begunkov
2025-09-04
io_uring: remove WRITE_ONCE() in io_uring_create()
Caleb Sander Mateos
2025-09-03
io_uring/uring_cmd: correct io_uring_cmd_done() ret type
Caleb Sander Mateos
2025-09-02
io_uring/uring_cmd: add io_uring_cmd_tw_t type alias
Caleb Sander Mateos
2025-09-02
io_uring/register: drop redundant submitter_task check
Caleb Sander Mateos
2025-09-02
io_uring/net: correct type for min_not_zero() cast
Jens Axboe
2025-08-27
io_uring: add async data clear/free helpers
Jens Axboe
2025-08-27
io_uring/zcrx: add support for IORING_SETUP_CQE_MIXED
Jens Axboe
2025-08-27
io_uring/uring_cmd: add support for IORING_SETUP_CQE_MIXED
Jens Axboe
2025-08-27
io_uring/nop: add support for IORING_SETUP_CQE_MIXED
Jens Axboe
2025-08-27
io_uring: add support for IORING_SETUP_CQE_MIXED
Jens Axboe
2025-08-24
io_uring/fdinfo: handle mixed sized CQEs
Jens Axboe
2025-08-24
io_uring/cmd: consolidate REQ_F_BUFFER_SELECT checks
Caleb Sander Mateos
2025-08-24
io_uring/cmd: deduplicate uring_cmd_flags checks
Caleb Sander Mateos
2025-08-24
io_uring: uring_cmd: add multishot support
Ming Lei
2025-08-24
io-uring: move `struct io_br_sel` into io_uring_types.h
Ming Lei
2025-08-24
io_uring/kbuf: check for ring provided buffers first in recycling
Jens Axboe
2025-08-24
io_uring: remove async/poll related provided buffer recycles
Jens Axboe
2025-08-24
io_uring/kbuf: switch to storing struct io_buffer_list locally
Jens Axboe
2025-08-24
io_uring/net: use struct io_br_sel->val as the send finish value
Jens Axboe
2025-08-24
io_uring/net: use struct io_br_sel->val as the recv finish value
Jens Axboe
2025-08-24
io_uring/kbuf: use struct io_br_sel for multiple buffers picking
Jens Axboe
2025-08-24
io_uring/rw: recycle buffers manually for non-mshot reads
Jens Axboe
2025-08-24
io_uring/kbuf: introduce struct io_br_sel
Jens Axboe
2025-08-24
io_uring/kbuf: pass in struct io_buffer_list to commit/recycle helpers
Jens Axboe
2025-08-24
io_uring/net: clarify io_recv_buf_select() return value
Jens Axboe
2025-08-24
io_uring/net: don't use io_net_kbuf_recyle() for non-provided cases
Jens Axboe
2025-08-24
io_uring/kbuf: drop 'issue_flags' from io_put_kbuf(s)() arguments
Jens Axboe
2025-08-24
io_uring/zctx: check chained notif contexts
Pavel Begunkov
2025-08-24
io_uring: add request poisoning
Pavel Begunkov
2025-08-21
io_uring: clear ->async_data as part of normal init
Jens Axboe
2025-08-21
io_uring/futex: ensure io_futex_wait() cleans up properly on failure
Jens Axboe
2025-08-13
io_uring/io-wq: add check free worker before create new worker
Fengnan Chang
2025-08-12
io_uring/net: commit partial buffers on retry
Jens Axboe
2025-08-08
io_uring/memmap: cast nr_pages to size_t before shifting
Jens Axboe
2025-07-30
io_uring/net: Allow to do vectorized send
Norman Maurer
2025-07-28
Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linux
Linus Torvalds
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-07-21
io_uring/zcrx: fix leaking pages on sg init fail
Pavel Begunkov
2025-07-21
io_uring/zcrx: don't leak pages on account failure
Pavel Begunkov
2025-07-21
io_uring/zcrx: fix null ifq on area destruction
Pavel Begunkov
2025-07-18
Merge tag 'io_uring-6.16-20250718' of git://git.kernel.dk/linux
Linus Torvalds
2025-07-18
io_uring/cmd: remove struct io_uring_cmd_data
Caleb Sander Mateos
2025-07-18
io_uring/cmd: introduce IORING_URING_CMD_REISSUE flag
Caleb Sander Mateos
2025-07-16
io_uring/zcrx: account area memory
Pavel Begunkov
2025-07-16
io_uring: export io_[un]account_mem
Pavel Begunkov
[next]