public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2025-02-17 15:57:23 to 2025-02-24 17:53:45 UTC [more...]

[PATCH] io_uring/waitid: remove #ifdef CONFIG_COMPAT
 2025-02-24 17:53 UTC  (3+ messages)

[PATCH 0/4] clean up rw buffer import
 2025-02-24 16:52 UTC  (7+ 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] 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 v3 0/2] io_uring/zcrx: recvzc read limit
 2025-02-24 15:46 UTC  (6+ 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/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  (9+ messages)
` [PATCH 1/5] eventpoll: abstract out parameter sanity checking
` [PATCH 2/5] eventpoll: abstract out ep_try_send_events() helper
` [PATCH 3/5] eventpoll: add epoll_sendevents() helper
` [PATCH 4/5] io_uring/epoll: remove CONFIG_EPOLL guards
` [PATCH 5/5] io_uring/epoll: add support for IORING_OP_EPOLL_WAIT
` (subset) [PATCHSET v4 0/7] io_uring epoll wait support

[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  (8+ messages)

[RFC PATCH 0/2] Batch free work in io-wq
 2025-02-21 15:41 UTC  (8+ messages)
` [RFC PATCH 1/2] io_uring: make io_req_normal_work_add accept a list of requests
` [RFC PATCH 2/2] io_uring/io-wq: try to batch multiple free work

[PATCH v1 0/2] io_uring zc rx single shot recvzc
 2025-02-20 19:29 UTC  (5+ messages)
` [PATCH v1 1/2] io_uring/zcrx: add "
` [PATCH v1 2/2] io_uring/zcrx: add selftest case for "

[PATCHv4 0/5] ublk zero-copy support
 2025-02-20 16:06 UTC  (23+ messages)
` [PATCHv4 1/5] io_uring: move fixed buffer import to issue path
` [PATCHv4 2/5] io_uring: add support for kernel registered bvecs
` [PATCHv4 3/5] ublk: zc register/unregister bvec
` [PATCHv4 4/5] io_uring: add abstraction for buf_table rsrc data
` [PATCHv4 5/5] io_uring: cache nodes and mapped buffers

[PATCH liburing v1 0/3] Fix Compilation Error on Android and Some Cleanup
 2025-02-20 14:51 UTC  (5+ messages)
` [PATCH liburing v1 1/3] liburing.h: Remove redundant double negation
` [PATCH liburing v1 2/3] liburing.h: Explain the history of `io_uring_get_sqe()`
` [PATCH liburing v1 3/3] Fix missing `aligned_alloc()` on some Android devices

[PATCH v2 0/4] forced sync mshot read + cleanups
 2025-02-19 20:56 UTC  (6+ messages)
` [PATCH v2 1/4] io_uring/rw: forbid multishot async reads
` [PATCH v2 2/4] io_uring/rw: don't directly use ki_complete
` [PATCH v2 3/4] io_uring/rw: move ki_complete init into prep
` [PATCH v2 4/4] io_uring/rw: clean up mshot forced sync mode

[PATCH] io_uring: Rename KConfig to Kconfig
 2025-02-19 15:09 UTC  (2+ messages)

[PATCH 1/1] io_uring/zcrx: fix leaks on failed registration
 2025-02-19 15:07 UTC  (2+ messages)

[PATCH 1/1] io_uring/zcrx: recheck ifq on shutdown
 2025-02-19 15:07 UTC  (2+ messages)

[PATCH] io_uring/rsrc: remove unused constants
 2025-02-19 15:06 UTC  (3+ messages)

[PATCH net-next v5 00/27] io_uring zerocopy send
 2025-02-19 12:11 UTC  (3+ messages)

[PATCH v14 00/11] io_uring zero copy rx
 2025-02-19  9:54 UTC  (5+ messages)
` [PATCH v14 07/11] io_uring/zcrx: set pp memory provider for an rx queue

[PATCH] io_uring: fix spelling error in uapi io_uring.h
 2025-02-19  2:20 UTC  (3+ messages)

[PATCH v1 0/3] virtio-blk: add io_uring passthrough support
 2025-02-19  2:01 UTC  (2+ messages)

[PATCH 1/1] io_uring/rw: forbid multishot async reads
 2025-02-19  1:35 UTC  (10+ messages)

[PATCH liburing v2 0/4] add basic zero copy receive support
 2025-02-18 23:31 UTC  (6+ messages)
` [PATCH liburing v2 1/4] liburing: sync io_uring headers
` [PATCH liburing v2 2/4] zcrx: "
` [PATCH liburing v2 3/4] zcrx: add basic support
` [PATCH liburing v2 4/4] zcrx: add unit test

[PATCHv3 0/5] ublk zero-copy support
 2025-02-18 21:12 UTC  (15+ messages)
` [PATCHv3 1/5] io_uring: move fixed buffer import to issue path
` [PATCHv3 2/5] io_uring: add support for kernel registered bvecs
` [PATCHv3 5/5] io_uring: cache nodes and mapped buffers

[PATCHv2 0/6] ublk zero-copy support
 2025-02-18 20:34 UTC  (6+ messages)
` [PATCHv2 3/6] io_uring: add support for kernel registered bvecs

[PATCH v2] io-wq: backoff when retrying worker creation
 2025-02-18 19:39 UTC  (4+ messages)

[PATCH] io_uring: use lockless_cq flag in io_req_complete_post()
 2025-02-18 17:32 UTC  (3+ messages)

[PATCH liburing v1 0/3] add basic zero copy receive support
 2025-02-18 17:31 UTC  (10+ messages)
` [PATCH liburing v1 1/3] zcrx: sync kernel headers
` [PATCH liburing v1 2/3] zcrx: add basic support

[PATCH v2 0/1 RESEND] block: fix conversion of GPT partition name to 7-bit
 2025-02-18 14:01 UTC  (2+ messages)
` [PATCH v2 1/1 "

[PATCH net-next v2] net: use napi_id_valid helper
 2025-02-18  1:20 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