开源镜像站
帮助
动态
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
Age
Commit message (
Expand
)
Author
2021-10-29
io-wq: remove worker to owner tw dependency
Pavel Begunkov
2021-10-29
io_uring: harder fdinfo sq/cq ring iterating
Jens Axboe
2021-10-26
io_uring: don't assign write hint in the read path
Jens Axboe
2021-10-25
io_uring: clusterise ki_flags access in rw_prep
Pavel Begunkov
2021-10-25
io_uring: kill unused param from io_file_supports_nowait
Pavel Begunkov
2021-10-25
io_uring: clean up timeout async_data allocation
Pavel Begunkov
2021-10-25
io_uring: don't try io-wq polling if not supported
Pavel Begunkov
2021-10-25
io_uring: check if opcode needs poll first on arming
Pavel Begunkov
2021-10-25
io_uring: clean iowq submit work cancellation
Pavel Begunkov
2021-10-25
io_uring: clean io_wq_submit_work()'s main loop
Pavel Begunkov
2021-10-23
io-wq: use helper for worker refcounting
Pavel Begunkov
2021-10-22
io_uring: implement async hybrid mode for pollable requests
Hao Xu
2021-10-20
io_uring: Use ERR_CAST() instead of ERR_PTR(PTR_ERR())
Changcheng Deng
2021-10-19
io_uring: split logic of force_nonblock
Hao Xu
2021-10-19
io_uring: warning about unused-but-set parameter
Arnd Bergmann
2021-10-19
io_uring: inform block layer of how many requests we are submitting
Jens Axboe
2021-10-19
io_uring: simplify io_file_supports_nowait()
Pavel Begunkov
2021-10-19
io_uring: combine REQ_F_NOWAIT_{READ,WRITE} flags
Pavel Begunkov
2021-10-19
io_uring: arm poll for non-nowait files
Pavel Begunkov
2021-10-19
fs/io_uring: Prioritise checking faster conditions first in io_write
Noah Goldstein
2021-10-19
io_uring: clean io_prep_rw()
Pavel Begunkov
2021-10-19
io_uring: optimise fixed rw rsrc node setting
Pavel Begunkov
2021-10-19
io_uring: return iovec from __io_import_iovec
Pavel Begunkov
2021-10-19
io_uring: optimise io_import_iovec fixed path
Pavel Begunkov
2021-10-19
io_uring: kill io_wq_current_is_worker() in iopoll
Pavel Begunkov
2021-10-19
io_uring: optimise req->ctx reloads
Pavel Begunkov
2021-10-19
io_uring: rearrange io_read()/write()
Pavel Begunkov
2021-10-19
io_uring: clean up io_import_iovec
Pavel Begunkov
2021-10-19
io_uring: optimise io_import_iovec nonblock passing
Pavel Begunkov
2021-10-19
io_uring: optimise read/write iov state storing
Pavel Begunkov
2021-10-19
io_uring: encapsulate rw state
Pavel Begunkov
2021-10-19
io_uring: optimise rw comletion handlers
Pavel Begunkov
2021-10-19
io_uring: prioritise read success path over fails
Pavel Begunkov
2021-10-19
io_uring: consistent typing for issue_flags
Pavel Begunkov
2021-10-19
io_uring: optimise rsrc referencing
Pavel Begunkov
2021-10-19
io_uring: optimise io_req_set_rsrc_node()
Pavel Begunkov
2021-10-19
io_uring: fix io_free_batch_list races
Pavel Begunkov
2021-10-19
io_uring: remove extra io_ring_exit_work wake up
Pavel Begunkov
2021-10-19
io_uring: optimise out req->opcode reloading
Pavel Begunkov
2021-10-19
io_uring: reshuffle io_submit_state bits
Pavel Begunkov
2021-10-19
io_uring: safer fallback_work free
Pavel Begunkov
2021-10-19
io_uring: optimise plugging
Pavel Begunkov
2021-10-19
io_uring: correct fill events helpers types
Pavel Begunkov
2021-10-19
io_uring: inline io_poll_complete
Pavel Begunkov
2021-10-19
io_uring: inline io_req_needs_clean()
Pavel Begunkov
2021-10-19
io_uring: remove struct io_completion
Pavel Begunkov
2021-10-19
io_uring: control ->async_data with a REQ_F flag
Pavel Begunkov
2021-10-19
io_uring: optimise io_free_batch_list()
Pavel Begunkov
2021-10-19
io_uring: mark cold functions
Pavel Begunkov
2021-10-19
io_uring: optimise ctx referencing by requests
Pavel Begunkov
[next]