开源镜像站
帮助
下载
动态
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
/
kbuf.c
Age
Commit message (
Expand
)
Author
2023-04-01
io_uring: fix memory leak when removing provided buffers
Wojciech Lukowicz
2023-04-01
io_uring: fix return value when removing provided buffers
Wojciech Lukowicz
2023-02-22
io_uring: fix size calculation when registering buf ring
Wojciech Lukowicz
2022-11-25
io_uring: don't use complete_post in kbuf
Pavel Begunkov
2022-11-23
io_uring: iopoll protect complete_post
Pavel Begunkov
2022-11-10
io_uring: check for rollover of buffer ID when providing buffers
Jens Axboe
2022-08-12
io_uring: make io_kiocb_to_cmd() typesafe
Stefan Metzmacher
2022-08-04
io_uring: mem-account pbuf buckets
Pavel Begunkov
2022-07-24
io_uring: allow 0 length for buffer select
Dylan Yudaken
2022-07-24
io_uring: kbuf: inline io_kbuf_recycle_ring()
Hao Xu
2022-07-24
io_uring: kbuf: kill __io_kbuf_recycle()
Hao Xu
2022-07-24
io_uring: kill extra io_uring_types.h includes
Pavel Begunkov
2022-07-24
io_uring: kbuf: add comments for some tricky code
Hao Xu
2022-07-24
io_uring: don't inline io_put_kbuf
Pavel Begunkov
2022-07-24
io_uring: split provided buffers handling into its own file
Jens Axboe