public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-29 17:19:53 to 2026-02-11 19:05:01 UTC [more...]

[PATCH io_uring-7.1 v6 0/5] BPF controlled io_uring
 2026-02-11 19:04 UTC  (4+ messages)
` [PATCH v6 1/5] io_uring: introduce callback driven main loop
` [PATCH v6 2/5] io_uring/bpf-ops: implement loop_step with BPF struct_ops
` [PATCH v6 3/5] io_uring/bpf-ops: add kfunc helpers

[PATCH io_uring-7.1 v5 0/5] BPF controlled io_uring
 2026-02-11 18:58 UTC  (11+ messages)
` [PATCH v5 1/5] io_uring: introduce callback driven main loop
` [PATCH v5 2/5] io_uring/bpf-ops: implement loop_step with BPF struct_ops
` [PATCH v5 3/5] io_uring/bpf-ops: add kfunc helpers
` [PATCH v5 4/5] io_uring/bpf-ops: implement bpf ops registration
` [PATCH v5 5/5] selftests/io_uring: add a bpf io_uring selftest

[PATCH v1 00/11] io_uring: add kernel-managed buffer rings
 2026-02-11 15:45 UTC  (25+ messages)
` [PATCH v1 01/11] io_uring/kbuf: refactor io_register_pbuf_ring() logic into generic helpers
` [PATCH v1 02/11] io_uring/kbuf: rename io_unregister_pbuf_ring() to io_unregister_buf_ring()
` [PATCH v1 03/11] io_uring/kbuf: add support for kernel-managed buffer rings
` [PATCH v1 04/11] io_uring/kbuf: add mmap "
` [PATCH v1 05/11] io_uring/kbuf: support kernel-managed buffer rings in buffer selection
` [PATCH v1 06/11] io_uring/kbuf: add buffer ring pinning/unpinning
` [PATCH v1 07/11] io_uring/kbuf: add recycling for kernel managed buffer rings
` [PATCH v1 08/11] io_uring/kbuf: add io_uring_is_kmbuf_ring()
` [PATCH v1 09/11] io_uring/kbuf: export io_ring_buffer_select()
` [PATCH v1 10/11] io_uring/kbuf: return buffer id in buffer selection
` [PATCH v1 11/11] io_uring/cmd: set selected buffer index in __io_uring_cmd_done()

[PATCHSET 0/2] cBPF filter API adjustment
 2026-02-11 15:01 UTC  (3+ messages)
` [PATCH 1/2] io_uring/bpf_filter: move filter size and populate helper into struct
` [PATCH 2/2] io_uring/bpf_filter: pass in expected filter payload size

[PATCH AUTOSEL 6.19-6.18] io_uring/timeout: annotate data race in io_flush_timeouts()
 2026-02-11 12:30 UTC 

[syzbot] [io-uring?] BUG: corrupted list in io_poll_remove_entries
 2026-02-10 22:16 UTC  (6+ messages)
  ` [syzbot] [media] "

[PATCH] io_uring/rsrc: replace reg buffer bit field with flags
 2026-02-10 12:26 UTC  (4+ messages)

[PATCH io_uring 1/1] io_uring/zcrx: improve types for size calculation
 2026-02-10 12:26 UTC  (2+ messages)

[PATCH v2 1/1] io_uring/tctx: avoid modifying loop variable in io_ring_add_registered_file
 2026-02-10  3:16 UTC  (2+ messages)

[PATCH] io_uring: simplify IORING_SETUP_DEFER_TASKRUN && !SQPOLL check
 2026-02-10  3:16 UTC  (2+ messages)

[GIT PULL] io_uring cBPF filter support
 2026-02-10  2:43 UTC  (2+ messages)

[GIT PULL] Core io_uring changes for 7.0-rc1
 2026-02-10  2:43 UTC  (2+ messages)

[PATCH] io_uring/tctx: prevent loop variable modification
 2026-02-10  2:02 UTC  (4+ messages)

[PATCH v4 00/25] fuse/io-uring: add kernel-managed buffer rings and zero-copy
 2026-02-09 17:31 UTC  (20+ messages)
` [PATCH v4 03/25] io_uring/kbuf: add support for kernel-managed buffer rings
` [PATCH v4 06/25] io_uring/kbuf: add buffer ring pinning/unpinning
` [PATCH v4 07/25] io_uring/kbuf: add recycling for kernel managed buffer rings
` [PATCH v4 25/25] docs: fuse: add io-uring bufring and zero-copy documentation

[PATCH 0/2] Introduce IORING_OP_MMAP
 2026-02-09 14:36 UTC  (12+ messages)
