public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2024-03-08 23:50:59 to 2024-03-18 00:43:56 UTC [more...]

[PATCH v2 00/14] remove aux CQE caches
 2024-03-18  0:41 UTC  (15+ messages)
` [PATCH v2 01/14] io_uring/cmd: kill one issue_flags to tw conversion
` [PATCH v2 02/14] io_uring/cmd: fix tw <-> issue_flags conversion
` [PATCH v2 03/14] io_uring/cmd: make io_uring_cmd_done irq safe
` [PATCH v2 04/14] io_uring/cmd: introduce io_uring_cmd_complete
` [PATCH v2 05/14] ublk: don't hard code IO_URING_F_UNLOCKED
` [PATCH v2 06/14] nvme/io_uring: "
` [PATCH v2 07/14] io_uring/rw: avoid punting to io-wq directly
` [PATCH v2 08/14] io_uring: force tw ctx locking
` [PATCH v2 09/14] io_uring: remove struct io_tw_state::locked
` [PATCH v2 10/14] io_uring: refactor io_fill_cqe_req_aux
` [PATCH v2 11/14] io_uring: get rid of intermediate aux cqe caches
` [PATCH v2 12/14] io_uring: remove current check from complete_post
` [PATCH v2 13/14] io_uring: refactor io_req_complete_post()
` [PATCH v2 14/14] io_uring: clean up io_lockdep_assert_cq_locked

[PATCH 00/11] remove aux CQE caches
 2024-03-18  0:15 UTC  (51+ messages)
` [PATCH 01/11] io_uring: fix poll_remove stalled req completion
` [PATCH 02/11] io_uring/cmd: kill one issue_flags to tw conversion
` [PATCH 03/11] io_uring/cmd: fix tw <-> issue_flags conversion
` [PATCH 04/11] io_uring/cmd: introduce io_uring_cmd_complete
` [PATCH 05/11] ublk: don't hard code IO_URING_F_UNLOCKED
` [PATCH 06/11] nvme/io_uring: "
` [PATCH 07/11] io_uring/rw: avoid punting to io-wq directly
` [PATCH 08/11] io_uring: force tw ctx locking
` [PATCH 09/11] io_uring: remove struct io_tw_state::locked
` [PATCH 10/11] io_uring: refactor io_fill_cqe_req_aux
` [PATCH 11/11] io_uring: get rid of intermediate aux cqe caches
` (subset) [PATCH 00/11] remove aux CQE caches

[RFC PATCH v4 00/16] Zero copy Rx using io_uring
 2024-03-17 21:30 UTC  (27+ messages)
` [RFC PATCH v4 01/16] net: generalise pp provider params passing
` [RFC PATCH v4 02/16] io_uring: delayed cqe commit
` [RFC PATCH v4 03/16] net: page_pool: add ->scrub mem provider callback
` [RFC PATCH v4 04/16] io_uring: separate header for exported net bits
` [RFC PATCH v4 05/16] io_uring: introduce interface queue
` [RFC PATCH v4 06/16] io_uring: add mmap support for shared ifq ringbuffers
` [RFC PATCH v4 07/16] netdev: add XDP_SETUP_ZC_RX command
` [RFC PATCH v4 08/16] io_uring: setup ZC for an Rx queue when registering an ifq
` [RFC PATCH v4 09/16] io_uring/zcrx: implement socket registration
` [RFC PATCH v4 10/16] io_uring: add zero copy buf representation and pool
` [RFC PATCH v4 11/16] io_uring: implement pp memory provider for zc rx
` [RFC PATCH v4 12/16] io_uring/zcrx: implement PP_FLAG_DMA_* handling
` [RFC PATCH v4 13/16] io_uring: add io_recvzc request
` [RFC PATCH v4 14/16] net: execute custom callback from napi
` [RFC PATCH v4 15/16] io_uring/zcrx: add copy fallback
` [RFC PATCH v4 16/16] veth: add support for io_uring zc rx

[PATCH v2] io_uring/net: ensure async prep handlers always initialize ->done_io
 2024-03-17 20:45 UTC  (24+ messages)

[PATCHSET 0/2] Sanitize request setup
 2024-03-16 17:29 UTC  (3+ messages)
