开源镜像站
帮助
动态
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
/
fs
Age
Commit message (
Expand
)
Author
2021-06-30
io_uring: update sqe layout build checks
Pavel Begunkov
2021-06-30
io_uring: fix code style problems
Pavel Begunkov
2021-06-30
io_uring: refactor io_sq_thread()
Pavel Begunkov
2021-06-30
io_uring: don't change sqpoll creds if not needed
Pavel Begunkov
2021-06-23
io_uring: Create define to modify a SQPOLL parameter
Olivier Langlois
2021-06-23
io_uring: Fix race condition when sqp thread goes to sleep
Olivier Langlois
2021-06-18
io_uring: improve in tctx_task_work() resubmission
Pavel Begunkov
2021-06-18
io_uring: don't resched with empty task_list
Pavel Begunkov
2021-06-18
io_uring: refactor tctx task_work list splicing
Pavel Begunkov
2021-06-18
io_uring: optimise task_work submit flushing
Pavel Begunkov
2021-06-18
io_uring: inline __tctx_task_work()
Pavel Begunkov
2021-06-18
io_uring: refactor io_get_sequence()
Pavel Begunkov
2021-06-18
io_uring: clean all flags in io_clean_op() at once
Pavel Begunkov
2021-06-18
io_uring: simplify iovec freeing in io_clean_op()
Pavel Begunkov
2021-06-18
io_uring: track request creds with a flag
Pavel Begunkov
2021-06-18
io_uring: move creds from io-wq work to io_kiocb
Pavel Begunkov
2021-06-18
io_uring: refactor io_submit_flush_completions()
Pavel Begunkov
2021-06-18
io_uring: fix false WARN_ONCE
Pavel Begunkov
2021-06-17
io_uring: allow user configurable IO thread CPU affinity
Jens Axboe
2021-06-17
io-wq: use private CPU mask
Jens Axboe
2021-06-16
io-wq: remove header files not needed anymore
Olivier Langlois
2021-06-16
io_uring: Add to traces the req pointer when available
Olivier Langlois
2021-06-15
io_uring: optimise io_commit_cqring()
Pavel Begunkov
2021-06-15
io_uring: shove more drain bits out of hot path
Pavel Begunkov
2021-06-15
io_uring: switch !DRAIN fast path when possible
Pavel Begunkov
2021-06-15
io_uring: fix min types mismatch in table alloc
Pavel Begunkov
2021-06-15
io_uring: Fix comment of io_get_sqe
Fam Zheng
2021-06-15
io_uring: optimise non-drain path
Pavel Begunkov
2021-06-15
io_uring: refactor io_req_defer()
Pavel Begunkov
2021-06-15
io_uring: move uring_lock location
Pavel Begunkov
2021-06-15
io_uring: wait heads renaming
Pavel Begunkov
2021-06-15
io_uring: clean up check_overflow flag
Pavel Begunkov
2021-06-15
io_uring: small io_submit_sqe() optimisation
Pavel Begunkov
2021-06-15
io_uring: optimise completion timeout flushing
Pavel Begunkov
2021-06-15
io_uring: don't cache number of dropped SQEs
Pavel Begunkov
2021-06-15
io_uring: refactor io_get_sqe()
Pavel Begunkov
2021-06-15
io_uring: shuffle more fields into SQ ctx section
Pavel Begunkov
2021-06-15
io_uring: move ctx->flags from SQ cacheline
Pavel Begunkov
2021-06-15
io_uring: keep SQ pointers in a single cacheline
Pavel Begunkov
2021-06-15
io-wq: remove redundant initialization of variable ret
Colin Ian King
2021-06-15
io_uring: Fix incorrect sizeof operator for copy_from_user call
Colin Ian King
2021-06-14
io_uring: inline io_iter_do_read()
Pavel Begunkov
2021-06-14
io_uring: unify SQPOLL and user task cancellations
Pavel Begunkov
2021-06-14
io_uring: cache task struct refs
Pavel Begunkov
2021-06-14
io_uring: don't vmalloc rsrc tags
Pavel Begunkov
2021-06-14
io_uring: add helpers for 2 level table alloc
Pavel Begunkov
2021-06-14
io_uring: remove rsrc put work irq save/restore
Pavel Begunkov
2021-06-14
io_uring: hide rsrc tag copy into generic helpers
Pavel Begunkov
2021-06-14
io-wq: simplify worker exiting
Pavel Begunkov
2021-06-14
io-wq: don't repeat IO_WQ_BIT_EXIT check by worker
Pavel Begunkov
[next]