[PATCH v1 00/30] fuse/io-uring: add kernel-managed buffer rings and zero-copy
2025-12-13 9:14 UTC (56+ messages)
` [PATCH v1 01/30] io_uring/kbuf: refactor io_buf_pbuf_register() logic into generic helpers
` [PATCH v1 02/30] io_uring/kbuf: rename io_unregister_pbuf_ring() to io_unregister_buf_ring()
` [PATCH v1 03/30] io_uring/kbuf: add support for kernel-managed buffer rings
` [PATCH v1 04/30] io_uring/kbuf: add mmap "
` [PATCH v1 05/30] io_uring/kbuf: support kernel-managed buffer rings in buffer selection
` [PATCH v1 06/30] io_uring/kbuf: add buffer ring pinning/unpinning
` [PATCH v1 07/30] io_uring/rsrc: add fixed buffer table pinning/unpinning
` [PATCH v1 08/30] io_uring/kbuf: add recycling for pinned kernel managed buffer rings
` [PATCH v1 09/30] io_uring: add io_uring_cmd_import_fixed_index()
` [PATCH v1 10/30] io_uring/kbuf: add io_uring_is_kmbuf_ring()
` [PATCH v1 11/30] io_uring/kbuf: return buffer id in buffer selection
` [PATCH v1 12/30] io_uring/kbuf: export io_ring_buffer_select()
` [PATCH v1 13/30] io_uring/cmd: set selected buffer index in __io_uring_cmd_done()
` [PATCH v1 14/30] io_uring: add release callback for ring death
` [PATCH v1 15/30] fuse: refactor io-uring logic for getting next fuse request
` [PATCH v1 16/30] fuse: refactor io-uring header copying to ring
` [PATCH v1 17/30] fuse: refactor io-uring header copying from ring
` [PATCH v1 18/30] fuse: use enum types for header copying
` [PATCH v1 19/30] fuse: refactor setting up copy state for payload copying
` [PATCH v1 20/30] fuse: support buffer copying for kernel addresses
` [PATCH v1 21/30] fuse: add io-uring kernel-managed buffer ring
` [PATCH v1 22/30] io_uring/rsrc: refactor io_buffer_register_bvec()/io_buffer_unregister_bvec()
` [PATCH v1 23/30] io_uring/rsrc: split io_buffer_register_request() logic
` [PATCH v1 24/30] io_uring/rsrc: Allow buffer release callback to be optional
` [PATCH v1 25/30] io_uring/rsrc: add io_buffer_register_bvec()
` [PATCH v1 26/30] io_uring/rsrc: export io_buffer_unregister
` [PATCH v1 27/30] fuse: rename fuse_set_zero_arg0() to fuse_zero_in_arg0()
` [PATCH v1 28/30] fuse: enforce op header for every payload reply
` [PATCH v1 29/30] fuse: add zero-copy over io-uring
` [PATCH v1 30/30] docs: fuse: add io-uring bufring and zero-copy documentation
[PATCH net-next v7 0/9] Add support for providers with large rx buffer
2025-12-13 0:04 UTC (20+ messages)
` [PATCH net-next v7 1/9] net: page pool: xa init with destroy on pp init
` [PATCH net-next v7 2/9] net: page_pool: sanitise allocation order
` [PATCH net-next v7 3/9] net: memzero mp params when closing a queue
` [PATCH net-next v7 4/9] net: let pp memory provider to specify rx buf len
` [PATCH net-next v7 5/9] eth: bnxt: store rx buffer size per queue
` [PATCH net-next v7 6/9] eth: bnxt: adjust the fill level of agg queues with larger buffers
` [PATCH net-next v7 7/9] eth: bnxt: allow providers to set rx buf size
` [PATCH net-next v7 8/9] io_uring/zcrx: document area chunking parameter
` [PATCH net-next v7 9/9] selftests: iou-zcrx: test large chunk sizes
[RFC PATCH 0/2] io_uring: fix io may accumulation in poll mode
2025-12-12 20:22 UTC (22+ messages)
` [RFC PATCH 1/2] blk-mq: delete task running check in blk_hctx_poll
` [RFC PATCH 2/2] io_uring: fix io may accumulation in poll mode
` (subset) [RFC PATCH 0/2] "
[RFC v2 00/11] Add dmabuf read/write via io_uring
2025-12-12 20:10 UTC (27+ messages)
` [RFC v2 01/11] file: add callback for pre-mapping dmabuf
` [RFC v2 02/11] iov_iter: introduce iter type for pre-registered dma
` [RFC v2 03/11] block: move around bio flagging helpers
` [RFC v2 04/11] block: introduce dma token backed bio type
` [RFC v2 05/11] block: add infra to handle dmabuf tokens
` [RFC v2 06/11] nvme-pci: add support for dmabuf reggistration
` [RFC v2 07/11] nvme-pci: implement dma_token backed requests
` (subset) [RFC v2 00/11] Add dmabuf read/write via io_uring
[PATCH] fuse: add zero-copy to fuse-over-io_uring
2025-12-12 16:50 UTC (4+ messages)
[GIT PULL] io_uring fix for 6.19-rc1
2025-12-12 10:09 UTC (2+ messages)
[PATCH 0/5] io_uring: add IORING_OP_BPF for extending io_uring
2025-12-10 16:11 UTC (9+ messages)
` [PATCH 3/5] io_uring: bpf: extend io_uring with bpf struct_ops
[PATCH v4 0/5] io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER
2025-12-10 6:20 UTC (7+ messages)
` [PATCH v4 1/5] io_uring: use release-acquire ordering for IORING_SETUP_R_DISABLED
` [PATCH v4 2/5] io_uring: clear IORING_SETUP_SINGLE_ISSUER for IORING_SETUP_SQPOLL
` [PATCH v4 3/5] io_uring: use io_ring_submit_lock() in io_iopoll_req_issued()
` [PATCH v4 4/5] io_uring: factor out uring_lock helpers
` [PATCH v4 5/5] io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER
[RFC PATCH v2 00/18] io_uring, struct filename and audit
2025-12-10 1:31 UTC (21+ messages)
` [RFC PATCH v2 01/18] do_faccessat(): import pathname only once
` [RFC PATCH v2 02/18] do_fchmodat(): "
` [RFC PATCH v2 03/18] do_fchownat(): "
` [RFC PATCH v2 04/18] do_utimes_path(): "
` [RFC PATCH v2 07/18] user_statfs(): "
` [RFC PATCH v2 08/18] do_sys_truncate(): "
` [RFC PATCH v2 09/18] do_readlinkat(): "
` [RFC PATCH v2 10/18] get rid of audit_reusename()
` [RFC PATCH v2 11/18] ntfs: ->d_compare() must not block
` [RFC PATCH v2 12/18] getname_flags() massage, part 1
` [RFC PATCH v2 13/18] getname_flags() massage, part 2
` [RFC PATCH v2 14/18] struct filename: use names_cachep only for getname() and friends
` [RFC PATCH v2 15/18] struct filename: saner handling of long names
` [RFC PATCH v2 17/18] fs: touch up predicts in putname()
` [RFC PATCH v2 18/18] struct filename ->refcnt doesn't need to be atomic
[PATCH v2] io_uring: fix min_wait wakeups for SQPOLL
2025-12-10 0:03 UTC
[PATCH] io_uring: fix min_wait wakeups for SQPOLL
2025-12-09 20:33 UTC
[GIT PULL] Followup io_uring fixes for 6.19-rc1
2025-12-09 0:12 UTC (2+ messages)
[PATCH] io_uring/poll: unify poll waitqueue entry and list removal
2025-12-05 17:24 UTC
[PATCH v1] io_uring/kbuf: use WRITE_ONCE() for userspace-shared buffer ring fields
2025-12-05 16:56 UTC (5+ messages)
[syzbot] Monthly io-uring report (Dec 2025)
2025-12-05 4:05 UTC (2+ messages)
[PATCH] io_uring/kbuf: use READ_ONCE() for userspace-mapped memory
2025-12-04 22:47 UTC (2+ messages)
[PATCH v1 1/3] io_uring/rsrc: clean up buffer cloning arg validation
2025-12-04 22:47 UTC (4+ messages)
` [PATCH v1 2/3] io_uring/rsrc: rename misleading src_node variable in io_clone_buffers()
` [PATCH v1 3/3] io_uring/rsrc: fix lost entries after cloned range
[PATCH liburing v1] man/io_uring_clone_buffers.3: remove duplicate IORING_REGISTER_DST_REPLACE text
2025-12-04 22:47 UTC (2+ messages)
[GIT PULL] io_uring updates for 6.19-rc1
2025-12-04 4:01 UTC (2+ messages)
[PATCH liburing v3 0/4] liburing: getsockname support
2025-12-03 20:23 UTC (6+ messages)
` [PATCH liburing v3 1/4] liburing: Introduce getsockname operation
` [PATCH liburing v3 2/4] test/bind-listen.t: Use ephemeral port
` [PATCH liburing v3 3/4] bind-listen.t: Add tests for getsockname
` [PATCH liburing v3 4/4] man/io_uring_prep_getsockname.3: Add man page
[PATCH] io_uring/trace: rename io_uring_queue_async_work event "rw" field
2025-12-03 14:53 UTC (2+ messages)
[PATCH] io_uring/io-wq: always retry worker create on ERESTART*
2025-12-03 14:53 UTC (2+ messages)
[PATCH v3 0/2] block: enable per-cpu bio cache by default
2025-12-03 14:53 UTC (3+ messages)
[PATCH liburing v2 0/4] liburing: getsockname support
2025-12-03 2:49 UTC (6+ messages)
` [PATCH liburing v2 2/4] test/bind-listen.t: Use ephemeral port
[syzbot] [io-uring?] memory leak in io_submit_sqes (5)
2025-12-01 21:52 UTC (8+ messages)
[PATCH] io_uring/poll: correctly handle io_poll_add() return value on update
2025-12-01 21:06 UTC
page: next (older)
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox