IO Uring
[Prev Page][Next Page]
- [PATCH 2/2] io_uring/msg_ring: fix missing lock on overflow for IOPOLL, (continued)
- [PATCH for-next] io_uring/msg-ring: ensure flags passing works for task_work completions, Jens Axboe
- ublk-nbd: ublk-nbd is avaialbe,
Ming Lei
- WARNING in io_fill_cqe_aux,
Xingyuan Mo
- [PATCH] io_uring: Enable KASAN for request cache,
Breno Leitao
- [PATCH liburing] test/helpers: fix socket length type,
Gabriel Krisman Bertazi
- Re: [syzbot] WARNING: refcount bug in mm_update_next_owner,
Jann Horn
- [PATCH for-next 0/5] random for-next patches,
Pavel Begunkov
- [PATCH liburing 0/3] test lazy poll wq activation,
Pavel Begunkov
- [RFC PATCH liburing v2 0/2] Explain about FFI support and how to build liburing,
Ammar Faizi
- [regression] Bug 216932 - io_uring with libvirt cause kernel NULL pointer dereference since 6.1.5,
Linux kernel regression tracking (Thorsten Leemhuis)
- [syzbot] KASAN: use-after-free Read in io_poll_task_func,
syzbot
- Re: [Report] Use-After-Free in io_wq_worker_running, Jens Axboe
- [PATCH] io_uring: make io_sqpoll_wait_sq return void,
Quanfa Fu
- [RFC PATCH liburing v1 0/2] Explain how to build liburing and FFI support,
Ammar Faizi
[PATCH liburing v1] liburing.map: Export `io_uring_{enable_rings,register_restrictions}`,
Ammar Faizi
[GIT PULL] io_uring fixes for 6.2-rc4,
Jens Axboe
Re: [io_uring] KASAN: use-after-free Read in signalfd_cleanup,
Eric Biggers
[PATCH liburing v1] man/io_uring_prep_splice.3: Fix description in io_uring_prep_splice() manpage,
Ammar Faizi
[PATCH liburing v1 0/4] liburing updates for 2.4,
Ammar Faizi
[PATCH 1/2] io_uring: Rename struct io_op_def,
Breno Leitao
[syzbot] KASAN: use-after-free Read in __io_req_task_work_add,
syzbot
[syzbot] KASAN: use-after-free Read in io_req_caches_free,
syzbot
[syzbot] WARNING in io_cqring_event_overflow,
syzbot
[syzbot] WARNING: ODEBUG bug in __io_put_task,
syzbot
[syzbot] KASAN: use-after-free Read in io_fallback_tw,
syzbot
[syzbot] KASAN: use-after-free Read in io_fallback_req_func,
syzbot
[PATCH] caif: don't assume iov_iter type,
Keith Busch
IOSQE_IO_LINK vs. short send of SOCK_STREAM,
Ming Lei
[PATCH] io_uring: Add NULL checks for current->io_uring,
Jia-Ju Bai
[syzbot] KASAN: use-after-free Read in io_wq_put_and_exit,
syzbot
[PATCH 0/2] Pol fixups,
Jens Axboe
[PATCH 5.15.y] io_uring: Fix unsigned 'res' comparison with zero in io_fixup_rw_res(), Harshit Mogalapalli
[PATCH] io_uring/poll: add hash if ready poll request can't complete inline, Jens Axboe
[PATCH] io_uring: remove excessive unlikely on IS_ERR,
Dmitrii Bundin
[PATCH v3 00/11] CQ waiting / task_work optimisations,
Pavel Begunkov
- [PATCH v3 01/11] io_uring: move submitter_task out of cold cacheline, Pavel Begunkov
- [PATCH v3 02/11] io_uring: refactor io_wake_function, Pavel Begunkov
- [PATCH v3 03/11] io_uring: don't set TASK_RUNNING in local tw runner, Pavel Begunkov
- [PATCH v3 04/11] io_uring: mark io_run_local_work static, Pavel Begunkov
- [PATCH v3 05/11] io_uring: move io_run_local_work_locked, Pavel Begunkov
- [PATCH v3 06/11] io_uring: separate wq for ring polling, Pavel Begunkov
- [PATCH v3 07/11] io_uring: add lazy poll_wq activation, Pavel Begunkov
- [PATCH v3 08/11] io_uring: wake up optimisations, Pavel Begunkov
- [PATCH v3 09/11] io_uring: waitqueue-less cq waiting, Pavel Begunkov
- [PATCH v3 10/11] io_uring: add io_req_local_work_add wake fast path, Pavel Begunkov
- [PATCH v3 11/11] io_uring: optimise deferred tw execution, Pavel Begunkov
- Re: [PATCH v3 00/11] CQ waiting / task_work optimisations, Jens Axboe
[syzbot] KASAN: use-after-free Read in io_wq_worker_wake,
syzbot
[syzbot] KASAN: use-after-free Read in io_wqe_worker (2),
syzbot
[syzbot] memory leak in io_submit_sqes (4),
syzbot
[syzbot] KASAN: use-after-free Read in io_worker_get,
syzbot
Re: [PATCHv2 02/12] io_uring: switch network send/recv to ITER_UBUF, Jens Axboe
Re: [PATCHv2 00/12] iov_iter: replace import_single_range with ubuf,
Christoph Hellwig
<Possible follow-ups>
Re: [PATCHv2 00/12] iov_iter: replace import_single_range with ubuf, Jens Axboe
Re: [syzbot] KASAN: wild-memory-access Read in io_wq_worker_running,
syzbot
[GIT PULL] io_uring fixes for 6.2-rc3,
Jens Axboe
[RFC PATCH liburing v1 0/2] Always enable CONFIG_NOLIBC if supported and deprecate --nolibc option,
Ammar Faizi
[PATCH liburing v1 0/2] liburing micro-optimzation,
Ammar Faizi
[PATCH] io_uring: fix some spelling mistakes in comment,
Yu Zhe
[PATCH v2] io_uring: Replace 0-length array with flexible array,
Kees Cook
[PATCHSET REBASE 00/10] cq wait refactoring rebase,
Pavel Begunkov
- [PATCHSET REBASE 05/10] io_uring: parse check_cq out of wq waiting, Pavel Begunkov
- [PATCHSET REBASE 03/10] io_uring: kill io_run_task_work_ctx, Pavel Begunkov
- [PATCHSET REBASE 09/10] io_uring: optimise non-timeout waiting, Pavel Begunkov
- [PATCHSET REBASE 04/10] io_uring: move defer tw task checks, Pavel Begunkov
- [PATCHSET REBASE 07/10] io_uring: simplify io_has_work, Pavel Begunkov
- [PATCHSET REBASE 02/10] io_uring: don't iterate cq wait fast path, Pavel Begunkov
- [PATCHSET REBASE 08/10] io_uring: set TASK_RUNNING right after schedule, Pavel Begunkov
- [PATCHSET REBASE 06/10] io_uring: mimimise io_cqring_wait_schedule, Pavel Begunkov
- [PATCHSET REBASE 01/10] io_uring: rearrange defer list checks, Pavel Begunkov
- [PATCHSET REBASE 10/10] io_uring: keep timeout in io_wait_queue, Pavel Begunkov
- Re: [PATCHSET REBASE 00/10] cq wait refactoring rebase, Jens Axboe
[PATCH v2] io_uring: fix CQ waiting timeout handling,
Pavel Begunkov
[PATCH] io_uring: fix CQ waiting timeout handling,
Pavel Begunkov
[PATCH] io_uring: Replace 0-length array with flexible array,
Kees Cook
[PATCH] io_uring: move 'poll_multi_queue' bool in io_ring_ctx, Jens Axboe
[RFC 1/1] io_uring: lockdep annotate CQ locking,
Pavel Begunkov
[RFC 1/1] io_uring: pin context while queueing deferred tw,
Pavel Begunkov
[PATCH AUTOSEL 6.0 2/4] io_uring: check for valid register opcode earlier, Sasha Levin
[PATCH AUTOSEL 5.15 2/4] io_uring: check for valid register opcode earlier, Sasha Levin
[PATCH AUTOSEL 6.1 01/10] io_uring/cancel: re-grab ctx mutex after finishing wait,
Sasha Levin
[PATCH] io_uring/msg_ring: Pass custom flags to the cqe,
leitao
[PATCH] io_uring/io-wq: free worker if task_work creation is canceled, Jens Axboe
[PATCH 5.10 51/63] x86/process: setup io_threads more like normal user space threads, Greg Kroah-Hartman
[RFC v2 00/13] CQ waiting and wake up optimisations,
Pavel Begunkov
- [RFC v2 11/13] io_uring: wake up optimisations, Pavel Begunkov
- [RFC v2 02/13] io_uring: don't iterate cq wait fast path, Pavel Begunkov
- [RFC v2 05/13] io_uring: parse check_cq out of wq waiting, Pavel Begunkov
- [RFC v2 04/13] io_uring: move defer tw task checks, Pavel Begunkov
- [RFC v2 06/13] io_uring: mimimise io_cqring_wait_schedule, Pavel Begunkov
- [RFC v2 08/13] io_uring: set TASK_RUNNING right after schedule, Pavel Begunkov
- [RFC v2 13/13] io_uring: add io_req_local_work_add wake fast path, Pavel Begunkov
- [RFC v2 10/13] io_uring: add lazy poll_wq activation, Pavel Begunkov
- [RFC v2 03/13] io_uring: kill io_run_task_work_ctx, Pavel Begunkov
- [RFC v2 09/13] io_uring: separate wq for ring polling, Pavel Begunkov
- [RFC v2 01/13] io_uring: rearrange defer list checks, Pavel Begunkov
- [RFC v2 07/13] io_uring: simplify io_has_work, Pavel Begunkov
- [RFC v2 12/13] io_uring: waitqueue-less cq waiting, Pavel Begunkov
- Re: (subset) [RFC v2 00/13] CQ waiting and wake up optimisations, Jens Axboe
- Re: [RFC v2 00/13] CQ waiting and wake up optimisations, Pavel Begunkov
[PATCH mm-unstable v1 0/3] mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings,
David Hildenbrand
[GIT PULL] io_uring fixes for 6.2-rc2,
Jens Axboe
[PATCH] io_uring: check for valid register opcode earlier, Jens Axboe
[syzbot] WARNING in io_sync_cancel,
syzbot
[syzbot] WARNING in io_cqring_overflow_flush,
syzbot
[RFC] io_uring: wake up optimisations,
Pavel Begunkov
[GIT PULL] Followup io_uring fixes for 6.2-rc1,
Jens Axboe
[PATCH] MAINTAINERS: io_uring: Add include/trace/events/io_uring.h,
Ammar Faizi
[PATCH mm-stable RFC 0/2] mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings,
David Hildenbrand
[PATCH liburing v1 0/8] liburing updates,
Ammar Faizi
[PATCH 1/1] io_uring/net: fix cleanup after recycle,
Pavel Begunkov
[PATCH v2] io_uring/net: ensure compat import handlers clear free_iov,
Jens Axboe
[PATCH] io_uring/net: ensure compat import handlers clear free_iov, Jens Axboe
[PATCHSET 0/2] tw/wakeup tweaks,
Jens Axboe
[PATCH] io_uring: use call_rcu_hurry if signaling an eventfd,
Dylan Yudaken
[RESEND PATCH] test/sendmsg_fs_cve: Fix the wrong SPDX-License-Identifier,
Ammar Faizi
[GIT PULL] io_uring followup updates for 6.2-rc1,
Jens Axboe
[GIT PULL] First round io_uring updates for 6.2-rc1,
Jens Axboe
[GIT PULL] io_uring fix for 6.1-final,
Jens Axboe
[PATCH for-next v2 00/12] CQ locking optimisation,
Pavel Begunkov
- [PATCH for-next v2 01/12] io_uring: dont remove file from msg_ring reqs, Pavel Begunkov
- [PATCH for-next v2 02/12] io_uring: improve io_double_lock_ctx fail handling, Pavel Begunkov
- [PATCH for-next v2 03/12] io_uring: skip overflow CQE posting for dying ring, Pavel Begunkov
- [PATCH for-next v2 05/12] io_uring: complete all requests in task context, Pavel Begunkov
- [PATCH for-next v2 04/12] io_uring: don't check overflow flush failures, Pavel Begunkov
- [PATCH for-next v2 06/12] io_uring: force multishot CQEs into task context, Pavel Begunkov
- [PATCH for-next v2 07/12] io_uring: use tw for putting rsrc, Pavel Begunkov
- [PATCH for-next v2 08/12] io_uring: never run tw and fallback in parallel, Pavel Begunkov
- [PATCH for-next v2 09/12] io_uring: get rid of double locking, Pavel Begunkov
- [PATCH for-next v2 11/12] io_uring: do msg_ring in target task via tw, Pavel Begunkov
- [PATCH for-next v2 10/12] io_uring: extract a io_msg_install_complete helper, Pavel Begunkov
- [PATCH for-next v2 12/12] io_uring: skip spinlocking for ->task_complete, Pavel Begunkov
[PATCH liburing 0/2] passthrough test fix and cleanup,
Kanchan Joshi
Message not available
Re: [PATCH liburing 0/2] passthrough test fix and cleanup, Jens Axboe
[PATCH] io_uring: Fix a null-ptr-deref in io_tctx_exit_cb(),
Harshit Mogalapalli
[PATCH for-next 0/7] CQ locking optimisation,
Pavel Begunkov
[PATCH] io_uring: don't hold uring_lock when calling io_run_task_work*,
Samiullah Khawaja
[PATCH for-next 0/4] some 6.2 cleanups,
Pavel Begunkov
[PATCH for-next 0/9] poll & rsrc quiesce improvements,
Pavel Begunkov
- [PATCH for-next 1/9] io_uring: kill io_poll_issue's PF_EXITING check, Pavel Begunkov
- [PATCH for-next 2/9] io_uring: carve io_poll_check_events fast path, Pavel Begunkov
- [PATCH for-next 3/9] io_uring: remove ctx variable in io_poll_check_events, Pavel Begunkov
- [PATCH for-next 4/9] io_uring: imporve poll warning handling, Pavel Begunkov
- [PATCH for-next 5/9] io_uring: combine poll tw handlers, Pavel Begunkov
- [PATCH for-next 6/9] io_uring: don't raw spin unlock to match cq_lock, Pavel Begunkov
- [PATCH for-next 8/9] io_uring: don't reinstall quiesce node for each tw, Pavel Begunkov
- [PATCH for-next 9/9] io_uring: reshuffle issue_flags, Pavel Begunkov
- [PATCH for-next 7/9] io_uring: improve rsrc quiesce refs checks, Pavel Begunkov
- Re: [PATCH for-next 0/9] poll & rsrc quiesce improvements, Jens Axboe
[syzbot] WARNING in io_req_complete_failed,
syzbot
[PATCH v2] io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not available, Jens Axboe
[PATCH] io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not available, Jens Axboe
[PATCH for-next 0/3] io_uring: completion cleanups,
Dylan Yudaken
[PATCH for-next 0/2] random for-next io_uring patches,
Pavel Begunkov
[PATCH liburing v2 0/8] Ensure we mark non-exported functions and variables as static,
Ammar Faizi
[PATCH liburing 0/2] tests for deferred multishot completions,
Dylan Yudaken
[PATCH for-next v3 0/9] io_uring: batch multishot completions,
Dylan Yudaken
- [PATCH for-next v3 6/9] io_uring: make io_fill_cqe_aux static, Dylan Yudaken
- [PATCH for-next v3 5/9] io_uring: add io_aux_cqe which allows deferred completion, Dylan Yudaken
- [PATCH for-next v3 9/9] io_uring: allow multishot polled reqs to defer completion, Dylan Yudaken
- [PATCH for-next v3 4/9] io_uring: allow defer completion for aux posted cqes, Dylan Yudaken
- [PATCH for-next v3 7/9] io_uring: add lockdep assertion in io_fill_cqe_aux, Dylan Yudaken
- [PATCH for-next v3 1/9] io_uring: io_req_complete_post should defer if available, Dylan Yudaken
- [PATCH for-next v3 8/9] io_uring: remove overflow param from io_post_aux_cqe, Dylan Yudaken
- [PATCH for-next v3 2/9] io_uring: always lock in io_apoll_task_func, Dylan Yudaken
- [PATCH for-next v3 3/9] io_uring: defer all io_req_complete_failed, Dylan Yudaken
- Re: [PATCH for-next v3 0/9] io_uring: batch multishot completions, Jens Axboe
[PATCH liburing v1 0/7] Ensure we mark internal functions and variables as static,
Ammar Faizi
[RFC PATCH liburing v1 0/2] Fix memset() issue and simplify function naming,
Ammar Faizi
[PATCH liburing v1 0/5] Remove useless brances in register functions,
Ammar Faizi
[PATCH liburing 0/3] test poll missing events,
Pavel Begunkov
[PATCH for-next 0/7] iopoll cqe posting fixes,
Pavel Begunkov
[PATCH for-next v2 00/13] io_uring: batch multishot completions,
Dylan Yudaken
- [PATCH for-next v2 07/13] io_uring: make io_req_complete_post static, Dylan Yudaken
- [PATCH for-next v2 09/13] io_uring: add io_aux_cqe which allows deferred completion, Dylan Yudaken
- [PATCH for-next v2 05/13] io_uring: timeout should use io_req_task_complete, Dylan Yudaken
- [PATCH for-next v2 02/13] io_uring: __io_req_complete should defer if available, Dylan Yudaken
- [PATCH for-next v2 10/13] io_uring: make io_fill_cqe_aux static, Dylan Yudaken
- [PATCH for-next v2 04/13] io_uring: lock on remove in io_apoll_task_func, Dylan Yudaken
- [PATCH for-next v2 03/13] io_uring: split io_req_complete_failed into post/defer, Dylan Yudaken
- [PATCH for-next v2 12/13] io_uring: remove overflow param from io_post_aux_cqe, Dylan Yudaken
- [PATCH for-next v2 11/13] io_uring: add lockdep assertion in io_fill_cqe_aux, Dylan Yudaken
- [PATCH for-next v2 06/13] io_uring: simplify io_issue_sqe, Dylan Yudaken
- [PATCH for-next v2 08/13] io_uring: allow defer completion for aux posted cqes, Dylan Yudaken
- [PATCH for-next v2 01/13] io_uring: merge io_req_tw_post and io_req_task_complete, Dylan Yudaken
- [PATCH for-next v2 13/13] io_uring: allow multishot polled reqs to defer completion, Dylan Yudaken
[PATCH v2] io_uring/filetable: fix file reference underflow,
Lin Ma
[PATCH -next] io_uring: Fix build error without CONFIG_EVENTFD,
Zhang Qilong
Re: next: mips: gcc-12-bcm63xx_defconfig failed, Geert Uytterhoeven
[RFC v2 0/1] RFC on how to include LSM hooks for io_uring commands,
Joel Granados
[PATCH v5 0/4] liburing: add api for napi busy poll,
Stefan Roesch
[PATCH v5 0/3] io_uring: add napi busy polling support,
Stefan Roesch
[RFC PATCH v4 0/3] io_uring: add napi busy polling support,
Stefan Roesch
[PATCH] io_uring: kill io_cqring_ev_posted() and __io_cq_unlock_post(),
Jens Axboe
[PATCH for-next 00/10] io_uring: batch multishot completions,
Dylan Yudaken
- [PATCH for-next 01/10] io_uring: merge io_req_tw_post and io_req_task_complete, Dylan Yudaken
- [PATCH for-next 07/10] io_uring: make io_req_complete_post static, Dylan Yudaken
- [PATCH for-next 08/10] io_uring: allow defer completion for aux posted cqes, Dylan Yudaken
- [PATCH for-next 09/10] io_uring: allow io_post_aux_cqe to defer completion, Dylan Yudaken
- [PATCH for-next 10/10] io_uring: allow multishot polled reqs to defer completion, Dylan Yudaken
- [PATCH for-next 06/10] io_uring: simplify io_issue_sqe, Dylan Yudaken
- [PATCH for-next 04/10] io_uring: lock on remove in io_apoll_task_func, Dylan Yudaken
- [PATCH for-next 02/10] io_uring: __io_req_complete should defer if available, Dylan Yudaken
- [PATCH for-next 05/10] io_uring: timeout should use io_req_task_complete, Dylan Yudaken
- [PATCH for-next 03/10] io_uring: split io_req_complete_failed into post/defer, Dylan Yudaken
[PATCHSET 0/4] Terminate multishot early on dependencies,
Jens Axboe
[PATCH v3 0/2] poll_refs armoring,
Pavel Begunkov
[RFC PATCH v4 0/4] liburing: add api for napi busy poll,
Stefan Roesch
[PATCH AUTOSEL 6.0 44/44] io_uring/poll: lockdep annote io_poll_req_insert_locked, Sasha Levin
[GIT PULL] io_uring fixes for 6.1-rc6,
Jens Axboe
[PATCH for-6.1 v2] io_uring: make poll refs more robust,
Pavel Begunkov
[PATCH for-6.1 1/1] io_uring: make poll refs more robust,
Pavel Begunkov
[PATCH for-6.1] io_uring: disallow self-propelled ring polling,
Pavel Begunkov
[PATCH] io_uring: kill tw-related outdated comments,
Pavel Begunkov
[PATCH for-next 1/1] io_uring: inline __io_req_complete_post(),
Pavel Begunkov
[PATCH for-6.1 0/4] minor poll fixes,
Pavel Begunkov
[PATCH v2 1/1] uapi:io_uring.h: allow linux/time_types.h to be skipped,
Stefan Metzmacher
[RFC 0/1] RFC on how to include LSM hooks for io_uring commands,
Joel Granados
[PATCH v1 0/2] io_uring uapi updates,
Ammar Faizi
[RFC PATCH v3 0/4] liburing: add api for napi busy poll timeout,
Stefan Roesch
[RFC PATCH v3 0/3] io_uring: add napi busy polling support,
Stefan Roesch
[Index of Archives]
[Linux Samsung SoC]
[Linux Actions SoC]
[Linux Rockchip SoC]
[Linux for Synopsys ARC Processors]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]