index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
2022-04-24
io_uring: refactor io_assign_file error path
Pavel Begunkov
2022-04-24
io_uring: use right helpers for file assign locking
Pavel Begunkov
2022-04-24
io_uring: add data_race annotations
Pavel Begunkov
2022-04-24
io_uring: inline io_req_complete_fail_submit()
Pavel Begunkov
2022-04-24
io_uring: refactor io_submit_sqe()
Pavel Begunkov
2022-04-24
io_uring: refactor lazy link fail
Pavel Begunkov
2022-04-24
io_uring: introduce IO_REQ_LINK_FLAGS
Pavel Begunkov
2022-04-24
io_uring: refactor io_queue_sqe()
Pavel Begunkov
2022-04-24
io_uring: rename io_queue_async_work()
Pavel Begunkov
2022-04-24
io_uring: inline io_queue_sqe()
Pavel Begunkov
2022-04-24
io_uring: helper for prep+queuing linked timeouts
Pavel Begunkov
2022-04-24
io_uring: inline io_free_req()
Pavel Begunkov
2022-04-24
io_uring: kill io_put_req_deferred()
Pavel Begunkov
2022-04-24
io_uring: minor refactoring for some tw handlers
Pavel Begunkov
2022-04-24
io_uring: clean poll tw PF_EXITING handling
Pavel Begunkov
2022-04-24
io_uring: optimise io_get_cqe()
Pavel Begunkov
2022-04-24
io_uring: optimise submission left counting
Pavel Begunkov
2022-04-24
io_uring: optimise submission loop invariant
Pavel Begunkov
2022-04-24
io_uring: add helper to return req to cache list
Pavel Begunkov
2022-04-24
io_uring: helper for empty req cache checks
Pavel Begunkov
2022-04-24
io_uring: inline io_flush_cached_reqs
Pavel Begunkov
2022-04-24
io_uring: shrink final link flush
Pavel Begunkov
2022-04-24
io_uring: memcpy CQE from req
Pavel Begunkov
2022-04-24
io_uring: explicitly keep a CQE in io_kiocb
Pavel Begunkov
2022-04-24
io_uring: rename io_sqe_file_register
Pavel Begunkov
2022-04-24
io_uring: deduplicate SCM accounting
Pavel Begunkov
2022-04-24
io_uring: don't pass around fixed index for scm
Pavel Begunkov
2022-04-24
io_uring: refactor __io_sqe_files_scm
Pavel Begunkov
2022-04-24
io_uring: uniform SCM accounting
Pavel Begunkov
2022-04-24
io_uring: don't scm-account for non af_unix sockets
Pavel Begunkov
2022-04-24
io_uring: move finish_wait() outside of loop in cqring_wait()
Jens Axboe
2022-04-24
io_uring: refactor io_req_add_compl_list()
Pavel Begunkov
2022-04-24
io_uring: silence io_for_each_link() warning
Pavel Begunkov
2022-04-24
io_uring: partially uninline io_put_task()
Pavel Begunkov
2022-04-24
io_uring: cleanup conditional submit locking
Pavel Begunkov
2022-04-24
io_uring: optimise mutex locking for submit+iopoll
Pavel Begunkov
2022-04-24
io_uring: pre-calculate syscall iopolling decision
Pavel Begunkov
2022-04-24
io_uring: split off IOPOLL argument verifiction
Pavel Begunkov
2022-04-24
io_uring: clean up io_queue_next()
Pavel Begunkov
2022-04-24
io_uring: move poll recycling later in compl flushing
Pavel Begunkov
2022-04-24
io_uring: optimise io_free_batch_list
Pavel Begunkov
2022-04-24
io_uring: refactor io_req_find_next
Pavel Begunkov
2022-04-24
io_uring: remove extra ifs around io_commit_cqring
Pavel Begunkov
2022-04-24
io_uring: small optimisation of tctx_task_work
Pavel Begunkov
2022-04-17
io_uring: fix leaks on IOPOLL and CQE_SKIP
Pavel Begunkov
2022-04-16
io_uring: free iovec if file assignment fails
Jens Axboe
2022-04-14
io_uring: abort file assignment prior to assigning creds
Jens Axboe
2022-04-13
io_uring: fix poll error reporting
Pavel Begunkov
2022-04-13
io_uring: fix poll file assign deadlock
Pavel Begunkov
2022-04-13
io_uring: use right issue_flags for splice/tee
Pavel Begunkov
[prev]
[next]