- fa78033 io_uring: silence variable ‘prev’ set but not used warning by Jens Axboe · 2 years ago
- 03b3d6b io_uring/uring_cmd: ensure that device supports IOPOLL by Jens Axboe · 2 years ago
- 01e68ce io_uring/io-wq: stop setting PF_NO_SETAFFINITY on io-wq workers by Jens Axboe · 2 years ago
- 53ae7e1 Merge tag 'io_uring-6.3-2023-03-03' of git://git.kernel.dk/linux by Linus Torvalds · 2 years ago
- f122a08 capability: just use a 'u64' instead of a 'u32[2]' array by Linus Torvalds · 2 years ago
- 1947ddf io_uring/poll: don't pass in wake func to io_init_poll_iocb() by Jens Axboe · 2 years ago
- 54aa7f2 io_uring: fix fget leak when fs don't support nowait buffered read by Joseph Qi · 2 years ago
- c16bda3 io_uring/poll: allow some retries for poll triggering spuriously by Jens Axboe · 2 years ago
- 7605c43 io_uring: remove MSG_NOSIGNAL from recvmsg by David Lamparter · 2 years ago
- 977bc87 io_uring/rsrc: always initialize 'folio' to NULL by Jens Axboe · 2 years ago
- 3822a7c Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years ago
- 57bebf8 io_uring/rsrc: optimise registered huge pages by Pavel Begunkov · 2 years, 1 month ago
- b000ae0 io_uring/rsrc: optimise single entry advance by Pavel Begunkov · 2 years, 1 month ago
- edd4782 io_uring/rsrc: disallow multi-source reg buffers by Pavel Begunkov · 2 years, 1 month ago
- 9a1563d io_uring: remove unused wq_list_merge by Pavel Begunkov · 2 years, 1 month ago
- 48ba083 io_uring: fix size calculation when registering buf ring by Wojciech Lukowicz · 2 years, 1 month ago
- 6bf65a1 io_uring/rsrc: fix a comment in io_import_fixed() by Pavel Begunkov · 2 years, 1 month ago
- 8d66428 io_uring: rename 'in_idle' to 'in_cancel' by Jens Axboe · 2 years, 1 month ago
- ce8e04f io_uring: consolidate the put_ref-and-return section of adding work by Jens Axboe · 2 years, 1 month ago
- 5b0ed59 Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux by Linus Torvalds · 2 years, 1 month ago
- c1ef500 Merge tag 'for-6.3/iter-ubuf-2023-02-16' of git://git.kernel.dk/linux by Linus Torvalds · 2 years, 1 month ago
- 7d3fd88 io_uring: Support calling io_uring_register with a registered ring fd by Josh Triplett · 2 years, 1 month ago
- fbe870a io_uring,audit: don't log IORING_OP_MADVISE by Richard Guy Briggs · 2 years, 1 month ago
- 2f2bb1f io_uring: mark task TASK_RUNNING before handling resume/task work by Jens Axboe · 2 years, 1 month ago
- cc342a2 io_uring: use bvec_set_page to initialize a bvec by Christoph Hellwig · 2 years, 1 month ago
- 0ffae64 io_uring: always go async for unsupported open flags by Dylan Yudaken · 2 years, 1 month ago
- c31cc60 io_uring: always go async for unsupported fadvise flags by Dylan Yudaken · 2 years, 1 month ago
- aebb224 io_uring: for requests that require async, force it by Dylan Yudaken · 2 years, 1 month ago
- 6bb3085 io_uring: if a linked request has REQ_F_FORCE_ASYNC then run it async by Dylan Yudaken · 2 years, 1 month ago
- f586800 io_uring: add reschedule point to handle_tw_list() by Jens Axboe · 2 years, 1 month ago
- fcc926b io_uring: add a conditional reschedule to the IOPOLL cancelation loop by Jens Axboe · 2 years, 1 month ago
- 50470fc io_uring: return normal tw run linking optimisation by Pavel Begunkov · 2 years, 2 months ago
- cb6bf7f io_uring: refactor tctx_task_work by Pavel Begunkov · 2 years, 2 months ago
- 5afa465 io_uring: refactor io_put_task helpers by Pavel Begunkov · 2 years, 2 months ago
- c8576f3 io_uring: refactor req allocation by Pavel Begunkov · 2 years, 2 months ago
- b5083dfa io_uring: improve io_get_sqe by Pavel Begunkov · 2 years, 2 months ago
- b2aa66a io_uring: kill outdated comment about overflow flush by Pavel Begunkov · 2 years, 2 months ago
- c10bb64 io_uring: use user visible tail in io_uring_poll() by Pavel Begunkov · 2 years, 2 months ago
- f499254 io_uring: pass in io_issue_def to io_assign_file() by Jens Axboe · 2 years, 2 months ago
- c1755c2 io_uring: Enable KASAN for request cache by Breno Leitao · 2 years, 2 months ago
- b5d3ae2 io_uring: handle TIF_NOTIFY_RESUME when checking for task_work by Jens Axboe · 2 years, 2 months ago
- 8572df9 io_uring/msg-ring: ensure flags passing works for task_work completions by Jens Axboe · 2 years, 2 months ago
- f30bd4d io_uring: Split io_issue_def struct by Breno Leitao · 2 years, 2 months ago
- a7dd278 io_uring: Rename struct io_op_def by Breno Leitao · 2 years, 2 months ago
- 68a2cc1 io_uring: refactor __io_req_complete_post by Pavel Begunkov · 2 years, 2 months ago
- 31f084b io_uring: simplify fallback execution by Pavel Begunkov · 2 years, 2 months ago
- 89800a2 io_uring: don't export io_put_task() by Pavel Begunkov · 2 years, 2 months ago
- b0b7a7d io_uring: return back links tw run optimisation by Pavel Begunkov · 2 years, 2 months ago
- 88b8053 io_uring: make io_sqpoll_wait_sq return void by Quanfa Fu · 2 years, 2 months ago
- c3f4d39 io_uring: optimise deferred tw execution by Pavel Begunkov · 2 years, 2 months ago
- d80c0f0 io_uring: add io_req_local_work_add wake fast path by Pavel Begunkov · 2 years, 2 months ago
- 130bd68 io_uring: waitqueue-less cq waiting by Pavel Begunkov · 2 years, 2 months ago
- 3181e22f io_uring: wake up optimisations by Pavel Begunkov · 2 years, 2 months ago
- bca39f3 io_uring: add lazy poll_wq activation by Pavel Begunkov · 2 years, 2 months ago
- 7b235dd io_uring: separate wq for ring polling by Pavel Begunkov · 2 years, 2 months ago
- 360173a io_uring: move io_run_local_work_locked by Pavel Begunkov · 2 years, 2 months ago
- 3e56555 io_uring: mark io_run_local_work static by Pavel Begunkov · 2 years, 2 months ago
- 2f41395 io_uring: don't set TASK_RUNNING in local tw runner by Pavel Begunkov · 2 years, 2 months ago
- bd550173 io_uring: refactor io_wake_function by Pavel Begunkov · 2 years, 2 months ago
- 81594e7e io_uring: remove excessive unlikely on IS_ERR by Dmitrii Bundin · 2 years, 2 months ago
- cbeb47a io_uring/msg_ring: Pass custom flags to the cqe by Breno Leitao · 2 years, 2 months ago
- d33a39e io_uring: keep timeout in io_wait_queue by Pavel Begunkov · 2 years, 2 months ago
- 46ae7ee io_uring: optimise non-timeout waiting by Pavel Begunkov · 2 years, 2 months ago
- 326a9e4 io_uring: set TASK_RUNNING right after schedule by Pavel Begunkov · 2 years, 2 months ago
- 490c00e io_uring: simplify io_has_work by Pavel Begunkov · 2 years, 2 months ago
- 846072f io_uring: mimimise io_cqring_wait_schedule by Pavel Begunkov · 2 years, 2 months ago
- 3fcf19d io_uring: parse check_cq out of wq waiting by Pavel Begunkov · 2 years, 2 months ago
- 140102a io_uring: move defer tw task checks by Pavel Begunkov · 2 years, 2 months ago
- 1414d62 io_uring: kill io_run_task_work_ctx by Pavel Begunkov · 2 years, 2 months ago
- f36ba6c io_uring: don't iterate cq wait fast path by Pavel Begunkov · 2 years, 2 months ago
- 0c4fe00 io_uring: rearrange defer list checks by Pavel Begunkov · 2 years, 2 months ago
- ef5c600 io_uring: always prep_async for drain requests by Dylan Yudaken · 2 years, 1 month ago
- b00c51e io_uring/net: cache provided buffer group value for multishot receives by Jens Axboe · 2 years, 2 months ago
- 8caa03f io_uring/poll: don't reissue in case of poll race on multishot request by Jens Axboe · 2 years, 2 months ago
- 8579538 io_uring/msg_ring: fix remote queue to disabled ring by Pavel Begunkov · 2 years, 2 months ago
- 56d8e31 io_uring/msg_ring: fix flagging remote execution by Pavel Begunkov · 2 years, 2 months ago
- e12d7a4 io_uring/msg_ring: fix missing lock on overflow for IOPOLL by Jens Axboe · 2 years, 2 months ago
- 423d508 io_uring/msg_ring: move double lock/unlock helpers higher up by Jens Axboe · 2 years, 2 months ago
- fc4f4be mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_mapping() by David Hildenbrand · 2 years, 2 months ago
- 544d163 io_uring: lock overflowing for IOPOLL by Pavel Begunkov · 2 years, 2 months ago
- 6e5aedb io_uring/poll: attempt request issue after racy poll wakeup by Jens Axboe · 2 years, 2 months ago
- ea97cbe io_uring/fdinfo: include locked hash table in fdinfo output by Jens Axboe · 2 years, 2 months ago
- febb985 io_uring/poll: add hash if ready poll request can't complete inline by Jens Axboe · 2 years, 2 months ago
- 1e23db4 io_uring: use iter_ubuf for single range imports by Jens Axboe · 2 years, 2 months ago
- 4b61152 io_uring: switch network send/recv to ITER_UBUF by Jens Axboe · 2 years, 2 months ago
- e6db6f9 io_uring/io-wq: only free worker if it was allocated for creation by Jens Axboe · 2 years, 2 months ago
- 12521a5 io_uring: fix CQ waiting timeout handling by Pavel Begunkov · 2 years, 2 months ago
- f26cc95 io_uring: lockdep annotate CQ locking by Pavel Begunkov · 2 years, 2 months ago
- 9ffa13f io_uring: pin context while queueing deferred tw by Pavel Begunkov · 2 years, 2 months ago
- af82425 io_uring/io-wq: free worker if task_work creation is canceled by Jens Axboe · 2 years, 2 months ago
- 3431908 io_uring: check for valid register opcode earlier by Jens Axboe · 2 years, 3 months ago
- 23fffb2 io_uring/cancel: re-grab ctx mutex after finishing wait by Jens Axboe · 2 years, 3 months ago
- 52ea806 io_uring: finish waiting before flushing overflow entries by Jens Axboe · 2 years, 3 months ago
- 6c3e895 io_uring/net: fix cleanup after recycle by Pavel Begunkov · 2 years, 3 months ago
- 990a4de io_uring/net: ensure compat import handlers clear free_iov by Jens Axboe · 2 years, 3 months ago
- 35d90f9 io_uring: include task_work run after scheduling in wait for events by Jens Axboe · 2 years, 3 months ago
- 6434ec0 io_uring: don't use TIF_NOTIFY_SIGNAL to test for availability of task_work by Jens Axboe · 2 years, 3 months ago
- 44a84da io_uring: use call_rcu_hurry if signaling an eventfd by Dylan Yudaken · 2 years, 3 months ago
- a8cf95f io_uring: fix overflow handling regression by Pavel Begunkov · 2 years, 3 months ago
- e5f30f6 io_uring: ease timeout flush locking requirements by Pavel Begunkov · 2 years, 3 months ago