public inbox for [email protected]
 help / color / mirror / Atom feed
- recent:[subjects (threaded)|topics (new)|topics (active)]
2025-01-20  1:29 [PATCH v10 17/17] fuse: enable fuse-over-io-uring 18+ messages
2025-01-20  0:33 Re: [PATCH v9 10/17] fuse: Add io-uring sqe commit and fetch support 45+ messages
2025-01-19 15:05 [GIT PULL] io_uring updates for 6.14-rc1
2025-01-19 14:28 Re: [RFC][PATCH] fix io_uring_show_fdinfo() misuse of ->d_iname 4+ messages
2025-01-19  3:04 Re: [PATCH RFC 0/9] Launching processes with io_uring 25+ messages
2025-01-18 15:43 Re: [PATCH] test/defer: fix deadlock when io_uring_submit fail 4+ messages
2025-01-18  3:09 Re: [PATCH net-next v11 10/21] net: add helpers for setting a memory provider on an rx queue 43+ messages
2025-01-17 22:16 Re: [PATCH net-next v12 00/10] io_uring zero copy rx 12+ messages
2025-01-17  1:40 RE: [PATCH 1/1] io_uring: clean up io_uring_register_get_file() 5+ messages
2025-01-17  1:39 Re: [GIT PULL] io_uring fixes for 6.13-final 2+ messages
2025-01-16 22:58 Re: [PATCH net-next v10 22/22] io_uring/zcrx: add selftest 49+ messages
2025-01-16 14:35 Re: [PATCH] io_uring/rsrc: remove unused parameter ctx for io_rsrc_node_alloc() 2+ messages
2025-01-16 14:13 Re: [PATCH v2] io_uring/rsrc: Simplify buffer cloning by locking both rings 3+ messages
2025-01-15 20:30 Re: [PATCH v2] treewide: const qualify ctl_tables where applicable 6+ messages
2025-01-15 20:22 Re: [PATCH] io_uring/rsrc: Simplify buffer cloning by locking both rings 4+ messages
2025-01-15 17:07 Re: futex+io_uring: futex_q::task can maybe be dangling (but is not actually accessed, so it's fine) 10+ messages
2025-01-15 16:06 [PATCH 3/3] io_uring/register: cache old SQ/CQ head reading for copies 4+ messages
2025-01-15 15:54 Re: [PATCH 1/1] io_uring: reuse io_should_terminate_tw() for cmds 2+ messages
2025-01-15 15:54 Re: [PATCH] io_uring: Factor out a function to parse restrictions 3+ messages
2025-01-15 12:55 Re: [PATCH] io_uring/io-wq: Fix a small time window for reading work->flags 4+ messages
2025-01-15  7:15 Re: [RFC PATCH] mm/madvise: remove redundant mmap_lock operations from process_madvise() 10+ messages
2025-01-14 18:10 Re: [PATCH] io_uring/rsrc: require cloned buffers to share accounting contexts 3+ messages
2025-01-14 17:59 [PATCH] io_uring/rsrc: fixup io_clone_buffers() error handling
2025-01-14 17:23 Re: io_uring: memory accounting quirk with IORING_REGISTER_CLONE_BUFFERS 2+ messages
2025-01-13 22:30 Re: [PATCH v2] io_uring: simplify the SQPOLL thread check when cancelling requests 3+ messages
2025-01-13 20:09 Re: [PATCH v2] btrfs: add io_uring interface for encoded writes 2+ messages
2025-01-13 15:33 Re: [PATCH] io_uring: simplify the SQPOLL thread check when cancelling requests 7+ messages
2025-01-12 22:02 Re: [PATCH liburing] examples/io_uring-test: Fix memory leak 2+ messages
2025-01-12 11:34 Re: [PATCH] io_uring: annotate sqd->thread access with data race in cancel path 6+ messages
2025-01-12  6:45 RE: KASAN reported an error while executing accept-reust.t testcase 3+ messages
2025-01-11 20:01 Re: [GIT PULL] io_uring fixes for 6.13-rc7 2+ messages
2025-01-11  0:12 Re: [PATCH] io_uring: expose read/write attribute capability 6+ messages
2025-01-10 21:00 Re: [PATCH 1/1] io_uring: don't touch sqd->thread off tw add 3+ messages
2025-01-10 17:13 Re: [PATCH] treewide: const qualify ctl_tables where applicable 8+ messages
2025-01-10 14:53 Re: Bug? CQE.res = -EAGAIN with nvme multipath driver 9+ messages
2025-01-10 14:34 Re: [PATCH 1/1] io_uring: sqpoll: zero sqd->thread on tctx errors 2+ messages
2025-01-10 14:32 Re: [syzbot] [kernel?] KASAN: slab-use-after-free Read in thread_group_cputime 5+ messages
2025-01-10 11:00 Re: [PATCH 0/5] poll_wait: add mb() to fix theoretical race between waitqueue_active() and .poll() 10+ messages
2025-01-09 18:15 [PATCH 3/3] io_uring/rw: don't gate retry on completion context 4+ messages
2025-01-09 17:27 Re: [PATCH v1 0/3] virtio-blk: add io_uring passthrough support. 9+ messages
2025-01-09 16:35 Re: [PATCH net-next v9 14/20] io_uring/zcrx: dma-map area for the device 51+ messages
2025-01-09 14:50 [PATCH for-next] io_uring/eventfd: replace out-of-line signaling with a workqueue
2025-01-09  5:06 Re: [PATCH] io_uring/eventfd: ensure io_eventfd_signal() defers another RCU period 3+ messages
2025-01-08 16:42 Re: [PATCH] io_uring/sqpoll: annotate data race for access in debug check 3+ messages
2025-01-07 18:01 Re: [PATCH 1/1] io_uring/rw: reissue only from the same task 3+ messages
2025-01-07 14:31 Re: [PATCH 1/1] io_uring: silence false positive warnings 2+ messages
2025-01-07  2:17 Re: [PATCH 2/4] io_uring/cmd: add per-op data to struct io_uring_cmd_data 12+ messages
2025-01-06 16:53 Re: [PATCH 4/4] io_uring/rw: pre-mapped rw attributes 9+ messages
2025-01-05 14:13 Re: [syzbot] [io-uring?] WARNING in __io_submit_flush_completions 4+ messages
2025-01-05  2:12 Re: [PATCH] lsm,io_uring: add LSM hooks for io_uring_setup() 4+ messages
2025-01-04 22:12 Re: [PATCH 1/1] io_uring/timeout: fix multishot updates 5+ messages
2025-01-04 13:55 Re: [syzbot] [io-uring?] BUG: unable to handle kernel NULL pointer dereference in percpu_ref_put_many 6+ messages
2025-01-03 23:22 Re: [GIT PULL] io_uring fixes for 6.13-rc6 2+ messages
2025-01-03 17:54 Re: [PATCH] io_uring/rsrc: simplify the bvec iter's count calculation 2+ messages
2025-01-03 16:41 [PATCH] io_uring/kbuf: use pre-committed buffer address for non-pollable file
2025-01-03  0:52 [PATCH] io_uring/net: always initialize kmsg->msg.msg_inq upfront
2025-01-03  0:20 Re: [syzbot] [io-uring?] KMSAN: uninit-value in io_recv 3+ messages
2025-01-02 18:25 Re: 答复: [PATCH for-next] io_uring: ensure io_queue_deferred() is out-of-line 3+ messages
2025-01-02 12:15 Re: [syzbot] [kernel] WARNING: locking bug in sched_core_balance 4+ messages
2024-12-31  6:36 Re: [linux-next:master] [io_uring/rw] 8cf0c45999: fio.read_bw_MBps 51.1% regression 3+ messages
2024-12-31  0:13 Re: [PATCH] io_uring/rw: always clear ->bytes_done on io_async_rw setup 5+ messages
2024-12-30 23:19 Re: [syzbot] [fs?] [io-uring?] WARNING: locking bug in eventfd_signal_mask 3+ messages
2024-12-30 21:22 [PATCH] io_uring/timeout: flush timeouts outside of the timeout lock
2024-12-29 19:42 Re: [syzbot] [io-uring?] WARNING in __io_uring_free 6+ messages
2024-12-28 20:58 Re: [syzbot] [io-uring?] [usb?] WARNING in io_get_cqe_overflow (2) 14+ messages
2024-12-28 20:14 Re: [PATCH v2 1/1] io_uring/rw: fix downgraded mshot read 2+ messages
2024-12-28 19:16 Re: [GIT PULL] io_uring fix for 6.13-rc5 2+ messages
2024-12-28 17:39 Re: [PATCH 1/1] io_uring/rw: fix downgraded mshot read 2+ messages
2024-12-28 12:13 Re: Bug: slab-use-after-free Read in try_to_wake_up 6+ messages
2024-12-27 16:25 Re: [PATCH 1/1] io_uring/sqpoll: fix sqpoll error handling races 3+ messages
2024-12-26  9:01 [syzbot] Monthly io-uring report (Dec 2024)
2024-12-21 12:48 [syzbot] [fs?] [mm?] [io-uring?] INFO: task hung in hugetlbfs_zero_partial_page
2024-12-20 22:12 Re: [GIT PULL] io_uring fixes for 6.13-rc4 2+ messages
2024-12-19 21:16 [PATCH 2/2] io_uring: use security_uring_allowed() 2+ messages
2024-12-19 20:32 Re: [PATCH 1/1] io_uring: check if iowq is kileed before queuing 2+ messages
2024-12-19 16:35 [PATCH] io_uring/register: limit ring resizing to DEFER_TASKRUN
2024-12-19  1:20 Re: [PATCH] io_uring: Fix registered ring file refcount leak 2+ messages
2024-12-18 15:37 Re: [PATCH] io_uring/rw: don't mask in f_iocb_flags 3+ messages
2024-12-18 15:08 Re: [PATCH] io_uring/rw: use NULL for rw->free_iovec assigment 2+ messages
2024-12-18  3:35 Re: [PATCH 0/3][RFC] virtio-blk: add io_uring passthrough support for virtio-blk 20+ messages
2024-12-18  0:35 [--bla-- 05/20] net: page_pool: add mp op for netlink reporting 6+ messages
2024-12-17 23:50 Re: [PATCH v8 06/16] fuse: {io-uring} Handle SQEs - register commands 24+ messages
2024-12-17 18:02 [PATCH v3 4/4] btrfs: don't read from userspace twice in btrfs_uring_encoded_read() 4+ messages
2024-12-17 15:57 [PATCH] io_uring: make ctx->timeout_lock a raw spinlock
2024-12-17  0:05 Re: [PATCH RESEND v2 0/9] Clean up alloc_cache allocations 11+ messages
2024-12-16 16:12 Re: [PATCHv14 10/11] nvme: register fdp parameters with the block layer 6+ messages
2024-12-14 16:26 Re: [PATCH -next] io_uring: add support for fchmod 5+ messages
2024-12-14  1:36 Re: [GIT PULL] io_uring fix for 6.13-rc3 2+ messages
2024-12-13 21:18 Re: [PATCH v2 3/3] btrfs: don't read from userspace twice in btrfs_uring_encoded_read() 5+ messages
2024-12-13 17:57 Re: WARNING in get_pat_info 6+ messages
2024-12-13 14:18 Re: [syzbot] [io-uring?] KCSAN: data-race in io_recv / io_wq_free_work 2+ messages
2024-12-13 14:10 Re: possible deadlock in __wake_up_common_lock 6+ messages
2024-12-13 14:09 Re: [io-uring] general protection fault in io_register_clone_buffers 4+ messages
2024-12-13 12:46 [PATCH] btrfs: check if task has died in btrfs_uring_read_finished()
2024-12-13 12:19 Re: [syzbot] [tipc?] kernel BUG in __pskb_pull_tail 2+ messages
2024-12-12 15:17 Re: [io-uring] use-after-free in io_cqring_wait 5+ messages
2024-12-12 13:42 Re: [PATCH net-next v8 11/17] io_uring/zcrx: implement zerocopy receive pp memory provider 57+ messages
2024-12-12  6:05 Re: [PATCHv13 00/11] block write streams with nvme fdp 16+ messages
2024-12-11 21:21 Re: [PATCHv10 0/9] write hints with nvme fdp, scsi streams 106+ messages
2024-12-10 21:06 Re: [PATCH RFC liburing 1/2] Add IORING_OP_CLONE/EXEC support 4+ messages
2024-12-10 15:23 Re: [PATCHv12 11/12] nvme: register fdp parameters with the block layer 46+ messages
2024-12-09 21:16 Re: [PATCH liburing 0/4] test kernel allocated regions 7+ messages
2024-12-09 17:35 RE: [EXT] Re: [PATCHv11 00/10] block write streams with nvme fdp 24+ messages
2024-12-09 15:17 Re: [PATCH v2 1/1] io_uring: prevent reg-wait speculations 2+ messages
2024-12-09 15:17 Re: [PATCH 1/1] io_uring: don't vmap single page regions 2+ messages
2024-12-09  8:02 Re: [PATCH RFC v7 00/16] fuse: fuse-over-io-uring 41+ messages
2024-12-07 18:54 Re: [GIT PULL] io_uring fix for 6.13-rc2 2+ messages
2024-12-07 15:16 Re: [PATCH for-next] io_uring: clean up io_prep_rw_setup() 4+ messages
2024-12-06 12:07 Re: [PATCH v11 06/10] io_uring: introduce attributes for read/write and PI support 19+ messages
2024-12-04 22:24 [PATCH AUTOSEL 6.1 4/4] io_uring/tctx: work around xa_store() allocation error issue
2024-12-04 22:24 [PATCH AUTOSEL 6.6 6/6] io_uring/tctx: work around xa_store() allocation error issue
2024-12-04 22:23 [PATCH AUTOSEL 6.11 7/7] io_uring/tctx: work around xa_store() allocation error issue
2024-12-04 22:23 [PATCH AUTOSEL 6.12 8/8] io_uring/tctx: work around xa_store() allocation error issue
2024-12-04 20:18 Re: [syzbot] [mm] KASAN: null-ptr-deref Write in sys_io_uring_register 13+ messages
2024-12-04 19:04 Re: [PATCH v7 11/15] io_uring/zcrx: implement zerocopy receive pp memory provider 48+ messages
2024-12-04 17:38 Re: [syzbot] [io-uring?] general protection fault in io_sqe_buffer_register 9+ messages
2024-12-04 17:08 Re: [syzbot] [io-uring?] general protection fault in io_uring_show_fdinfo (2) 5+ messages
2024-12-04 16:40 Re: [PATCH][next] io_uring/kbuf: fix unintentional sign extension on shift of reg.bgid 2+ messages
2024-12-03 13:42 Re: [PATCH v2] io_uring: Change res2 parameter type in io_uring_cmd_done 3+ messages
2024-12-03 13:37 Re: CONFIG_IO_URING can be enabled although it is not visible 2+ messages
2024-12-03  9:27 RE: [PATCH] io_uring: Change res2 parameter type in io_uring_cmd_done 3+ messages
2024-12-01 21:49 Re: [PATCH] exec: Make sure task->comm is always NUL-terminated 7+ messages
2024-12-01 21:46 Re: [PATCH liburing v1] configure: Increase the length of print result format 2+ messages
2024-11-30 23:53 Re: [GIT PULL] Final io_uring changes for 6.13-rc1 2+ messages
2024-11-29 16:06 Re: [PATCH v3 00/18] kernel allocated regions and convert memmap to regions 21+ messages
2024-11-29 14:24 [PATCH] io_uring/tctx: work around xa_store() allocation error issue
2024-11-29 13:52 Re: [PATCH 1/1] io_uring: prevent reg-wait speculations 8+ messages
2024-11-27 22:05 Re: [PATCH 1/1] io_uring: fix corner case forgetting to vunmap 2+ messages
2024-11-27 21:59 Re: bcachefs: suspicious mm pointer in struct dio_write 17+ messages
2024-11-27 11:24 Re: [PATCH v10 06/10] io_uring: introduce attributes for read/write and PI support 22+ messages
2024-11-26 15:00 Re: [PATCH 1/1] io_uring: check for overflows in io_pin_pages 2+ messages
2024-11-26  8:21 Re: [syzbot] [io-uring?] WARNING in io_pin_pages 6+ messages
2024-11-25 23:44 Re: [PATCH 1/1] io_uring: sanitise nr_pages for SQ/CQ 2+ messages
2024-11-25 15:34 Re: [PATCH RFC v6 05/16] fuse: make args->in_args[0] to be always the header 24+ messages
2024-11-24 21:12 [PATCH v2 18/18] io_uring/memmap: unify io_uring mmap'ing code 19+ messages
2024-11-24 16:18 Re: 答复: [PATCH -next] io_uring: add support for fchmod 4+ messages
2024-11-23  0:50 Re: [PATCH next v1 2/2] io_uring: limit local tw done 30+ messages
2024-11-23  0:36 Re: [PATCH 2/6] io_uring: replace defer task_work llist with io_wq_work_list 12+ messages
2024-11-22 21:15 [PATCH v2 9/9] io_uring/msg_ring: Drop custom destructor 10+ messages
2024-11-22 18:54 Re: [PATCH] slab: Fix too strict alignment check in create_cache() 27+ messages
2024-11-21 23:04 Re: [PATCH 03/14] io_uring: specify freeptr usage for SLAB_TYPESAFE_BY_RCU io_kiocb cache 37+ messages
2024-11-21 15:45 Re: [PATCH v9 06/11] io_uring: introduce attributes for read/write and PI support 37+ messages
2024-11-21 14:16 Re: [syzbot] [io-uring?] KMSAN: uninit-value in io_nop 2+ messages
2024-11-21  7:17 Re: [EXT] Re: [PATCHv11 0/9] write hints with nvme fdp and scsi streams 28+ messages
2024-11-21  1:28 Re: [PATCH 00/11] support kernel allocated regions 13+ messages
2024-11-20 16:53 Re: [PATCH 4/4] btrfs: don't read from userspace twice in btrfs_uring_encoded_read() 7+ messages
2024-11-20 15:50 Re: [PATCH] btrfs: add io_uring interface for encoded writes 6+ messages
2024-11-20 14:13 Re: [PATCH next] io_uring/region: return negative -E2BIG in io_create_region() 2+ messages
2024-11-20  6:03 Re: [PATCH 14/15] nvme: enable FDP support 20+ messages
2024-11-20  2:05 [PATCH] io_uring: add separate freeptr type for slab
2024-11-19 16:18 Re: [PATCH 1/9] io_uring: Fold allocation into alloc_cache helper 15+ messages
2024-11-19  9:32 Re: [PATCH RFC v5 15/16] fuse: {io-uring} Prevent mount point hang on fuse-server termination 29+ messages
2024-11-19  1:10 Re: [GIT PULL] io_uring changes for 6.13-rc1 6+ messages
2024-11-18 16:11 Re: [PATCH 1/1] io_uring: protect register tracing 2+ messages
2024-11-18 16:11 Re: [PATCH 1/1] io_uring: remove io_uring_cqwait_reg_arg 2+ messages
2024-11-18 15:23 Re: don't reorder requests passed to ->queue_rqs 26+ messages
2024-11-17 16:03 Re: [PATCH liburing 0/8] region test fixes + improvements 10+ messages
2024-11-17 16:01 Re: [PATCH 1/1] io_uring/region: fix error codes after failed vmap 2+ messages
2024-11-16 17:07 Re: [PATCH liburing 0/8] update reg-wait to use region API 10+ messages
2024-11-16 16:39 Re: [PATCH liburing v3] test: add test cases for hybrid iopoll 2+ messages
2024-11-15 17:31 Re: [PATCH v3 0/6] regions, param pre-mapping and reg waits extension 9+ messages
2024-11-15 15:54 Re: [PATCH 4/6] io_uring: introduce memory regions 9+ messages
2024-11-15 15:43 Re: [PATCH] switch io_msg_ring() to CLASS(fd) 2+ messages
2024-11-15 15:40 Re: [PATCH liburing] test: add test cases for hybrid iopoll 4+ messages
2024-11-14 17:38 [PATCH v2 6/6] io_uring: restore back registered wait arguments 7+ messages
2024-11-13 14:56 Re: (subset) [PATCH V10 0/12] io_uring: support group buffer & ublk zc 21+ messages
2024-11-13 14:39 Re: [PATCH 1/1] io_uring: fix invalid hybrid polling ctx leaks 3+ messages
2024-11-13 13:09 Re: [RFC 2/3] io_uring/bpf: allow to register and run BPF programs 8+ messages
2024-11-13 11:42 Re: [syzbot] [io-uring?] KCSAN: data-race in __se_sys_io_uring_register / io_sqe_files_register (3) 2+ messages
2024-11-13  6:27 Re: Re: [PATCH liburing] test: add test cases for hybrid iopoll 7+ messages
2024-11-12  6:51 Re: [PATCH v8 06/10] io_uring/rw: add support to send metadata along with read/write 18+ messages
2024-11-12  1:32 Re: [PATCH v6 06/10] io_uring/rw: add support to send metadata along with read/write 24+ messages
2024-11-11 15:13 Re: [PATCH] io_uring/uring_cmd: fix buffer index retrieval 5+ messages
2024-11-11  8:16 Re: [bug report] fio failed with --fixedbufs 3+ messages
2024-11-10 14:56 [RFC 3/3] io_uring: allow waiting loop to ignore some CQEs 4+ messages
2024-11-10 13:31 Re: Potiential nullptr derefence in io_do_iopoll 2+ messages
2024-11-09 11:55 Re: FAILED: Patch "io_uring/rw: fix missing NOWAIT check for O_DIRECT start write" failed to apply to v5.15-stable tree 3+ messages
2024-11-08  7:12 Re: [PATCH v5 06/10] io_uring/rw: add support to send metadata along with read/write 24+ messages
2024-11-07 16:11 Re: [PATCH RFC v4 12/15] io_uring/cmd: let cmds to know about dying task 36+ messages
2024-11-07  2:16 Re: [PATCH V9 4/7] io_uring: reuse io_mapped_buf for kernel buffer 16+ messages
2024-11-06 20:32 Re: [PATCH] btrfs: add struct io_btrfs_cmd as type for io_uring_cmd_to_pdu() 3+ messages
2024-11-06 19:04 Re: [PATCH] io_uring/cmd: let cmds to know about dying task 5+ messages
2024-11-06 14:53 Re: FAILED: Patch "io_uring/rw: fix missing NOWAIT check for O_DIRECT start write" failed to apply to v5.10-stable tree 2+ messages
2024-11-06 14:53 Re: [PATCH liburing v1 1/2] .gitignore: Add `examples/reg-wait` 3+ messages
2024-11-06 14:11 Re: Stable backport (was "Re: PROBLEM: io_uring hang causing uninterruptible sleep state on 6.6.59") 11+ messages
2024-11-06  6:12 Re: [PATCH v7 06/10] io_uring/rw: add support to send metadata along with read/write 26+ messages
2024-11-05 12:53 Re: [PATCH 1/1] io_uring: avoid normal tw intermediate fallback 2+ messages
2024-11-05  3:37 Re: [PATCH V8 5/7] io_uring: support leased group buffer with REQ_F_GROUP_KBUF 52+ messages
2024-11-04 21:27 Re: [PATCH v1 06/15] net: page_pool: add ->scrub mem provider callback 126+ messages
2024-11-04 17:52 Re: [PATCH v4 0/6] napi tracking strategy 9+ messages
2024-11-04 16:43 Re: [PATCH 3/3] io_uring: move struct io_kiocb from task_struct to io_uring_task 17+ messages
2024-11-04 16:21 Re: [PATCH v9 1/1] io_uring: releasing CPU resources when polling 7+ messages
2024-11-04 16:19 Re: [PATCH] io_uring: prevent speculating sq_array indexing 2+ messages
2024-11-04  3:58 Re: [PATCH] io_uring/rsrc: fix null ptr dereference in io_sqe_buffer_register 2+ messages
2024-11-04  0:13 Re: [PATCH 1/2] io_uring/cmd: let cmds to know about dying task 4+ messages
2024-11-03 18:32 Re: [RFC][PATCHES v2] xattr stuff and interactions with io_uring 50+ messages
2024-11-03 18:03 Re: [PATCHSET 0/2] io_rsrc_node cleanups 2+ messages
2024-11-02  1:47 Re: [GIT PULL] io_uring fix for 6.12-rc6 2+ messages
2024-11-01 17:05 Re: [PATCH RFC] io_uring: extend io_uring_sqe flags bits 13+ messages
2024-11-01 16:42 Re: [PATCH v2] io_uring: extend io_uring_sqe flags bits 2+ messages

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox