public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-18 21:18:52 to 2026-01-06 12:15:06 UTC [more...]

re-enable IOCB_NOWAIT writes to files v5
 2026-01-06 12:15 UTC  (21+ 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

[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

re-enable IOCB_NOWAIT writes to files v4
 2026-01-06  6:24 UTC  (23+ messages)
` [PATCH 01/11] fs: remove inode_update_time
` [PATCH 02/11] fs: allow error returns from generic_update_time
` [PATCH 03/11] fs: exit early in generic_update_time when there is no work
` [PATCH 04/11] fs: delay the actual timestamp updates in inode_update_timestamps
` [PATCH 05/11] fs: return I_DIRTY_* and allow error returns from inode_update_timestamps
` [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] fat: enable "
` [PATCH 10/11] xfs: implement ->sync_lazytime
` [PATCH 11/11] xfs: enable non-blocking timestamp updates

[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 v7 0/3] io_uring: use release-acquire ordering for IORING_SETUP_R_DISABLED
 2026-01-05 21:05 UTC  (4+ 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 v2] io_uring/tctx: add separate lock for list of tctx's in ctx
 2026-01-05 18:53 UTC  (4+ messages)

[PATCH v3 00/25] fuse/io-uring: add kernel-managed buffer rings and zero-copy
 2026-01-05 18:49 UTC  (35+ messages)
` [PATCH v3 01/25] io_uring/kbuf: refactor io_buf_pbuf_register() logic into generic helpers
` [PATCH v3 02/25] io_uring/kbuf: rename io_unregister_pbuf_ring() to io_unregister_buf_ring()
` [PATCH v3 03/25] io_uring/kbuf: add support for kernel-managed buffer rings
` [PATCH v3 04/25] io_uring/kbuf: add mmap "
` [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 09/25] io_uring/kbuf: add io_uring_cmd_is_kmbuf_ring()
` [PATCH v3 10/25] io_uring/kbuf: export io_ring_buffer_select()
` [PATCH v3 11/25] io_uring/kbuf: return buffer id in buffer selection
` [PATCH v3 12/25] io_uring/cmd: set selected buffer index in __io_uring_cmd_done()
` [PATCH v3 13/25] fuse: refactor io-uring logic for getting next fuse request
` [PATCH v3 14/25] fuse: refactor io-uring header copying to ring
` [PATCH v3 15/25] fuse: refactor io-uring header copying from ring
` [PATCH v3 16/25] fuse: use enum types for header copying
` [PATCH v3 17/25] fuse: refactor setting up copy state for payload copying
` [PATCH v3 18/25] fuse: support buffer copying for kernel addresses
` [PATCH v3 19/25] fuse: add io-uring kernel-managed buffer 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 22/25] io_uring/rsrc: Allow buffer release callback to be optional
` [PATCH v3 23/25] io_uring/rsrc: add io_buffer_register_bvec()
` [PATCH v3 24/25] fuse: add zero-copy over io-uring
` [PATCH v3 25/25] docs: fuse: add io-uring bufring and zero-copy documentation

[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)

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

[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  (18+ 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
` [PATCH 5/5] io_uring: bpf: add io_uring_bpf_req_memcpy() kfunc

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

[PATCH V2 0/3] block: avoid to use bi_vcnt in bio_may_need_split()
 2025-12-31  3:00 UTC  (4+ 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()

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

[PATCH v6.20] io_uring/rsrc: refactor io_import_kbuf() to use single loop
 2025-12-30 18:28 UTC  (9+ messages)

[PATCH] io_uring: make overflowing cqe subject to OOM
 2025-12-30 16:01 UTC  (5+ messages)
` [syzbot ci] "

[PATCH v2] af_unix: don't post cmsg for SO_INQ unless explicitly asked for
 2025-12-28 15:45 UTC  (10+ messages)

[GIT PULL] io_uring fix for 6.19-rc3
 2025-12-26 19:50 UTC  (2+ messages)

[PATCH] io-uring: fixed an int type code style issue
 2025-12-26  5:16 UTC 

[PATCH v2] io_uring: fix filename leak in __io_openat_prep()
 2025-12-25 15:18 UTC  (4+ messages)

[PATCH] io_uring: fix filename leak in __io_openat_prep()
 2025-12-25  7:08 UTC  (3+ messages)

Syzbot test for v2: io_uring: fix filename leak in __io_openat_prep()
 2025-12-25  7:03 UTC  (2+ messages)
  ` [syzbot] [fs?] memory leak in getname_flags

re-enable IOCB_NOWAIT writes to files v3
 2025-12-22 23:41 UTC  (6+ messages)
` [PATCH 08/10] fs: add support for non-blocking timestamp updates

[PATCH] io_uring/rsrc: fix slab-out-of-bounds in io_buffer_register_bvec
 2025-12-22 22:08 UTC  (11+ messages)

[PATCH v6 0/6] io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER
 2025-12-22 20:19 UTC  (3+ messages)
` [syzbot ci] "

[PATCH v2 19/25] fuse: add io-uring kernel-managed buffer ring
 2025-12-22 17:23 UTC  (4+ messages)

[PATCH v2 05/25] io_uring/kbuf: support kernel-managed buffer rings in buffer selection
 2025-12-21 13:49 UTC  (2+ messages)

[PATCH v2 03/25] io_uring/kbuf: add support for kernel-managed buffer rings
 2025-12-21 12:24 UTC  (2+ messages)

[PATCH v2 25/25] docs: fuse: add io-uring bufring and zero-copy documentation
 2025-12-21  2:28 UTC  (2+ messages)

[GIT PULL] io_uring fix for 6.19-rc2
 2025-12-20 18:00 UTC  (2+ messages)

[PATCH 0/3] block: fix bi_vcnt misuse for cloned bio
 2025-12-20  8:19 UTC  (8+ messages)
` [PATCH 1/3] block: fix bio_may_need_split() by using bvec iterator way

[RFC PATCH 0/2] io_uring: fix io may accumulation in poll mode
 2025-12-19  5:43 UTC  (14+ messages)
` [RFC PATCH 2/2] "

[PATCHSET 0/2] Fix SO_INQ for af_unix
 2025-12-18 21:18 UTC  (6+ messages)
` [PATCH 1/2] af_unix: don't post cmsg for SO_INQ unless explicitly asked for


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