IO Uring
[Prev Page][Next Page]
- [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
[PATCH v1] io_uring/filetable: fix file reference underflow, Lin Ma
[GIT PULL] io_uring fixes for 6.1-rc5,
Jens Axboe
[PATCH for-next 0/2] small tw add improvements,
Pavel Begunkov
[PATCH for-6.1 0/2] Subject: [PATCH for-6.1 0/2] 6.1 poll patches,
Pavel Begunkov
[PATCH] tools/io_uring/io_uring-cp: fix compile warning in copy_file(), Xiongfeng Wang
[PATCH] io_uring: check for rollover of buffer ID when providing buffers,
Jens Axboe
[PATCH v1] io_uring: update outdated comment of callbacks,
Lin Ma
[PATCH v1] io_uring: remove outdated comments of caching,
Lin Ma
liburing 2.3 API/ABI breakage,
Stefan Hajnoczi
[PATCH liburing] Alphabetise the test list,
Dylan Yudaken
[PATCH] io_uring: calculate CQEs from the user visible value,
Dylan Yudaken
Re: samba does not work with liburing 2.3,
Stefan Metzmacher
[PATCH liburing v4] test that unregister_files processes task work,
Dylan Yudaken
[PATCH liburing v3] test that unregister_files processes task work, Dylan Yudaken
[PATCH liburing v2] test that unregister_files processes task work,
Dylan Yudaken
[PATCH v1 00/15] zero-copy RX for io_uring,
Jonathan Lemon
- [PATCH v1 02/15] netdevice: add SETUP_ZCTAP to the netdev_bpf structure, Jonathan Lemon
- [PATCH v1 03/15] io_uring: add register ifq opcode, Jonathan Lemon
- [PATCH v1 01/15] io_uring: add zctap ifq definition, Jonathan Lemon
- [PATCH v1 08/15] io_uring: Add zctap buffer get/put functions and refcounting., Jonathan Lemon
- [PATCH v1 11/15] io_uring: Define the zctap iov[] returned to the user., Jonathan Lemon
- [PATCH v1 12/15] io_uring: add OP_RECV_ZC command., Jonathan Lemon
- [PATCH v1 07/15] io_uring: Allocate zctap device buffers and dma map them., Jonathan Lemon
- [PATCH v1 13/15] io_uring: Make remove_ifq_region a delayed work call, Jonathan Lemon
- [PATCH v1 14/15] io_uring: Add a buffer caching mechanism for zctap., Jonathan Lemon
- [PATCH v1 06/15] io_uring: Provide driver API for zctap packet buffers., Jonathan Lemon
- [PATCH v1 04/15] io_uring: create a zctap region for a mapped buffer, Jonathan Lemon
- [PATCH v1 15/15] io_uring: Notify the application as the fillq is drained., Jonathan Lemon
- [PATCH v1 05/15] io_uring: mark pages in ifq region with zctap information., Jonathan Lemon
- [PATCH v1 10/15] io_uring: Allocate a uarg for use by the ifq RX, Jonathan Lemon
- [PATCH v1 09/15] skbuff: Introduce SKBFL_FIXED_FRAG and skb_fixed(), Jonathan Lemon
- Re: [PATCH v1 00/15] zero-copy RX for io_uring, Dust Li
[PATCH v1 0/2] Add LSM access controls for io_uring_setup,
Gil Cukierman
[PATCH 0/4] io_uring: use ITER_UBUF,
Keith Busch
[RFC PATCH v2 0/4] liburing: add api for napi busy poll timeout,
Stefan Roesch
[RFC PATCH v2 0/2] io_uring: add napi busy polling support,
Stefan Roesch
[PATCH liburing] Do not always expect multishot recv to stop posting events,
Dylan Yudaken
[PATCH for-next 0/4] io_uring: cleanup allow_overflow on post_cqe,
Dylan Yudaken
[PATCH liburing] test that unregister_files processes task work,
Dylan Yudaken
[PATCH for-next] io_uring: do not always force run task_work in io_uring_register,
Dylan Yudaken
[RFC PATCH] fs/lock: increase the filp's reference for Posix-style locks,
xiubli
[PATCH] io_uring: fix typo in io_uring.h comment, Jens Axboe
[PATCH liburing 0/3] some extra zc tests,
Pavel Begunkov
[PATCH for-next 0/7] small zc improvements,
Pavel Begunkov
[RFC PATCH v1 0/3] liburing: add api for napi busy poll timeout,
Stefan Roesch
[RFC PATCH v1 0/2] io_uring: add napi busy polling support,
Stefan Roesch
[RFC PATCH 0/4] io_uring/splice: extend splice for supporting ublk zero copy,
Ming Lei
[RFC PATCH v3 00/15] zero-copy RX for io_uring,
Jonathan Lemon
- [RFC PATCH v3 01/15] io_uring: add zctap ifq definition, Jonathan Lemon
- [RFC PATCH v3 09/15] skbuff: Introduce SKBFL_FIXED_FRAG and skb_fixed(), Jonathan Lemon
- [RFC PATCH v3 03/15] io_uring: add register ifq opcode, Jonathan Lemon
- [RFC PATCH v3 15/15] io_uring: Notify the application as the fillq is drained., Jonathan Lemon
- [RFC PATCH v3 06/15] io_uring: Provide driver API for zctap packet buffers., Jonathan Lemon
- [RFC PATCH v3 11/15] io_uring: Define the zctap iov[] returned to the user., Jonathan Lemon
- [RFC PATCH v3 07/15] io_uring: Allocate zctap device buffers and dma map them., Jonathan Lemon
- [RFC PATCH v3 02/15] netdevice: add SETUP_ZCTAP to the netdev_bpf structure, Jonathan Lemon
- [RFC PATCH v3 12/15] io_uring: add OP_RECV_ZC command., Jonathan Lemon
- [RFC PATCH v3 13/15] io_uring: Make remove_ifq_region a delayed work call, Jonathan Lemon
- [RFC PATCH v3 10/15] io_uring: Allocate a uarg for use by the ifq RX, Jonathan Lemon
- [RFC PATCH v3 05/15] io_uring: mark pages in ifq region with zctap information., Jonathan Lemon
- [RFC PATCH v3 08/15] io_uring: Add zctap buffer get/put functions and refcounting., Jonathan Lemon
- [RFC PATCH v3 04/15] io_uring: create a zctap region for a mapped buffer, Jonathan Lemon
- [RFC PATCH v3 14/15] io_uring: Add a buffer caching mechanism for zctap., Jonathan Lemon
[PATCH v2] io_uring: fix two assignments in if conditions,
korantwork
[PATCH AUTOSEL 6.0 23/34] io_uring: don't iopoll from io_ring_ctx_wait_and_kill(), Sasha Levin
[PATCH] io_uring: fix two assignments in if conditions,
korantwork
[PATCH for-next 00/12] io_uring: retarget rsrc nodes periodically,
Dylan Yudaken
- [PATCH for-next 02/12] io_uring: io-wq helper to iterate all work, Dylan Yudaken
- [PATCH for-next 01/12] io_uring: infrastructure for retargeting rsrc nodes, Dylan Yudaken
- [PATCH for-next 05/12] io_uring: add tracing for io_uring_rsrc_retarget, Dylan Yudaken
- [PATCH for-next 03/12] io_uring: support retargeting rsrc on requests in the io-wq, Dylan Yudaken
- [PATCH for-next 06/12] io_uring: add fixed file peeking function, Dylan Yudaken
- [PATCH for-next 04/12] io_uring: reschedule retargeting at shutdown of ring, Dylan Yudaken
- [PATCH for-next 07/12] io_uring: split send_zc specific struct out of io_sr_msg, Dylan Yudaken
- [PATCH for-next 08/12] io_uring: recv/recvmsg retarget_rsrc support, Dylan Yudaken
- [PATCH for-next 09/12] io_uring: accept retarget_rsrc support, Dylan Yudaken
- [PATCH for-next 10/12] io_uring: read retarget_rsrc support, Dylan Yudaken
- [PATCH for-next 11/12] io_uring: read_fixed retarget_rsrc support, Dylan Yudaken
- [PATCH for-next 12/12] io_uring: poll_add retarget_rsrc support, Dylan Yudaken
- Re: [PATCH for-next 00/12] io_uring: retarget rsrc nodes periodically, Pavel Begunkov
[GIT PULL] io_uring fixes for 6.1-rc3,
Jens Axboe
[PATCH 1/1] io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flag,
Stefan Metzmacher
[PATCH 0/2] io_uring: fix locking in __io_run_local_work,
Dylan Yudaken
[PATCH net 0/4] a few corrections for SOCK_SUPPORT_ZC,
Pavel Begunkov
[PATCH liburing-next 1/1] tests: test both TCP ends in send zc tests,
Pavel Begunkov
[PATCH for-6.1 1/1] selftests/net: don't tests batched TCP io_uring zc,
Pavel Begunkov
[PATCH 1/1] net: also flag accepted sockets supporting msghdr originated zerocopy,
Stefan Metzmacher
[PATCH 1/1] uapi:io_uring.h: don't force linux/time_types.h for userspace, Stefan Metzmacher
[GIT PULL] Followup io_uring pull for 6.1-rc2,
Jens Axboe
[PATCH liburing 0/3] improve sendzc man pages,
Pavel Begunkov
[GIT PULL] io_uring fixes for 6.1-rc2,
Jens Axboe
[PATCH for-next v3 0/3] implement pcpu bio caching for IRQ I/O,
Pavel Begunkov
[PATCH for-6.1 0/3] fail io_uring zc with sockets not supporting it,
Pavel Begunkov
[PATCH liburing] fix recv-multishot test skipping in 6.1,
Dylan Yudaken
[PATCH liburing v2 0/3] Clean up clang `-Wshorten-64-to-32` warnings,
Ammar Faizi
[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]