` [PATCH 1/2] io_uring: Support commands with optional file descriptors
` [PATCH 2/2] io_uring: introduce IORING_OP_MMAP

[LSF/MM/BPF TOPIC] dmabuf backed read/write
 2026-02-09 14:01 UTC  (25+ messages)

[PATCH AUTOSEL 6.18] io_uring/fdinfo: be a bit nicer when looping a lot of SQEs/CQEs
 2026-02-09 12:26 UTC 

[RFC v2 00/11] Add dmabuf read/write via io_uring
 2026-02-06 18:01 UTC  (8+ messages)
` [RFC v2 02/11] iov_iter: introduce iter type for pre-registered dma
` [RFC v2 04/11] block: introduce dma token backed bio type
` [RFC v2 05/11] block: add infra to handle dmabuf tokens

[PATCH v3 00/25] fuse/io-uring: add kernel-managed buffer rings and zero-copy
 2026-02-05 22:19 UTC  (8+ messages)
` [PATCH v3 19/25] fuse: add io-uring kernel-managed buffer ring

[GIT PULL] io_uring fixes for 6.19-final
 2026-02-05 23:34 UTC  (2+ messages)

[PATCH] io_uring/kbuf: fix memory leak if io_buffer_add_list fails
 2026-02-05 18:13 UTC  (3+ messages)

[RFC PATCH 0/5] Separate compound page from folio
 2026-02-04 18:49 UTC  (17+ messages)
` [RFC PATCH 1/5] io_uring: allocate folio in io_mem_alloc_compound() and function rename
` [RFC PATCH 2/5] mm/huge_memory: use page_rmappable_folio() to convert after-split folios
` [RFC PATCH 3/5] mm/hugetlb: set large_rmappable on hugetlb and avoid deferred_list handling
` [RFC PATCH 4/5] mm: only use struct page in compound_nr() and compound_order()
` [RFC PATCH 5/5] mm: code separation for compound page and folio
` [syzbot ci] Re: Separate compound page from folio
  ` [syzbot ci] "
    `  "

[PATCH] io_uring: Add SPDX id lines to remaining source files
 2026-02-04 14:24 UTC  (2+ messages)

[PATCH] io_uring/fdinfo: be a bit nicer when looping a lot of SQEs/CQEs
 2026-02-03 17:56 UTC  (3+ messages)

[PATCH] io_uring/fdinfo: kill unnecessary newline feed in CQE32 printing
 2026-02-03 17:03 UTC 

[BUG] soft lockup in seq_read while reading io_uring fdinfo
 2026-02-03 16:59 UTC  (2+ messages)

[PATCH v1 0/2] io_uring/io-wq: let workers exit when unused
 2026-02-03 14:09 UTC  (10+ messages)
` [PATCH v1 1/2] io-wq: add exit-on-idle mode
` [PATCH v1 2/2] io_uring: allow io-wq workers to exit when unused

[PATCH net-next RFC 0/3] net: move .getsockopt away from __user buffers
 2026-02-02 22:31 UTC  (10+ messages)
` [PATCH net-next RFC 1/3] net: add getsockopt_iter callback to proto_ops
` [PATCH net-next RFC 2/3] net: prefer getsockopt_iter in do_sock_getsockopt
` [PATCH net-next RFC 3/3] netlink: convert to getsockopt_iter

[PATCH AUTOSEL 6.18] io_uring/rw: free potentially allocated iovec on cache put failure
 2026-02-02 21:45 UTC 

[PATCH io_uring 1/1] io_uring/zcrx: fix rq flush locking
 2026-02-02 15:21 UTC  (2+ messages)

[PATCH io_uring 1/1] io_uring/zcrx: fix page array leak
 2026-02-02 15:21 UTC  (2+ messages)

[PATCH 0/2] io_uring: Add macro to validate SQE cmd size
 2026-01-30  5:11 UTC  (6+ messages)
` [PATCH 1/2] io_uring: Add size check for sqe->cmd
` [PATCH 2/2] block/ublk_drv: Validate SQE128 flag before accessing the cmd

[PATCH v3] io_uring: Add size check for sqe->cmd
 2026-01-30  1:36 UTC 

[PATCH v2] io_uring: Add size check for sqe->cmd
 2026-01-30  1:27 UTC  (2+ messages)

[PATCH liburing 0/2] liburing mmap support
 2026-01-29 22:12 UTC  (3+ messages)
` [PATCH liburing 1/2] liburing: Add support to IORING_OP_MMAP
` [PATCH liburing 2/2] mmap.t: Introduce IORING_OP_MMAP test case

[PATCH liburing 1/1] src/queue: simplify IORING_SETUP_SQ_REWIND handling
 2026-01-29 20:11 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