public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
[RFC][PATCH 00/13] io_uring, struct filename and audit
 2025-11-12  9:26 UTC  (38+ messages)
` [RFC][PATCH 01/13] do_faccessat(): import pathname only once
` [RFC][PATCH 02/13] do_fchmodat(): "
` [RFC][PATCH 03/13] do_fchownat(): "
` [RFC][PATCH 04/13] do_utimes_path(): "
` [RFC][PATCH 05/13] chdir(2): "
` [RFC][PATCH 06/13] chroot(2): "
` [RFC][PATCH 07/13] user_statfs(): "
` [RFC][PATCH 08/13] do_sys_truncate(): "
` [RFC][PATCH 09/13] do_readlinkat(): "
` [RFC][PATCH 10/13] get rid of audit_reusename()
` [RFC][PATCH 11/13] allow incomplete imports of filenames
` [RFC][PATCH 12/13] fs: touch up predicts in putname()
` [RFC][PATCH 13/13] struct filename ->refcnt doesn't need to be atomic

enable iomap dio write completions from interrupt context
 2025-11-12  8:46 UTC  (9+ messages)
` [PATCH 1/5] fs, iomap: remove IOCB_DIO_CALLER_COMP
` [PATCH 2/5] iomap: always run error completions in user context
` [PATCH 3/5] iomap: rework REQ_FUA selection
` [PATCH 4/5] iomap: support write completions from interrupt context
` [PATCH 5/5] iomap: invert the polarity of IOMAP_DIO_INLINE_COMP

[PATCH] io_uring/rsrc: don't use blk_rq_nr_phys_segments() as number of bvecs
 2025-11-12  1:59 UTC  (5+ messages)

[PATCH v6 0/5] io_uring zcrx ifq sharing
 2025-11-11 17:35 UTC  (8+ messages)
` [PATCH v6 1/5] io_uring/zcrx: count zcrx users
` [PATCH v6 2/5] io_uring/zcrx: move io_zcrx_scrub() and dependencies up
` [PATCH v6 3/5] io_uring/zcrx: export zcrx via a file
` [PATCH v6 4/5] io_uring/zcrx: add io_fill_zcrx_offsets()
` [PATCH v6 5/5] io_uring/zcrx: share an ifq between rings

[PATCH 0/5] io_uring: add IORING_OP_BPF for extending io_uring
 2025-11-11 14:07 UTC  (14+ 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

[PATCH 0/4] random setup cleanups
 2025-11-10 22:02 UTC  (6+ messages)
` [PATCH 1/4] io_uring: add helper calculating region byte size
` [PATCH 2/4] io_uring: pass sq entires in the params struct
` [PATCH 3/4] io_uring: use mem_is_zero to check ring params
` [PATCH 4/4] io_uring: move flags check to io_uring_sanitise_params

[PATCH 6.18] io_uring/query: return number of available queries
 2025-11-10 22:00 UTC  (2+ messages)

[syzbot] [io-uring?] memory leak in iovec_from_user (2)
 2025-11-10 21:55 UTC  (5+ messages)

[PATCH] io_uring/rw: ensure allocated iovec gets cleared for early failure
 2025-11-10 21:37 UTC 

[PATCH 1/1] io_uring: regbuf vector size truncation
 2025-11-10 12:19 UTC  (5+ messages)

[GIT PULL] io_uring fix for 6.18-rc5
 2025-11-08 17:15 UTC  (2+ messages)

[PATCH 1/1] io_uring/query: buffer size calculations with a union
 2025-11-08 13:40 UTC  (2+ messages)

[PATCH net v1 2/2] gve: use max allowed ring size for ZC page_pools
 2025-11-08  2:04 UTC 

[PATCH v2 0/2] block: enable per-cpu bio cache by default
 2025-11-08  1:15 UTC  (5+ messages)
` [PATCH v2 1/2] block: use bio_alloc_bioset for passthru IO "
` [PATCH v2 2/2] block: enable per-cpu bio cache "

[PATCH] liburing: add test for metadata
 2025-11-08  0:27 UTC  (2+ messages)

[PATCH v2 0/8] fuse: support io-uring registered buffers
 2025-11-07 22:23 UTC  (15+ messages)
` [PATCH v2 5/8] fuse: use enum types for header copying
` [PATCH v2 6/8] fuse: add user_ prefix to userspace headers and payload fields
` [PATCH v2 7/8] fuse: refactor setting up copy state for payload copying
` [PATCH v2 8/8] fuse: support io-uring registered buffers

[GIT PULL] io_uring fixes for 6.18-rc5
 2025-11-07 16:05 UTC  (2+ messages)

[PATCH v3 0/2] net: io_uring/zcrx: call netdev_queue_get_dma_dev() under instance lock
 2025-11-06 23:33 UTC  (7+ messages)
` [PATCH v3 1/2] net: export netdev_get_by_index_lock()
` [PATCH v3 2/2] net: io_uring/zcrx: call netdev_queue_get_dma_dev() under instance lock

[PATCH for-next] io_uring: use WRITE_ONCE for user shared memory
 2025-11-06 23:25 UTC  (2+ messages)

[PATCH v1 0/7] reverse ifq refcount
 2025-11-06 23:25 UTC  (18+ messages)
` [PATCH v1 1/7] io_uring/memmap: remove unneeded io_ring_ctx arg
` [PATCH v1 2/7] io_uring/memmap: refactor io_free_region() to take user_struct param
` [PATCH v1 3/7] io_uring/rsrc: refactor io_{un}account_mem() to take {user,mm}_struct param
` [PATCH v1 4/7] io_uring/zcrx: add io_zcrx_ifq arg to io_zcrx_free_area()
` [PATCH v1 5/7] io_uring/zcrx: add user_struct and mm_struct to io_zcrx_ifq
` [PATCH v1 6/7] io_uring/zcrx: move io_unregister_zcrx_ifqs() down
` [PATCH v1 7/7] io_uring/zcrx: reverse ifq refcount