` [PATCH 1/2] io_uring/net: ensure async prep handlers always initialize ->done_io
` [PATCH 2/2] io_uring: clear opcode specific data for an early failure

[syzbot] [io-uring?] KMSAN: uninit-value in io_sendrecv_fail
 2024-03-16 17:18 UTC  (15+ messages)
` [PATCH] io_uring: fix "

[PATCH] io_uring: remove timeout/poll specific cancelations
 2024-03-16 17:12 UTC 

[PATCH 0/3] follow up cleanups
 2024-03-15 22:53 UTC  (5+ messages)
` [PATCH 1/3] io_uring: remove current check from complete_post
` [PATCH 2/3] io_uring: refactor io_req_complete_post()
` [PATCH 3/3] io_uring: clean up io_lockdep_assert_cq_locked

[PATCH] io_uring/net: ensure async prep handlers always initialize ->done_io
 2024-03-15 22:39 UTC 

[PATCH] io_uring/waitid: always remove waitid entry for cancel all
 2024-03-15 21:55 UTC 

[PATCH] io_uring/futex: always remove futex entry for cancel all
 2024-03-15 21:54 UTC 

[PATCH] net: Do not break out of sk_stream_wait_memory() with TIF_NOTIFY_SIGNAL
 2024-03-15 17:02 UTC  (3+ messages)

[PATCH v2 0/1] io_uring: extract the function that checks the legitimacy of sq/cq entries
 2024-03-14 21:21 UTC  (2+ messages)
` [PATCH v2 1/1] "

[linux-next:master] BUILD REGRESSION 9bb9b28d0568991b1d63e66fe75afa5f97ad1156
 2024-03-14 20:49 UTC 

[PATCH] io_uring: extract the function that checks the legitimacy of sq/cq entries
 2024-03-14 19:29 UTC  (2+ messages)

[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-03-14 18:34 UTC  (3+ messages)

[PATCH 5.10/5.15] io_uring: fix registered files leak
 2024-03-14 16:02 UTC  (9+ messages)

[PATCH 0/3] small rings clean up
 2024-03-13 23:44 UTC  (12+ messages)
` [PATCH 1/3] io_uring: simplify io_mem_alloc return values
` [PATCH 2/3] io_uring: simplify io_pages_free
` [PATCH 3/3] io_uring/kbuf: rename is_mapped

[PATCH] io_uring/poll: fix upper bits poll updating
 2024-03-13 22:08 UTC  (2+ messages)

[PATCH] io_uring: Fix release of pinned pages when __io_uaddr_map fails
 2024-03-13 21:56 UTC  (3+ messages)

[PATCH 1/1] io_uring: clean rings on NO_MMAP alloc fail
 2024-03-13 20:27 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION dad309222e4c3fc7f88b20ce725ce1e0eea07cc7
 2024-03-13 17:33 UTC 

[linux-next:master] BUILD REGRESSION a1184cae56bcb96b86df3ee0377cec507a3f56e0
 2024-03-12 17:28 UTC 

[PATCH] io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retry
 2024-03-12 14:32 UTC 

[GIT PULL] io_uring updates for 6.9-rc1
 2024-03-11 19:42 UTC  (2+ messages)

[PATCH] io_uring: don't save/restore iowait state
 2024-03-11 19:32 UTC 

[PATCH v2 0/3] fstests: fix io_uring testing
 2024-03-11 16:29 UTC  (5+ messages)
` [PATCH v2 1/3] fsstress: check io_uring_queue_init errno properly
` [PATCH v2 2/3] fsstress: bypass io_uring testing if io_uring_queue_init returns EPERM
` [PATCH v2 3/3] common/rc: notrun if io_uring is disabled by sysctl

[PATCHSET RFC 0/7] Send and receive bundles
 2024-03-10 18:15 UTC  (6+ messages)
` [PATCH 4/7] io_uring/net: switch io_send() and io_send_zc() to using io_async_msghdr
` [PATCH 5/7] io_uring/net: support bundles for send
` [PATCH 6/7] io_uring/net: switch io_recv() to using io_async_msghdr
` [PATCH 7/7] io_uring/net: support bundles for recv

[PATCH for-next] io_uring: Fix sqpoll utilization check racing with dying sqpoll
 2024-03-09 14:27 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