LinuxLists
Users
About
Dylan Yudaken (
[email protected]
)
Number of posts: 66 (0.3 per day)
First post: 2022-02-21 17:39:04
Last post: 2022-09-26 18:28:11
Next Page
Date
List
Subject
2022-09-26 18:28:11
linux-kernel
[PATCH v2 3/3] io_uring: remove io_register_submitter
2022-09-26 18:22:38
linux-kernel
[PATCH v2 2/3] io_uring: simplify __io_uring_add_tctx_node
2022-09-26 18:18:37
linux-kernel
[PATCH v2 0/3] io_uring: register single issuer task at creation
2022-09-26 17:59:59
linux-kernel
[PATCH v2 1/3] io_uring: register single issuer task at creation
2022-09-26 15:57:40
linux-kernel
[PATCH 2/3] io_uring: simplify __io_uring_add_tctx_node
2022-09-26 15:52:38
linux-kernel
[PATCH 0/3] io_uring: register single issuer task at creation
2022-09-26 15:49:06
linux-kernel
[PATCH 1/3] io_uring: register single issuer task at creation
2022-09-26 15:47:41
linux-kernel
[PATCH 3/3] io_uring: remove io_register_submitter
2022-08-16 14:03:38
linux-kernel
[PATCH] eventfd: guard wake_up in eventfd fs calls as well
2022-07-26 08:54:17
linux-kernel
Re: KASAN: use-after-free Read in __io_remove_buffers
2022-07-21 13:36:03
linux-kernel
[PATCH] io_uring: do not recycle buffer in READV
2022-07-21 13:32:50
linux-kernel
Re: Linux 5.19-rc7 liburing test `poll-mshot-overflow.t` and `read-write.t` fail
2022-07-21 12:17:06
linux-kernel
Re: Linux 5.19-rc7 liburing test `poll-mshot-overflow.t` and `read-write.t` fail
2022-07-21 12:05:15
linux-kernel
Re: KASAN: use-after-free Read in __io_remove_buffers
2022-07-21 11:32:43
linux-kernel
[PATCH] io_uring: fix free of unallocated buffer list
2022-07-21 10:13:42
linux-kernel
Re: Linux 5.19-rc7 liburing test `poll-mshot-overflow.t` and `read-write.t` fail
2022-07-15 13:28:10
linux-kernel
Re: linux-next: build warning after merge of the block tree
2022-06-30 13:45:01
linux-kernel
[PATCH 5.19] io_uring: fix provided buffer import
2022-06-30 10:05:17
linux-kernel
[PATCH v2 for-next 12/12] io_uring: only trace one of complete or overflow
2022-06-30 10:05:12
linux-kernel
[PATCH v2 for-next 05/12] io_uring: clean up io_poll_check_events return values
2022-06-30 10:01:08
linux-kernel
[PATCH v2 for-next 03/12] io_uring: allow iov_len = 0 for recvmsg and buffer select
2022-06-30 10:00:16
linux-kernel
[PATCH v2 for-next 00/12] io_uring: multishot recv
2022-06-30 09:59:56
linux-kernel
[PATCH v2 for-next 10/12] io_uring: multishot recv
2022-06-30 09:59:16
linux-kernel
[PATCH v2 for-next 06/12] io_uring: add IOU_STOP_MULTISHOT return code
2022-06-30 09:58:50
linux-kernel
[PATCH v2 for-next 02/12] io_uring: restore bgid in io_put_kbuf
2022-06-30 09:58:11
linux-kernel
[PATCH v2 for-next 01/12] io_uring: allow 0 length for buffer select
2022-06-30 09:49:33
linux-kernel
[PATCH v2 for-next 08/12] io_uring: fix multishot poll on overflow
2022-06-30 09:36:50
linux-kernel
[PATCH v2 for-next 11/12] io_uring: fix io_uring_cqe_overflow trace format
2022-06-30 09:35:52
linux-kernel
[PATCH v2 for-next 07/12] io_uring: add allow_overflow to io_post_aux_cqe
2022-06-30 09:34:22
linux-kernel
[PATCH v2 for-next 09/12] io_uring: fix multishot accept ordering
2022-06-30 09:32:23
linux-kernel
[PATCH v2 for-next 04/12] io_uring: recycle buffers on error
2022-06-28 16:27:06
linux-kernel
Re: [PATCH for-next 8/8] io_uring: multishot recv
2022-06-28 15:49:51
linux-kernel
[PATCH for-next 3/8] io_uring: allow iov_len = 0 for recvmsg and buffer select
2022-06-28 15:41:59
linux-kernel
[PATCH for-next 8/8] io_uring: multishot recv
2022-06-28 15:27:34
linux-kernel
[PATCH for-next 0/8] io_uring: multishot recv
2022-06-28 15:15:39
linux-kernel
[PATCH for-next 4/8] io_uring: recycle buffers on error
2022-06-28 15:15:37
linux-kernel
[PATCH for-next 7/8] io_uring: add IORING_RECV_MULTISHOT flag
2022-06-28 15:15:33
linux-kernel
[PATCH for-next 2/8] io_uring: restore bgid in io_put_kbuf
2022-06-28 15:14:56
linux-kernel
[PATCH for-next 6/8] io_uring: add IOU_STOP_MULTISHOT return code
2022-06-28 15:14:15
linux-kernel
[PATCH for-next 1/8] io_uring: allow 0 length for buffer select
2022-06-28 15:06:32
linux-kernel
[PATCH for-next 5/8] io_uring: clean up io_poll_check_events return values
2022-06-23 08:46:15
linux-kernel
Re: linux-next: Fixes tag needs some work in the block tree
2022-05-14 04:08:34
linux-kernel
[PATCH 0/2] Fix poll bug
2022-05-14 03:39:51
linux-kernel
[PATCH 1/2] io_uring: fix ordering of args in io_uring_queue_async_work
2022-05-13 12:55:01
linux-kernel
[PATCH 2/2] io_uring: only wake when the correct events are set
2022-04-22 22:06:39
linux-kernel
Re: [PATCH 6/6] io_uring: allow NOP opcode in IOPOLL mode
2022-04-22 20:54:04
linux-kernel
[PATCH 6/6] io_uring: allow NOP opcode in IOPOLL mode
2022-04-22 20:44:11
linux-kernel
[PATCH 0/6] return an error when cqe is dropped
2022-04-22 18:28:17
linux-kernel
[PATCH 3/6] io_uring: rework io_uring_enter to simplify return value
2022-04-22 17:23:11
linux-kernel
[PATCH 2/6] io_uring: trace cqe overflows
2022-04-21 20:05:28
linux-kernel
[PATCH 4/6] io_uring: use constants for cq_overflow bitfield