public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-06 07:51:31 to 2026-01-12 15:19:15 UTC [more...]

[PATCHSET 0/5] io_uring restrictions cleanups and improvements
 2026-01-12 15:14 UTC  (6+ messages)
` [PATCH 1/5] io_uring/register: have io_parse_restrictions() return number of ops
` [PATCH 2/5] io_uring/register: have io_parse_restrictions() set restrictions enabled
` [PATCH 3/5] io_uring/register: set ctx->restricted when restrictions are parsed
` [PATCH 4/5] io_uring: move ctx->restricted check into io_check_restriction()
` [PATCH 5/5] io_uring: track restrictions separately for IORING_OP and IORING_REGISTER

[PATCH] io_uring: Trim out unused includes
 2026-01-12 14:36 UTC  (3+ messages)

re-enable IOCB_NOWAIT writes to files v4
 2026-01-12 13:22 UTC  (8+ messages)

re-enable IOCB_NOWAIT writes to files v6
 2026-01-12 13:02 UTC  (15+ 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 PATCH 0/8] experimental struct filename followups
 2026-01-12 10:00 UTC  (10+ 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

[RFC PATCH 0/3] bsg: add io_uring command support for SCSI passthrough
 2026-01-12  8:46 UTC  (4+ messages)
` [RFC PATCH 1/3] bsg: add bsg_uring_cmd uapi structure
` [RFC PATCH 2/3] bsg: add uring_cmd support to BSG generic layer
` [RFC PATCH 3/3] bsg: implement SCSI BSG uring_cmd handler

[PATCH v3 00/25] fuse/io-uring: add kernel-managed buffer rings and zero-copy
 2026-01-11 16:03 UTC  (36+ 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()
` [PATCH v3 14/25] fuse: refactor io-uring header copying to ring
` [PATCH v3 20/25] io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec()
` [PATCH v3 21/25] io_uring/rsrc: split io_buffer_register_request() logic
` [PATCH v3 23/25] io_uring/rsrc: add io_buffer_register_bvec()
` [PATCH v3 24/25] fuse: add zero-copy over io-uring

[GIT PULL] io_uring fix for 6.19-rc5
 2026-01-10  2:15 UTC  (2+ messages)

[RFC PATCH 0/2] io_uring: fix io may accumulation in poll mode
 2026-01-09 23:27 UTC  (16+ messages)
` [RFC PATCH 2/2] "

[PATCHSET RFC v2 0/3] Per-task io_uring opcode restrictions
 2026-01-09 18:48 UTC  (4+ messages)
` [PATCH 1/3] io_uring: allow registration of per-task restrictions
` [PATCH 2/3] io_uring/register: add MASK support for task filter set
` [PATCH 3/3] io_uring/register: allow original task restrictions owner to unregister

[PATCH net-next v8 0/9] Add support for providers with large rx buffer
 2026-01-09 11:28 UTC  (10+ messages)
` [PATCH net-next v8 1/9] net: memzero mp params when closing a queue
` [PATCH net-next v8 2/9] net: reduce indent of struct netdev_queue_mgmt_ops members
` [PATCH net-next v8 3/9] net: add bare bone queue configs
` [PATCH net-next v8 4/9] net: pass queue rx page size from memory provider
` [PATCH net-next v8 5/9] eth: bnxt: store rx buffer size per queue
` [PATCH net-next v8 6/9] eth: bnxt: adjust the fill level of agg queues with larger buffers
` [PATCH net-next v8 7/9] eth: bnxt: support qcfg provided rx page size
` [PATCH net-next v8 8/9] selftests: iou-zcrx: test large chunk sizes
` [PATCH net-next v8 9/9] io_uring/zcrx: document area chunking parameter

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

[PATCH] io_uring/rsrc: fix RLIMIT_MEMLOCK bypass via compound page accounting
 2026-01-09  3:02 UTC  (2+ messages)

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

[PATCH v7 0/3] io_uring: use release-acquire ordering for IORING_SETUP_R_DISABLED
 2026-01-08 22:10 UTC  (9+ messages)
` [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 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 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  (21+ messages)
` [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 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

[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  (2+ messages)


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