index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
2021-04-11
io_uring: don't alter iopoll reissue fail ret code
Pavel Begunkov
2021-04-11
io_uring: optimise kiocb_end_write for !ISREG
Pavel Begunkov
2021-04-11
io_uring: kill unused REQ_F_NO_FILE_TABLE
Pavel Begunkov
2021-04-11
io_uring: don't init req->work fully in advance
Pavel Begunkov
2021-04-11
io_uring: remove tctx->sqpoll
Pavel Begunkov
2021-04-11
io_uring: don't do extra EXITING cancellations
Pavel Begunkov
2021-04-11
io_uring: don't clear REQ_F_LINK_TIMEOUT
Pavel Begunkov
2021-04-11
io_uring: optimise io_req_task_work_add()
Pavel Begunkov
2021-04-11
io_uring: abolish old io_put_file()
Pavel Begunkov
2021-04-11
io_uring: optimise io_dismantle_req() fast path
Pavel Begunkov
2021-04-11
io_uring: inline io_clean_op()'s fast path
Pavel Begunkov
2021-04-11
io_uring: remove __io_req_task_cancel()
Pavel Begunkov
2021-04-11
io_uring: add helper flushing locked_free_list
Pavel Begunkov
2021-04-11
io_uring: refactor io_free_req_deferred()
Pavel Begunkov
2021-04-11
io_uring: inline io_put_req and friends
Pavel Begunkov
2021-04-11
io_uring: refactor rsrc refnode allocation
Pavel Begunkov
2021-04-11
io_uring: refactor io_flush_cached_reqs()
Pavel Begunkov
2021-04-11
io_uring: optimise success case of __io_queue_sqe
Pavel Begunkov
2021-04-11
io_uring: inline __io_queue_linked_timeout()
Pavel Begunkov
2021-04-11
io_uring: keep io_req_free_batch() call locality
Pavel Begunkov
2021-04-11
io_uring: optimise tctx node checks/alloc
Pavel Begunkov
2021-04-11
io_uring: optimise io_uring_enter()
Pavel Begunkov
2021-04-11
io_uring: don't take ctx refs in task_work handler
Pavel Begunkov
2021-04-11
io_uring: transform ret == 0 for poll cancelation completions
Jens Axboe
2021-04-11
io_uring: correct comment on poll vs iopoll
Jens Axboe
2021-04-11
io_uring: cache async and regular file state for fixed files
Jens Axboe
2021-04-11
io_uring: don't check for io_uring_fops for fixed files
Jens Axboe
2021-04-11
io_uring: simplify io_sqd_update_thread_idle()
Pavel Begunkov
2021-04-11
io_uring: switch to atomic_t for io_kiocb reference count
Jens Axboe
2021-04-11
io_uring: wrap io_kiocb reference count manipulation in helpers
Jens Axboe
2021-04-11
io_uring: simplify io_resubmit_prep()
Pavel Begunkov
2021-04-11
io_uring: merge defer_prep() and prep_async()
Pavel Begunkov
2021-04-11
io_uring: rethink def->needs_async_data
Pavel Begunkov
2021-04-11
io_uring: untie alloc_async_data and needs_async_data
Pavel Begunkov
2021-04-11
io_uring: refactor out send/recv async setup
Pavel Begunkov
2021-04-11
io_uring: use better types for cflags
Pavel Begunkov
2021-04-11
io_uring: refactor provide/remove buffer locking
Pavel Begunkov
2021-04-11
io_uring: add a helper failing not issued requests
Pavel Begunkov
2021-04-11
io_uring: further deduplicate file slot selection
Pavel Begunkov
2021-04-11
io_uring: reuse io_req_task_queue_fail()
Pavel Begunkov
2021-04-11
io_uring: avoid taking ctx refs for task-cancel
Pavel Begunkov
2021-04-08
io_uring: fix rw req completion
Pavel Begunkov
2021-04-07
io_uring: clear F_REISSUE right after getting it
Pavel Begunkov
2021-04-02
io_uring: fix !CONFIG_BLOCK compilation failure
Jens Axboe
2021-04-02
io_uring: move reissue into regular IO path
Jens Axboe
2021-04-01
io_uring: fix EIOCBQUEUED iter revert
Pavel Begunkov
2021-04-01
io_uring/io-wq: protect against sprintf overflow
Pavel Begunkov
2021-04-01
io_uring: don't mark S_ISBLK async work as unbounded
Jens Axboe
2021-03-30
io_uring: drop sqd lock before handling signals for SQPOLL
Jens Axboe
2021-03-29
io_uring: handle setup-failed ctx in kill_timeouts
Pavel Begunkov
[prev]
[next]