public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2024-02-19 13:02:27 to 2024-03-05 09:13:19 UTC [more...]

[RFC PATCH 0/2] Introduce per-task io utilization boost
 2024-03-05  9:13 UTC  (5+ messages)
` [RFC PATCH 1/2] sched/fair: Introduce per-task io util boost
` [RFC PATCH 2/2] cpufreq/schedutil: Remove iowait boost

[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  (34+ messages)
` [PATCH 1/8] io_uring/net: unify how recvmsg and sendmsg copy in the msghdr
` [PATCH 2/8] net: remove {revc,send}msg_copy_msghdr() from exports
` [PATCH 3/8] io_uring/net: add provided buffer support for IORING_OP_SEND
` [PATCH 4/8] io_uring/net: add provided buffer support for IORING_OP_SENDMSG
` [PATCH 5/8] io_uring/kbuf: flag request if buffer pool is empty after buffer pick
` [PATCH 6/8] io_uring/net: support multishot for send
` [PATCH 7/8] io_uring/net: support multishot for sendmsg
` [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  (6+ 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 v5 00/10] block atomic writes
 2024-02-26 17:36 UTC  (11+ 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 v1 1/4] io_uring: only account cqring wait time as iowait if enabled for a ring
 2024-02-26 15:22 UTC  (19+ messages)
` [PATCH v1 2/4] liburing: add examples/proxy to .gitignore
` [PATCH v1 3/4] liburing: add helper for IORING_REGISTER_IOWAIT
` [PATCH v1 4/4] liburing: add unit test for io_uring_register_iowait()

[PATCH v4 00/11] block atomic writes
 2024-02-26  9:46 UTC  (51+ messages)
` [PATCH v4 01/11] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v4 02/11] block: Call blkdev_dio_unaligned() from blkdev_direct_IO()
` [PATCH v4 03/11] fs: Initial atomic write support
` [PATCH v4 04/11] fs: Add initial atomic write support info to statx
` [PATCH v4 05/11] block: Add core atomic write support
` [PATCH v4 06/11] block: Add atomic write support for statx
` [PATCH v4 07/11] block: Add fops atomic write support
` [PATCH v4 08/11] scsi: sd: Atomic "
` [PATCH v4 09/11] scsi: scsi_debug: "
` [PATCH v4 10/11] nvme: "
` [PATCH v4 11/11] nvme: Ensure atomic writes will be executed atomically

[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-02-23 20:45 UTC  (7+ messages)

[linux-next:master] BUILD REGRESSION 33e1d31873f87d119e5120b88cd350efa68ef276
 2024-02-23 18:24 UTC 

[RFC PATCH v1] io_uring: only account cqring wait time as iowait if enabled for a ring
 2024-02-23 17:17 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION e31185ce00a96232308300008db193416ceb9769
 2024-02-23 16:04 UTC  (3+ messages)

[syzbot] [io-uring?] WARNING in io_ring_exit_work (2)
 2024-02-22  9:35 UTC 

[linux-next:master] BUILD REGRESSION 4893c639cc3659cefaa675bf1e59f4e7571afb5c
 2024-02-21 18:21 UTC 

[linux-next:master] BUILD REGRESSION 2d5c7b7eb345249cb34d42cbc2b97b4c57ea944e
 2024-02-21  5:43 UTC 

[PATCHSET v2 0/3] Support for provided buffers for send
 2024-02-19 21:25 UTC  (4+ messages)
` [PATCH 1/3] io_uring/net: unify how recvmsg and sendmsg copy in the msghdr
` [PATCH 2/3] io_uring/net: add provided buffer support for IORING_OP_SEND
` [PATCH 3/3] io_uring/net: add provided buffer support for IORING_OP_SENDMSG

[PATCHSET 0/2] Support for provided buffers for send
 2024-02-19 19:42 UTC  (3+ messages)
` [PATCH 1/2] io_uring/net: add provided buffer support for IORING_OP_SEND
` [PATCH 2/2] io_uring/net: add provided buffer support for IORING_OP_SENDMSG


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox