messages from 2025-02-21 15:36:34 to 2025-02-26 18:10:22 UTC [more...]
[PATCHv6 0/6] ublk zero copy support
2025-02-26 18:10 UTC (8+ messages)
` [PATCHv6 1/5] io_uring: add support for kernel registered bvecs
` [PATCHv6 2/6] "
` [PATCHv6 2/5] nvme: map uring_cmd data even if address is 0
` [PATCHv6 3/5] ublk: zc register/unregister bvec
` [PATCHv6 4/6] "
` [PATCHv6 5/6] io_uring: add abstraction for buf_table rsrc data
` [PATCHv6 6/6] io_uring: cache nodes and mapped buffers
[PATCH 0/7] improve net msghdr / iovec handlng
2025-02-26 17:41 UTC (9+ messages)
` [PATCH 1/7] io_uring/net: remove unnecessary REQ_F_NEED_CLEANUP
` [PATCH 2/7] io_uring/net: simplify compat selbuf iov parsing
` [PATCH 3/7] io_uring/net: isolate msghdr copying code
` [PATCH 4/7] io_uring/net: verify msghdr before copying iovec
` [PATCH 5/7] io_uring/net: derive iovec storage later
` [PATCH 6/7] io_uring/net: unify *mshot_prep calls with compat
` [PATCH 7/7] io_uring/net: extract iovec import into a helper
[PATCHv5 00/11] ublk zero copy support
2025-02-26 17:10 UTC (49+ messages)
` [PATCHv5 01/11] io_uring/rsrc: remove redundant check for valid imu
` [PATCHv5 02/11] io_uring/nop: reuse req->buf_index
` [PATCHv5 03/11] io_uring/net: reuse req->buf_index for sendzc
` [PATCHv5 04/11] io_uring/nvme: pass issue_flags to io_uring_cmd_import_fixed()
` [PATCHv5 05/11] io_uring: combine buffer lookup and import
` [PATCHv5 06/11] io_uring/rw: move fixed buffer import to issue path
` [PATCHv5 07/11] io_uring: add support for kernel registered bvecs
` [PATCHv5 08/11] nvme: map uring_cmd data even if address is 0
` [PATCHv5 09/11] ublk: zc register/unregister bvec
` [PATCHv5 10/11] io_uring: add abstraction for buf_table rsrc data
` [PATCHv5 11/11] io_uring: cache nodes and mapped buffers
` (subset) [PATCHv5 00/11] ublk zero copy support
[syzbot] [io-uring?] general protection fault in native_tss_update_io_bitmap
2025-02-26 15:01 UTC (3+ messages)
` [PATCH] x86/iopl: Cure TIF_IO_BITMAP inconsistencies
[PATCH] ublk: complete command synchronously on error
2025-02-26 14:32 UTC (4+ messages)
[PATCH 1/1] iomap: propagate nowait to block layer
2025-02-26 12:33 UTC (7+ messages)
[PATCH v1 0/3] virtio-blk: add io_uring passthrough support
2025-02-26 12:04 UTC (6+ messages)
` [PATCH v1 2/3] virtio-blk: add uring_cmd support for I/O passthru on chardev
[RFC] io_uring: fix the dead lock between io_uring and core dump
2025-02-26 11:39 UTC
[PATCH 1/1] io_uring/net: save msg_control for compat
2025-02-25 17:01 UTC (2+ messages)
[PATCH v2 0/4] clean up rw buffer import
2025-02-25 14:43 UTC (6+ messages)
` [PATCH v2 1/4] io_uring/rw: allocate async data in io_prep_rw()
` [PATCH v2 2/4] io_uring/rw: rename io_import_iovec()
` [PATCH v2 3/4] io_uring/rw: extract helper for iovec import
` [PATCH v2 4/4] io_uring/rw: open code io_prep_rw_setup()
[PATCHv4 0/5] ublk zero-copy support
2025-02-25 13:06 UTC (13+ messages)
` [PATCHv4 3/5] ublk: zc register/unregister bvec
` [PATCHv4 5/5] io_uring: cache nodes and mapped buffers
[syzbot] [io-uring?] [mm?] general protection fault in lock_vma_under_rcu
2025-02-25 8:50 UTC (2+ messages)
io_uring : deadlock between io_uring and coredump
2025-02-25 7:42 UTC
[PATCH v3 0/2] io_uring/zcrx: recvzc read limit
2025-02-24 22:38 UTC (9+ messages)
` [PATCH v3 1/2] io_uring/zcrx: add a read limit to recvzc requests
` [PATCH v3 2/2] io_uring/zcrx: add selftest case for recvzc with read limit
[PATCH 0/4] clean up rw buffer import
2025-02-24 19:44 UTC (10+ messages)
` [PATCH 1/4] io_uring/rw: allocate async data in io_prep_rw()
` [PATCH 2/4] io_uring/rw: rename io_import_iovec()
` [PATCH 3/4] io_uring/rw: extract helper for iovec import
` [PATCH 4/4] io_uring/rw: open code io_prep_rw_setup()
[PATCH] io_uring/waitid: remove #ifdef CONFIG_COMPAT
2025-02-24 19:11 UTC (7+ messages)
[PATCH] Fuse: Add backing file support for uring_cmd
2025-02-24 16:24 UTC (22+ messages)
[PATCH v2 0/6] compile out ctx->compat reads
2025-02-24 16:12 UTC (15+ messages)
` [PATCH v2 1/6] io_uring: introduce io_is_compat()
` [PATCH v2 2/6] io_uring/cmd: optimise !CONFIG_COMPAT flags setting
` [PATCH v2 3/6] io_uring/rw: compile out compat param passing
` [PATCH v2 4/6] io_uring/rw: shrink io_iov_compat_buffer_select_prep
` [PATCH v2 5/6] io_uring/waitid: use io_is_compat()
` [PATCH v2 6/6] io_uring/net: "
[PATCH 0/3] multishot improvements
2025-02-24 14:53 UTC (5+ messages)
` [PATCH 1/3] io_uring/net: fix accept multishot handling
` [PATCH 2/3] io_uring/net: canonise accept mshot handling
` [PATCH 3/3] io_uring: make io_poll_issue() sturdier
[PATCHSET v4 0/7] io_uring epoll wait support
2025-02-24 14:17 UTC (3+ messages)
` [PATCH 5/5] io_uring/epoll: add support for IORING_OP_EPOLL_WAIT
[PATCH v2 0/2] io_uring zc rx fixed len recvzc
2025-02-24 12:49 UTC (20+ messages)
` [PATCH v2 1/2] io_uring/zcrx: add single shot recvzc
` [PATCH v2 2/2] io_uring/zcrx: add selftest case for "
[PATCH 1/1] io_uring: compile out compat param passing
2025-02-24 12:16 UTC (3+ messages)
[PATCH AUTOSEL 6.6 12/20] io-wq: backoff when retrying worker creation
2025-02-24 11:19 UTC
[PATCH AUTOSEL 6.12 20/28] io-wq: backoff when retrying worker creation
2025-02-24 11:17 UTC
[PATCH AUTOSEL 6.13 22/32] io-wq: backoff when retrying worker creation
2025-02-24 11:16 UTC
[PATCH] fuse: return -EOPNOTSUPP directly from backing_open and backing_close when PASSTHROUGH not supported
2025-02-22 22:28 UTC
[GIT PULL] io_uring fixes for 6.14-rc4
2025-02-21 17:42 UTC (2+ messages)
[PATCH] io_uring: add missing IORING_MAP_OFF_ZCRX_REGION in io_uring_mmap
2025-02-21 17:28 UTC (7+ messages)
[RFC PATCH 0/2] Batch free work in io-wq
2025-02-21 15:41 UTC (6+ messages)
` [RFC PATCH 2/2] io_uring/io-wq: try to batch multiple free work
page: next (older) | prev (newer) | latest
- 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