public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-31 01:51:02 to 2026-01-08 20:37:43 UTC [more...]

[PATCH v3 00/25] fuse/io-uring: add kernel-managed buffer rings and zero-copy
 2026-01-08 20:37 UTC  (20+ messages)
` [PATCH v3 05/25] io_uring/kbuf: support kernel-managed buffer rings in buffer selection
` [PATCH v3 06/25] io_uring/kbuf: add buffer ring pinning/unpinning
` [PATCH v3 07/25] io_uring/kbuf: add recycling for kernel managed buffer rings
` [PATCH v3 08/25] io_uring: add io_uring_cmd_fixed_index_get() and io_uring_cmd_fixed_index_put()
` [PATCH v3 10/25] io_uring/kbuf: export io_ring_buffer_select()

[PATCHSET RFC 0/2] Per-task io_uring opcode restrictions
 2026-01-08 20:17 UTC  (3+ messages)
` [PATCH 1/2] io_uring: allow registration of per-task restrictions
` [PATCH 2/2] io_uring/register: add support for inheriting task restrictions

re-enable IOCB_NOWAIT writes to files v6
 2026-01-08 15:24 UTC  (14+ messages)
` [PATCH 01/11] fs: remove inode_update_time
` [PATCH 02/11] fs: allow error returns from generic_update_time
` [PATCH 03/11] nfs: split nfs_update_timestamps
` [PATCH 04/11] fat: cleanup the flags for fat_truncate_time
` [PATCH 05/11] fs: refactor ->update_time handling
` [PATCH 06/11] fs: factor out a sync_lazytime helper
` [PATCH 07/11] fs: add a ->sync_lazytime method
` [PATCH 08/11] fs: add support for non-blocking timestamp updates
` [PATCH 09/11] fs: refactor file_update_time_flags
` [PATCH 10/11] xfs: implement ->sync_lazytime
` [PATCH 11/11] xfs: enable non-blocking timestamp updates

[RFC v2 00/11] Add dmabuf read/write via io_uring
 2026-01-08 10:17 UTC  (16+ messages)
` [RFC v2 01/11] file: add callback for pre-mapping dmabuf
` [RFC v2 10/11] io_uring/rsrc: add dmabuf-backed buffer registeration

[RFC PATCH 0/8] experimental struct filename followups
 2026-01-08  7:42 UTC  (9+ messages)
` [RFC PATCH 1/8] non-consuming variant of do_renameat2()
` [RFC PATCH 2/8] non-consuming variant of do_linkat()
` [RFC PATCH 3/8] non-consuming variant of do_symlinkat()
` [RFC PATCH 4/8] non-consuming variant of do_mkdirat()
` [RFC PATCH 5/8] non-consuming variant of do_mknodat()
` [RFC PATCH 6/8] non-consuming variants of do_{unlinkat,rmdir}()
` [RFC PATCH 7/8] execve: fold {compat_,}do_execve{,at}() into their sole callers
` [RFC PATCH 8/8] do_execveat_common(): don't consume filename reference

[PATCH v4 00/59] struct filename series
 2026-01-08  7:38 UTC  (60+ messages)
` [PATCH v4 01/59] do_faccessat(): import pathname only once
` [PATCH v4 02/59] do_fchmodat(): "
` [PATCH v4 03/59] do_fchownat(): "
` [PATCH v4 04/59] do_utimes_path(): "
` [PATCH v4 05/59] chdir(2): "
` [PATCH v4 06/59] chroot(2): "
` [PATCH v4 07/59] user_statfs(): "
` [PATCH v4 08/59] do_sys_truncate(): "
` [PATCH v4 09/59] do_readlinkat(): "
` [PATCH v4 10/59] get rid of audit_reusename()
` [PATCH v4 11/59] ntfs: ->d_compare() must not block
` [PATCH v4 12/59] getname_flags() massage, part 1
` [PATCH v4 13/59] getname_flags() massage, part 2
` [PATCH v4 14/59] struct filename: use names_cachep only for getname() and friends
` [PATCH v4 15/59] struct filename: saner handling of long names
` [PATCH v4 16/59] fs: hide names_cache behind runtime const machinery
` [PATCH v4 17/59] allow to use CLASS() for struct filename *
` [PATCH v4 18/59] switch __getname_maybe_null() to CLASS(filename_flags)
` [PATCH v4 19/59] allow incomplete imports of filenames
` [PATCH v4 20/59] struct filename ->refcnt doesn't need to be atomic
` [PATCH v4 21/59] file_getattr(): filename_lookup() accepts ERR_PTR() as filename
` [PATCH v4 22/59] file_setattr(): "
` [PATCH v4 23/59] move_mount(): "
` [PATCH v4 24/59] ksmbd_vfs_path_lookup(): vfs_path_parent_lookup() accepts ERR_PTR() as name
` [PATCH v4 25/59] ksmbd_vfs_rename(): "
` [PATCH v4 26/59] do_filp_open(): DTRT when getting ERR_PTR() as pathname
` [PATCH v4 27/59] rename do_filp_open() to do_file_open()
` [PATCH v4 28/59] do_sys_openat2(): get rid of useless check, switch to CLASS(filename)
` [PATCH v4 29/59] simplify the callers of file_open_name()
` [PATCH v4 30/59] simplify the callers of do_open_execat()
` [PATCH v4 31/59] simplify the callers of alloc_bprm()
` [PATCH v4 32/59] switch {alloc,free}_bprm() to CLASS()
` [PATCH v4 33/59] file_[gs]etattr(2): switch to CLASS(filename_maybe_null)
` [PATCH v4 34/59] mount_setattr(2): don't mess with LOOKUP_EMPTY
` [PATCH v4 35/59] do_open_execat(): don't care about LOOKUP_EMPTY
` [PATCH v4 36/59] vfs_open_tree(): use CLASS(filename_uflags)
` [PATCH v4 37/59] name_to_handle_at(): "
` [PATCH v4 38/59] fspick(2): use CLASS(filename_flags)
` [PATCH v4 39/59] do_fchownat(): unspaghettify a bit
` [PATCH v4 40/59] chdir(2): "
` [PATCH v4 41/59] do_utimes_path(): switch to CLASS(filename_uflags)
` [PATCH v4 42/59] do_sys_truncate(): switch to CLASS(filename)
` [PATCH v4 43/59] do_readlinkat(): switch to CLASS(filename_flags)
` [PATCH v4 44/59] do_f{chmod,chown,access}at(): use CLASS(filename_uflags)
` [PATCH v4 45/59] do_{renameat2,linkat,symlinkat}(): use CLASS(filename_consume)
` [PATCH v4 46/59] do_{mknodat,mkdirat,unlinkat,rmdir}(): "
` [PATCH v4 47/59] namei.c: convert getname_kernel() callers to CLASS(filename_kernel)
` [PATCH v4 48/59] namei.c: switch user pathname imports to CLASS(filename{,_flags})
` [PATCH v4 49/59] filename_...xattr(): don't consume filename reference
` [PATCH v4 50/59] move_mount(2): switch to CLASS(filename_maybe_null)
` [PATCH v4 51/59] chroot(2): switch to CLASS(filename)
` [PATCH v4 52/59] quotactl_block(): "
` [PATCH v4 53/59] statx: switch to CLASS(filename_maybe_null)
` [PATCH v4 54/59] user_statfs(): switch to CLASS(filename)
` [PATCH v4 55/59] mqueue: "
` [PATCH v4 56/59] ksmbd: use CLASS(filename_kernel)
` [PATCH v4 57/59] alpha: switch osf_mount() to strndup_user()
` [PATCH v4 58/59] sysfs(2): fs_index() argument is _not_ a pathname
` [PATCH v4 59/59] switch init_mkdir() to use of do_mkdirat(), etc

[PATCH v7 0/3] io_uring: use release-acquire ordering for IORING_SETUP_R_DISABLED
 2026-01-08  7:06 UTC  (8+ messages)
` [PATCH v7 1/3] "
` [PATCH v7 2/3] io_uring/msg_ring: drop unnecessary submitter_task checks
` [PATCH v7 3/3] io_uring/register: drop io_register_enable_rings() submitter_task check

[PATCH AUTOSEL 6.18] io_uring: use GFP_NOWAIT for overflow CQEs on legacy rings
 2026-01-07 15:53 UTC 

[PATCH V2 0/3] block: avoid to use bi_vcnt in bio_may_need_split()
 2026-01-07 15:08 UTC  (9+ messages)
` [PATCH V2 1/3] block: use bvec iterator helper for bio_may_need_split()
` [PATCH V2 2/3] block: don't initialize bi_vcnt for cloned bio in bio_iov_bvec_set()
` [PATCH V2 3/3] io_uring: remove nr_segs recalculation in io_import_kbuf()

re-enable IOCB_NOWAIT writes to files v5
 2026-01-07  7:43 UTC  (25+ messages)
` [PATCH 01/11] fs: remove inode_update_time
` [PATCH 02/11] fs: allow error returns from generic_update_time
` [PATCH 03/11] nfs: split nfs_update_timestamps
` [PATCH 04/11] fat: cleanup the flags for fat_truncate_time
` [PATCH 05/11] fs: refactor ->update_time handling
` [PATCH 06/11] fs: factor out a sync_lazytime helper
` [PATCH 07/11] fs: add a ->sync_lazytime method
` [PATCH 08/11] fs: add support for non-blocking timestamp updates
` [PATCH 09/11] fs: refactor file_update_time_flags
` [PATCH 10/11] xfs: implement ->sync_lazytime
` [PATCH 11/11] xfs: enable non-blocking timestamp updates

re-enable IOCB_NOWAIT writes to files v4
 2026-01-07  7:32 UTC  (5+ messages)

[PATCH v2 0/13] io_uring: add IORING_OP_BPF for extending io_uring
 2026-01-06 10:11 UTC  (14+ messages)
` [PATCH V2 01/13] io_uring: make io_import_fixed() global
` [PATCH V2 02/13] io_uring: refactor io_prep_reg_iovec() for BPF kfunc use
` [PATCH V2 03/13] io_uring: refactor io_import_reg_vec() "
` [PATCH V2 04/13] io_uring: prepare for extending io_uring with bpf
` [PATCH V2 05/13] io_uring: bpf: extend io_uring with bpf struct_ops
` [PATCH V2 06/13] io_uring: bpf: implement struct_ops registration
` [PATCH V2 07/13] io_uring: bpf: add BPF buffer descriptor for IORING_OP_BPF
` [PATCH V2 08/13] io_uring: bpf: add uring_bpf_memcpy() kfunc
` [PATCH V2 09/13] selftests/io_uring: update mini liburing
` [PATCH V2 10/13] selftests/io_uring: add BPF struct_ops and kfunc tests
` [PATCH V2 11/13] selftests/io_uring: add bpf_memcpy selftest for uring_bpf_memcpy() kfunc
` [PATCH V2 12/13] selftests/io_uring: add copy_user_to_fixed() and copy_fixed_to_user() bpf_memcpy tests
` [PATCH V2 13/13] selftests/io_uring: add copy_user_to_reg_vec() and copy_reg_vec_to_user() "

re-enable IOCB_NOWAIT writes to files v5
 2026-01-06  7:54 UTC  (6+ messages)
` [PATCH 01/11] fs: remove inode_update_time
` [PATCH 02/11] fs: allow error returns from generic_update_time
` [PATCH 03/11] nfs: split nfs_update_timestamps
` [PATCH 04/11] fat: cleanup the flags for fat_truncate_time

[PATCH] io_uring: Trim out unused includes
 2026-01-06  0:13 UTC  (2+ messages)

[PATCH] io_uring/io-wq: remove io_wq_for_each_worker() return value
 2026-01-05 22:34 UTC  (2+ messages)

[PATCH v2] io_uring/tctx: add separate lock for list of tctx's in ctx
 2026-01-05 18:53 UTC  (4+ messages)

[PATCH v2] io_uring/io-wq: fix incorrect io_wq_for_each_worker() termination logic
 2026-01-05 18:54 UTC  (4+ messages)

[PATCH] io_uring/io-wq: ensure workers are woken when io-wq context is exited
 2026-01-05 17:59 UTC  (4+ messages)

[GIT PULL] io_uring fixes for 6.19-rc4
 2026-01-02 20:19 UTC  (2+ messages)

[PATCH] io_uring/memmap: drop unused sz param in io_uring_validate_mmap_request()
 2026-01-01 15:18 UTC  (2+ messages)

[PATCH] io_uring/tctx: add separate lock for list of tctx's in ctx
 2026-01-01  9:47 UTC  (2+ messages)
` [syzbot ci] "

[PATCH 0/5] io_uring: add IORING_OP_BPF for extending io_uring
 2025-12-31 17:02 UTC  (16+ messages)
` [PATCH 1/5] io_uring: prepare for extending io_uring with bpf
` [PATCH 2/5] io_uring: bpf: add io_uring_ctx setup for BPF into one list
` [PATCH 3/5] io_uring: bpf: extend io_uring with bpf struct_ops
` [PATCH 4/5] io_uring: bpf: add buffer support for IORING_OP_BPF

[syzbot] [io-uring?] possible deadlock in io_uring_del_tctx_node
 2025-12-31 15:22 UTC  (2+ messages)

[PATCH v2] io_uring: drop overflowing CQE instead of exceeding memory limits
 2025-12-31  1:50 UTC  (2+ messages)


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