public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2024-02-25 21:33:37 to 2024-03-13 16:06:18 UTC [more...]

[PATCH 0/3] small rings clean up
 2024-03-13 15:52 UTC  (3+ messages)
` [PATCH 1/3] io_uring: simplify io_mem_alloc return values
` [PATCH 2/3] io_uring: simplify io_pages_free

[RFC PATCH v4 00/16] Zero copy Rx using io_uring
 2024-03-12 21:44 UTC  (17+ 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] io_uring: extract the function that checks the legitimacy of sq/cq entries
 2024-03-12 19:44 UTC 

[PATCH 5.10/5.15] io_uring: fix registered files leak
 2024-03-12 18:38 UTC  (6+ messages)

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

[PATCH 1/1] io_uring: clean rings on NO_MMAP alloc fail
 2024-03-12 14:56 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  (9+ messages)
` [PATCH 1/7] io_uring/net: add generic multishot retry helper
` [PATCH 2/7] io_uring/net: add provided buffer support for IORING_OP_SEND
` [PATCH 3/7] io_uring/kbuf: add helpers for getting/peeking multiple buffers
` [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)

[PATCH v5 00/10] block atomic writes
 2024-03-08 17:18 UTC  (18+ messages)
` [PATCH v5 01/10] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v5 02/10] block: Call blkdev_dio_unaligned() from blkdev_direct_IO()
` [PATCH v5 03/10] fs: Initial atomic write support
` [PATCH v5 04/10] fs: Add initial atomic write support info to statx
` [PATCH v5 05/10] block: Add core atomic write support
` [PATCH v5 06/10] block: Add atomic write support for statx
` [PATCH v5 07/10] block: Add fops atomic write support
` [PATCH v5 08/10] scsi: sd: Atomic "
` [PATCH v5 09/10] scsi: scsi_debug: "
` [PATCH v5 10/10] nvme: "

[PATCH 0/3] net mshot fixes and improvements
 2024-03-08 15:47 UTC  (5+ messages)
` [PATCH 1/3] io_uring: fix mshot io-wq checks
` [PATCH 2/3] io_uring: refactor DEFER_TASKRUN multishot checks
` [PATCH 3/3] io_uring/net: dedup io_recv_finish req completion

[PATCH] io_uring/net: correctly handle multishot recvmsg retry setup
 2024-03-08  0:51 UTC 

[PATCH] io_uring/net: clear REQ_F_BL_EMPTY in the multishot retry handler
 2024-03-08  0:51 UTC 

[PATCHSET 0/4] Misc cleanups
 2024-03-07 20:30 UTC  (5+ messages)
` [PATCH 1/4] io_uring/net: remove dependency on REQ_F_PARTIAL_IO for sr->done_io
` [PATCH 2/4] io_uring/kbuf: rename REQ_F_PARTIAL_IO to REQ_F_BL_NO_RECYCLE
` [PATCH 3/4] io_uring/net: simplify msghd->msg_inq checking
` [PATCH 4/4] io_uring/net: add io_req_msg_cleanup() helper

[PATCH 1/1] io_uring: fix io_queue_proc modifying req->flags
 2024-03-07 18:48 UTC  (2+ messages)

[PATCH 1/1] io_uring: fix mshot read defer taskrun cqe posting
 2024-03-07 13:58 UTC  (5+ messages)

[PATCH 0/3] fstests: fix io_uring testing
 2024-03-06 19:56 UTC  (15+ messages)
` [PATCH 1/3] fsstress: check io_uring_queue_init errno properly
` [PATCH 2/3] fsstress: bypass io_uring testing if io_uring_queue_init returns EPERM
` [PATCH 3/3] common/rc: force enable io_uring in _require_io_uring

[linux-next:master] BUILD REGRESSION 61996c073c9b070922ad3a36c981ca6ddbea19a5
 2024-03-06 18:11 UTC 

[RFC PATCH 0/2] Introduce per-task io utilization boost
 2024-03-06 10:49 UTC  (7+ messages)
` [RFC PATCH 1/2] sched/fair: Introduce per-task io util boost
` [RFC PATCH 2/2] cpufreq/schedutil: Remove iowait boost

[linux-next:master] BUILD REGRESSION 11afac187274a6177a7ac82997f8691c0f469e41
 2024-03-05 18:14 UTC 

[PATCH v1 1/4] io_uring: only account cqring wait time as iowait if enabled for a ring
 2024-03-05 14:59 UTC  (14+ messages)

[PATCH] io_uring: get rid of intermediate aux cqe caches
 2024-03-04 23:36 UTC  (8+ messages)

[PATCH liburing] man/io_uring_setup.2: document IORING_SETUP_NO_SQARRAY
 2024-03-04 12:29 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 1870cdc0e8dee32e3c221704a2977898ba4c10e8
 2024-03-01 19:03 UTC 

[PATCH 0/2] io_uring/net: fix bug in io_recvmsg_mshot_prep()
 2024-03-01 17:23 UTC  (6+ messages)
` [PATCH 1/2] io_uring/net: fix overflow check "
` [PATCH 2/2] io_uring/net: remove unnecessary check

[PATCH io_uring/net: correct the type of variable
 2024-03-01 15:55 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION f303a3e2bcfba900efb5aee55236d17030e9f882
 2024-02-29 18:53 UTC 

[PATCHSET v3 0/8] Support for provided buffers for send
 2024-02-29 15:42 UTC  (29+ messages)
` [PATCH 1/8] io_uring/net: unify how recvmsg and sendmsg copy in the msghdr
` [PATCH 6/8] io_uring/net: support multishot for send
` [PATCH 8/8] io_uring/net: set MSG_MORE if we're doing multishot send and have more

