Roman Penyaev ([email protected])

Number of posts: 185 (0.36 per day)
First post: 2018-12-03 11:05:50
Last post: 2020-05-05 20:59:51

Date List Subject
2020-05-05 20:59:51 linux-kernel Re: [PATCH 1/1] epoll: call final ep_events_available() check under the lock
2020-05-05 15:00:07 linux-kernel [PATCH v2] epoll: call final ep_events_available() check under the lock
2020-05-05 08:44:39 linux-kernel [PATCH 1/1] epoll: call final ep_events_available() check under the lock
2020-05-05 08:44:01 linux-kernel Re: [PATCH 1/1] epoll: call final ep_events_available() check under the lock
2020-05-04 09:43:52 linux-kernel Re: [PATCH] epoll: ensure ep_poll() doesn't miss wakeup events
2020-05-03 10:27:11 linux-kernel Re: [PATCH] epoll: ensure ep_poll() doesn't miss wakeup events
2020-05-01 21:06:47 linux-kernel Re: [PATCH] epoll: ensure ep_poll() doesn't miss wakeup events
2020-04-30 13:08:17 linux-kernel [PATCH 2/2] epoll: atomically remove wait entry on wake up
2020-04-30 13:06:48 linux-kernel [PATCH 1/2] kselftests: introduce new epoll60 testcase for catching lost wakeups
2020-04-29 14:40:34 linux-kernel Re: [PATCH v2] eventpoll: fix missing wakeup for ovflist in ep_poll_callback
2020-04-28 18:15:04 linux-kernel Re: [PATCH v2] eventpoll: fix missing wakeup for ovflist in ep_poll_callback
2020-04-24 10:15:37 linux-kernel Re: [PATCH] eventpoll: fix missing wakeup for ovflist in ep_poll_callback
2020-02-14 17:04:49 linux-kernel [PATCH v3 1/2] epoll: fix possible lost wakeup on epoll_ctl() path
2020-02-14 17:03:39 linux-kernel [PATCH v3 2/2] kselftest: introduce new epoll test case
2020-02-10 19:32:31 linux-kernel Re: [PATCH v2 2/3] epoll: ep->wq can be woken up unlocked in certain cases
2020-02-10 09:44:17 linux-kernel Re: [PATCH 1/3] epoll: fix possible lost wakeup on epoll_ctl() path
2020-02-10 09:43:19 linux-kernel [PATCH v2 2/3] epoll: ep->wq can be woken up unlocked in certain cases
2020-02-10 09:42:42 linux-kernel [PATCH v2 1/3] epoll: fix possible lost wakeup on epoll_ctl() path
2020-02-10 09:42:39 linux-kernel [PATCH v2 3/3] kselftest: introduce new epoll test case
2020-02-04 17:21:35 linux-kernel Re: [PATCH 1/3] epoll: fix possible lost wakeup on epoll_ctl() path
2020-02-04 10:42:52 linux-kernel Re: [PATCH 1/3] epoll: fix possible lost wakeup on epoll_ctl() path
2020-02-04 10:36:29 linux-kernel Re: epoll_wait misses edge-triggered eventfd events: bug in Linux 5.3 and 5.4
2020-02-03 21:01:27 linux-kernel [PATCH 3/3] kselftest: introduce new epoll test case
2020-02-03 21:00:27 linux-kernel [PATCH 2/3] epoll: ep->wq can be woken up unlocked in certain cases
2020-02-03 21:00:27 linux-kernel [PATCH 1/3] epoll: fix possible lost wakeup on epoll_ctl() path
2020-02-03 19:10:46 linux-kernel Re: epoll_wait misses edge-triggered eventfd events: bug in Linux 5.3 and 5.4
2019-10-09 16:29:24 linux-kernel Re: [PATCH] selftests: add epoll selftests
2019-10-09 09:22:10 linux-kernel Re: [PATCH RESEND v5] fs/epoll: Remove unnecessary wakeups of nested epoll
2019-10-08 09:56:41 linux-kernel Re: [PATCH RESEND v4] fs/epoll: Remove unnecessary wakeups of nested epoll that in ET mode
2019-10-07 19:11:39 linux-kernel Re: [PATCH RESEND v4] fs/epoll: Remove unnecessary wakeups of nested epoll that in ET mode
2019-10-07 18:32:28 linux-kernel Re: [PATCH RESEND v4] fs/epoll: Remove unnecessary wakeups of nested epoll that in ET mode
2019-10-07 10:55:48 linux-kernel Re: [PATCH RESEND v4] fs/epoll: Remove unnecessary wakeups of nested epoll that in ET mode
2019-09-30 11:59:43 linux-kernel Re: [PATCH RESEND v4] fs/epoll: Remove unnecessary wakeups of nested epoll that in ET mode
2019-09-28 19:12:31 linux-kernel Re: [PATCH RESEND v4] fs/epoll: Remove unnecessary wakeups of nested epoll that in ET mode
2019-09-26 12:40:29 linux-kernel Re: [PATCH] epoll: simplify ep_poll_safewake() for CONFIG_DEBUG_LOCK_ALLOC
2019-09-26 02:39:48 linux-kernel Re: [PATCH] epoll: simplify ep_poll_safewake() for CONFIG_DEBUG_LOCK_ALLOC
2019-09-06 01:29:53 linux-kernel Re: [PATCH RESEND] fs/epoll: fix the edge-triggered mode for nested epoll
2019-09-04 09:58:51 linux-kernel Re: [PATCH RESEND] fs/epoll: fix the edge-triggered mode for nested epoll
2019-09-02 15:38:19 linux-kernel Re: [PATCH RESEND] fs/epoll: fix the edge-triggered mode for nested epoll
2019-06-25 13:00:23 linux-kernel Re: [PATCH v5 00/14] epoll: support pollable epoll from userspace
2019-06-25 12:56:42 linux-kernel Re: [PATCH v5 00/14] epoll: support pollable epoll from userspace
2019-06-24 20:16:18 linux-kernel Re: [PATCH v5 13/14] epoll: implement epoll_create2() syscall
2019-06-24 14:44:58 linux-kernel [PATCH v5 05/14] epoll: offload polling to a work in case of epfd polled from userspace
2019-06-24 14:44:26 linux-kernel [PATCH v5 01/14] epoll: move private helpers from a header to the source
2019-06-24 14:44:17 linux-kernel [PATCH v5 02/14] epoll: introduce user structures for polling from userspace
2019-06-24 14:44:01 linux-kernel [PATCH v5 00/14] epoll: support pollable epoll from userspace
2019-06-24 14:43:54 linux-kernel [PATCH v5 04/14] epoll: some sanity flags checks for epoll syscalls for polling from userspace
2019-06-24 14:43:49 linux-kernel [PATCH v5 06/14] epoll: introduce helpers for adding/removing events to uring
2019-06-24 14:43:31 linux-kernel [PATCH v5 09/14] epoll: support polling from userspace for ep_remove()
2019-06-24 14:43:24 linux-kernel [PATCH v5 10/14] epoll: support polling from userspace for ep_modify()
2019-06-24 14:43:16 linux-kernel [PATCH v5 08/14] epoll: support polling from userspace for ep_insert()