Hao Xu ([email protected])

Number of posts: 39 (3.9 per day)
First post: 2022-04-29 11:00:20
Last post: 2022-05-09 11:27:06

Date List Subject
2022-05-09 11:27:06 linux-kernel Re: [PATCH 1/4] io_uring: add IORING_ACCEPT_MULTISHOT for accept
2022-05-09 11:26:32 linux-kernel Re: [PATCH 3/5] io_uring: let fast poll support multishot
2022-05-09 11:15:39 linux-kernel [PATCH 1/4] io_uring: add IORING_ACCEPT_MULTISHOT for accept
2022-05-09 09:44:48 linux-kernel Re: [PATCH v3 0/4] fast poll multishot mode
2022-05-09 08:09:10 linux-kernel Re: [PATCH 1/5] io_uring: add IORING_ACCEPT_MULTISHOT for accept
2022-05-09 08:02:03 linux-kernel [PATCH 2/4] io_uring: add REQ_F_APOLL_MULTISHOT for requests
2022-05-09 07:55:52 linux-kernel [PATCH 5/5] io_uring: implement multishot mode for accept
2022-05-09 07:44:43 linux-kernel [PATCH 2/5] io_uring: add REQ_F_APOLL_MULTISHOT for requests
2022-05-09 07:44:40 linux-kernel Re: [PATCH v2 0/5] fast poll multishot mode
2022-05-09 07:16:28 linux-kernel [PATCH v3 0/4] fast poll multishot mode
2022-05-09 07:06:53 linux-kernel Re: [PATCH 4/5] io_uring: add a helper for poll clean
2022-05-09 06:40:47 linux-kernel Re: [PATCH 3/5] io_uring: let fast poll support multishot
2022-05-09 05:43:32 linux-kernel Re: [PATCH 3/5] io_uring: let fast poll support multishot
2022-05-09 05:26:09 linux-kernel [PATCH 4/4] io_uring: implement multishot mode for accept
2022-05-09 04:54:10 linux-kernel Re: [PATCH 1/4] io_uring: add IORING_ACCEPT_MULTISHOT for accept
2022-05-09 04:49:17 linux-kernel Re: [PATCH 4/5] io_uring: add a helper for poll clean
2022-05-09 04:30:11 linux-kernel [PATCH 3/4] io_uring: let fast poll support multishot
2022-05-09 04:30:05 linux-kernel Re: [PATCH 1/4] io_uring: add IORING_ACCEPT_MULTISHOT for accept
2022-05-09 04:20:05 linux-kernel Re: [PATCH v3 0/4] fast poll multishot mode
2022-05-09 02:40:24 linux-kernel [PATCH 3/5] io_uring: let fast poll support multishot
2022-05-09 01:58:59 linux-kernel Re: [PATCH 5/5] io_uring: implement multishot mode for accept
2022-05-09 01:54:59 linux-kernel Re: [PATCH v3 0/4] fast poll multishot mode
2022-05-08 20:32:48 linux-kernel [PATCH v2 0/5] fast poll multishot mode
2022-05-08 19:11:23 linux-kernel [PATCH 1/5] io_uring: add IORING_ACCEPT_MULTISHOT for accept
2022-05-08 12:05:52 linux-kernel [PATCH v3 0/4] fast poll multishot mode
2022-05-08 04:10:53 linux-kernel [PATCH 4/5] io_uring: add a helper for poll clean
2022-05-06 08:12:05 linux-kernel Re: [PATCH v2 0/5] fast poll multishot mode
2022-05-03 00:19:57 linux-kernel [RFC v3 0/9] fixed worker
2022-05-02 23:52:20 linux-kernel [PATCH 7/9] io-wq: implement fixed worker logic
2022-05-02 23:36:50 linux-kernel [PATCH 9/9] io_uring: add register fixed worker interface
2022-05-02 23:22:54 linux-kernel [PATCH 5/9] io-wq: fixed worker initialization
2022-05-02 23:22:24 linux-kernel Re: [PATCH 7/9] io-wq: implement fixed worker logic
2022-05-02 23:18:04 linux-kernel Re: [RFC v3 0/9] fixed worker
2022-05-02 22:57:22 linux-kernel [PATCH 2/9] io-wq: change argument of create_io_worker() for convienence
2022-05-02 07:08:32 linux-kernel [PATCH 4/9] io-wq: tweak io_get_acct()
2022-04-29 20:38:07 linux-kernel [PATCH 8/9] io-wq: batch the handling of fixed worker private works
2022-04-29 19:32:23 linux-kernel [PATCH 6/9] io-wq: fixed worker exit
2022-04-29 13:37:05 linux-kernel [PATCH 1/9] io-wq: add a worker flag for individual exit
2022-04-29 11:00:20 linux-kernel [PATCH 3/9] io-wq: add infra data structure for fixed workers