index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
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_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_uring: rename function *task_file
Pavel Begunkov
2021-06-14
io_uring: refactor io_iopoll_req_issued
Pavel Begunkov
2021-06-14
io_uring: fix blocking inline submission
Pavel Begunkov
2021-06-14
io_uring: enable shmem/memfd memory registration
Pavel Begunkov
2021-06-14
io_uring: don't bounce submit_state cachelines
Pavel Begunkov
2021-06-14
io_uring: rename io_get_cqring
Pavel Begunkov
2021-06-14
io_uring: kill cached_cq_overflow
Pavel Begunkov
2021-06-14
io_uring: deduce cq_mask from cq_entries
Pavel Begunkov
2021-06-14
io_uring: remove dependency on ring->sq/cq_entries
Pavel Begunkov
2021-06-14
io_uring: better locality for rsrc fields
Pavel Begunkov
2021-06-14
io_uring: shuffle rarely used ctx fields
Pavel Begunkov
2021-06-14
io_uring: make fail flag not link specific
Pavel Begunkov
2021-06-14
io_uring: get rid of files in exit cancel
Pavel Begunkov
2021-06-14
io_uring: simplify waking sqo_sq_wait
Pavel Begunkov
2021-06-14
io_uring: remove unused park_task_work
Pavel Begunkov
2021-06-14
io_uring: improve sq_thread waiting check
Pavel Begunkov
2021-06-14
io_uring: improve sqpoll event/state handling
Pavel Begunkov
2021-06-10
io_uring: add feature flag for rsrc tags
Pavel Begunkov
2021-06-10
io_uring: change registration/upd/rsrc tagging ABI
Pavel Begunkov
2021-05-29
io_uring: fix misaccounting fix buf pinned pages
Pavel Begunkov
2021-05-27
io_uring: fix data race to avoid potential NULL-deref
Marco Elver
2021-05-25
io_uring/io-wq: close io-wq full-stop gap
Pavel Begunkov
2021-05-20
io_uring: fortify tctx/io_wq cleanup
Pavel Begunkov
2021-05-17
io_uring: don't modify req->poll for rw
Pavel Begunkov
2021-05-14
io_uring: increase max number of reg buffers
Pavel Begunkov
2021-05-14
io_uring: further remove sqpoll limits on opcodes
Pavel Begunkov
2021-05-14
io_uring: fix ltout double free on completion race
Pavel Begunkov
2021-05-08
io_uring: fix link timeout refs
Pavel Begunkov
2021-05-05
io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffers
Thadeu Lima de Souza Cascardo
2021-04-30
io_uring: Fix memory leak in io_sqe_buffers_register()
Zqiang
2021-04-29
io_uring: Fix premature return from loop and memory leak
Colin Ian King
2021-04-29
io_uring: fix unchecked error in switch_start()
Pavel Begunkov
[next]