[PATCHSET 0/2] Add support for IORING_CQE_F_SOCK_FULL
 2025-11-06 23:24 UTC  (5+ messages)
` [PATCH 1/2] io_uring/poll: flag request with REQ_F_POLL_TRIGGERED if it went through poll
` [PATCH 2/2] io_uring/net: add IORING_CQE_F_SOCK_FULL if a send needed to poll arm

[PATCH io_uring-6.18 1/1] io_uring: fix types for region size calulation
 2025-11-06 23:23 UTC  (5+ messages)

[RFC 00/16] Introduce ring flexible placement
 2025-11-06 17:01 UTC  (17+ messages)
` [RFC 01/16] io_uring: add helper calculating region byte size
` [RFC 02/16] io_uring: pass sq entires in the params struct
` [RFC 03/16] io_uring: use mem_is_zero to check ring params
` [RFC 04/16] io_uring: move flags check to io_uring_sanitise_params
` [RFC 05/16] io_uring: introduce struct io_ctx_config
` [RFC 06/16] io_uring: split out config init helper
` [RFC 07/16] io_uring: add structure keeping ring offsets
` [RFC 08/16] io_uring: pre-calculate scq offsets
` [RFC 09/16] io_uring: inroduce helper for setting user offset
` [RFC 10/16] io_uring: separate cqe array from headers
` [RFC 11/16] io_uring/region: introduce io_region_slice
` [RFC 12/16] io_uring: convert pointer init to io_region_slice
` [RFC 13/16] io_uring: refactor rings_size()
` [RFC 14/16] io_uring: extract io_create_mem_region
` [RFC 15/16] io_uring: allow creating mem region at setup
` [RFC 16/16] io_uring: introduce SCQ placement

[PATCHSET 0/2] Minor vectored futex cleanups
 2025-11-05 20:00 UTC  (3+ messages)
` [PATCH 1/2] io_uring/futex: move futexv async data handling to struct io_futexv_data
` [PATCH 2/2] io_uring/futex: move futexv owned status "

[PATCH v2] io_uring: fix typos and comment wording
 2025-11-05 15:22 UTC  (2+ messages)

[PATCHSET 0/6] Various minor cleanups
 2025-11-05 13:14 UTC  (6+ messages)
` [PATCH 3/6] io_uring/notif: move io_notif_flush() to net.c
` [PATCH 6/6] io_uring/cancel: move __io_uring_cancel() into cancel.c

[PATCH v4 00/12] io_uring zcrx ifq sharing
 2025-11-04 13:53 UTC  (16+ messages)
` [PATCH v4 01/12] io_uring/zcrx: remove sync refill uapi
` [PATCH v4 02/12] io_uring/zcrx: introduce IORING_REGISTER_ZCRX_CTRL
` [PATCH v4 03/12] io_uring/memmap: remove unneeded io_ring_ctx arg
` [PATCH v4 04/12] io_uring/memmap: refactor io_free_region() to take user_struct param
` [PATCH v4 05/12] io_uring/rsrc: refactor io_{un}account_mem() to take {user,mm}_struct param
` [PATCH v4 06/12] io_uring/zcrx: add io_zcrx_ifq arg to io_zcrx_free_area()
` [PATCH v4 07/12] io_uring/zcrx: add user_struct and mm_struct to io_zcrx_ifq
` [PATCH v4 08/12] io_uring/zcrx: move io_unregister_zcrx_ifqs() down
` [PATCH v4 09/12] io_uring/zcrx: reverse ifq refcount
` [PATCH v4 10/12] io_uring/zcrx: move io_zcrx_scrub() and dependencies up
` [PATCH v4 11/12] io_uring/zcrx: export zcrx via a file
` [PATCH v4 12/12] io_uring/zcrx: share an ifq between rings

[PATCH v2 0/5] io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER
 2025-11-03 20:47 UTC  (5+ messages)

[PATCH] io_uring/memmap: return bool from io_mem_alloc_compound()
 2025-11-03 20:07 UTC  (4+ messages)

[PATCH] io_uring/cancel: move cancelation code from io_uring.c to cancel.c
 2025-11-03 20:01 UTC 

[PATCH] io_uring: fix typos and comment wording
 2025-11-03 19:04 UTC  (3+ messages)
  ` [External] : "


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