[linux-next:master] BUILD REGRESSION 20af1ca418d2c0b11bc2a1fe8c0c88f67bcc2a7e
 2024-02-28 22:03 UTC  (2+ messages)

[PATCH v10] io_uring: Statistics of the true utilization of sq threads
 2024-02-28 14:23 UTC  (2+ messages)

[PATCH v10] io_uring: Statistics of the true utilization of sq threads
 2024-02-28  9:09 UTC  (2+ messages)

[PATCH v9] io_uring: Statistics of the true utilization of sq threads
 2024-02-28  6:30 UTC  (4+ messages)
  `  "

[PATCHSET 0/3] Misc io_uring networking
 2024-02-27 18:51 UTC  (4+ messages)
` [PATCH 1/3] io_uring/kbuf: flag request if buffer pool is empty after buffer pick
` [PATCH 2/3] io_uring/net: avoid redundant -ENOBUFS on recv multishot retry
` [PATCH 3/3] io_uring/net: move recv/recvmsg flags out of retry loop

[PATCHSET 0/3] Cleanup and improve sendmsg/recvmsg header handling
 2024-02-27 18:46 UTC  (4+ messages)
` [PATCH 1/3] io_uring/net: unify how recvmsg and sendmsg copy in the msghdr
` [PATCH 2/3] io_uring/net: move receive multishot out of the generic msghdr path
` [PATCH 3/3] io_uring/net: improve the usercopy for sendmsg/recvmsg

[PATCH liburing v1] .gitignore: Add the built binary `examples/proxy`
 2024-02-27 14:33 UTC  (2+ messages)

[PATCH v2] io_uring/net: improve the usercopy for sendmsg/recvmsg
 2024-02-27 14:32 UTC 

subscribe
 2024-02-27  6:52 UTC 

[PATCH] io_uring/net: improve the usercopy for sendmsg/recvmsg
 2024-02-27  0:35 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 8552c902efe7ef670b6961fb8885b67961aeb629
 2024-02-26 19:58 UTC 

[PATCHSET v4 0/9] Support for provided buffers for send
 2024-02-26 19:21 UTC  (10+ messages)
` [PATCH 1/9] net: remove {revc,send}msg_copy_msghdr() from exports
` [PATCH 2/9] io_uring/net: add provided buffer support for IORING_OP_SEND
` [PATCH 3/9] io_uring/net: add provided buffer support for IORING_OP_SENDMSG
` [PATCH 4/9] io_uring/kbuf: flag request if buffer pool is empty after buffer pick
` [PATCH 5/9] io_uring/net: avoid redundant -ENOBUFS on recv multishot retry
` [PATCH 6/9] io_uring/net: move recv/recvmsg flags out of retry loop
` [PATCH 7/9] io_uring/net: add generic multishot retry helper
` [PATCH 8/9] io_uring/net: support multishot for send
` [PATCH 9/9] io_uring/net: support multishot for sendmsg

[PATCH v4 03/11] fs: Initial atomic write support
 2024-02-26  9:46 UTC  (4+ messages)

[PATCH v4 07/11] block: Add fops atomic write support
 2024-02-26  9:46 UTC  (2+ messages)

[PATCH v4 06/11] block: Add atomic write support for statx
 2024-02-26  9:36 UTC  (2+ messages)

[PATCH v4 05/11] block: Add core atomic write support
 2024-02-26  9:23 UTC  (2+ messages)

[PATCH v4 04/11] fs: Add initial atomic write support info to statx
 2024-02-26  9:07 UTC  (2+ messages)

[PATCH v4 03/11] fs: Initial atomic write support
 2024-02-26  8:51 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