NeilBrown ([email protected])

Number of posts: 5583 (0.81 per day)
First post: 2005-09-02 06:41:05
Last post: 2024-06-13 22:56:22

Date List Subject
2023-07-28 22:49:21 linux-nfs Re: [PATCH v4 2/2] NFSD: add rpc_status entry in nfsd debug filesystem
2023-07-25 00:00:48 linux-nfs Re: [PATCH RFC] nfsd: set missing after_change as before_change + 1
2023-07-24 05:14:35 linux-nfs Re: [PATCH -next] sunrpc: Remove unused extern declarations
2023-07-24 04:45:27 linux-nfs Re: [PATCH 10/14] SUNRPC: change svc_pool_wake_idle_thread() to return nothing.
2023-07-24 00:35:47 linux-nfs Re: [PATCH 10/14] SUNRPC: change svc_pool_wake_idle_thread() to return nothing.
2023-07-22 00:41:32 linux-kernel Re: [PATCH v2 0/2] nfsd: sanely handle inabilty to fetch pre/post attributes
2023-07-20 22:30:15 linux-kernel Re: [PATCH] nfsd: add a MODULE_DESCRIPTION
2023-07-20 22:18:29 linux-kernel Re: [PATCH v2 0/2] nfsd: sanely handle inabilty to fetch pre/post attributes
2023-07-20 21:54:48 linux-nfs Re: [PATCH v2 1/2] nfsd: handle failure to collect pre/post-op attrs more sanely
2023-07-20 21:54:06 linux-nfs Re: [PATCH 09/14] SUNRPC: change how svc threads are asked to exit.
2023-07-19 23:50:31 linux-nfs Re: [PATCH v3 5/9] SUNRPC: Count pool threads that were awoken but found no work to do
2023-07-19 23:29:43 linux-nfs Re: [PATCH 10/14] SUNRPC: change svc_pool_wake_idle_thread() to return nothing.
2023-07-19 01:25:59 linux-nfs Re: [PATCH 10/14] SUNRPC: change svc_pool_wake_idle_thread() to return nothing.
2023-07-19 00:51:41 linux-nfs Re: [PATCH v3 5/9] SUNRPC: Count pool threads that were awoken but found no work to do
2023-07-18 07:01:48 linux-nfs [PATCH 05/14] SUNRPC: remove timeout arg from svc_recv()
2023-07-18 07:01:05 linux-nfs [PATCH 14/14] SUNRPC: only have one thread waking up at a time
2023-07-18 07:01:05 linux-nfs [PATCH 02/14] nfsd: don't allow nfsd threads to be signalled.
2023-07-18 07:00:31 linux-nfs [PATCH 10/14] SUNRPC: change svc_pool_wake_idle_thread() to return nothing.
2023-07-18 06:54:47 linux-nfs [PATCH 09/14] SUNRPC: change how svc threads are asked to exit.
2023-07-18 06:49:11 linux-nfs [PATCH 06/14] SUNRPC: change various server-side #defines to enum
2023-07-18 06:48:25 linux-nfs [PATCH 07/14] SUNRPC: refactor svc_recv()
2023-07-18 06:47:05 linux-nfs [PATCH 08/14] SUNRPC: integrate back-channel processing with svc_recv() and svc_process()
2023-07-18 06:46:23 linux-nfs [PATCH 04/14] SUNRPC: change svc_recv() to return void.
2023-07-18 06:45:40 linux-nfs [PATCH 00/14] Refactor SUNRPC svc thread code, and use llist
2023-07-18 06:45:40 linux-nfs [PATCH 11/14] SUNRPC: add list of idle threads
2023-07-18 06:45:40 linux-nfs [PATCH 13/14] SUNRPC: change service idle list to be an llist
2023-07-18 06:45:11 linux-nfs [PATCH 12/14] SUNRPC: discard SP_CONGESTED
2023-07-18 06:44:40 linux-nfs [PATCH 01/14] lockd: remove SIGKILL handling.
2023-07-18 06:44:14 linux-nfs [PATCH 03/14] SUNRPC: call svc_process() from svc_recv().
2023-07-17 22:02:01 linux-nfs Re: [PATCH v3] NFSD: add rpc_status entry in nfsd debug filesystem
2023-07-11 12:19:17 linux-nfs Re: [PATCH v3 5/9] SUNRPC: Count pool threads that were awoken but found no work to do
2023-07-11 10:45:27 linux-nfs Re: [PATCH/RFC] sunrpc: constant-time code to wake idle thread
2023-07-11 10:07:05 linux-nfs Re: [PATCH/RFC] sunrpc: constant-time code to wake idle thread
2023-07-11 10:06:01 linux-nfs Re: [PATCH v3 5/9] SUNRPC: Count pool threads that were awoken but found no work to do
2023-07-10 22:34:46 linux-nfs Re: [PATCH v3 5/9] SUNRPC: Count pool threads that were awoken but found no work to do
2023-07-10 22:34:37 linux-nfs Re: [PATCH v3 0/9] SUNRPC service thread scheduler optimizations
2023-07-10 22:34:01 linux-nfs Re: [PATCH/RFC] sunrpc: constant-time code to wake idle thread
2023-07-10 22:34:01 linux-nfs Re: [PATCH/RFC] sunrpc: constant-time code to wake idle thread
2023-07-10 01:13:51 linux-nfs [PATCH/RFC] sunrpc: constant-time code to wake idle thread
2023-07-05 01:23:40 linux-nfs Re: [PATCH v2 0/9] SUNRPC service thread scheduler optimizations
2023-07-05 01:22:54 linux-nfs Re: [PATCH v2 9/9] SUNRPC: Convert RQ_BUSY into a per-pool bitmap
2023-07-05 00:42:40 linux-nfs Re: [PATCH v2 9/9] SUNRPC: Convert RQ_BUSY into a per-pool bitmap
2023-07-04 03:21:21 linux-nfs Re: [PATCH v2 4/9] SUNRPC: Count ingress RPC messages per svc_pool
2023-07-04 02:48:49 linux-nfs Re: [PATCH v2 8/9] SUNRPC: Replace sp_threads_all with an xarray
2023-07-04 02:22:41 linux-nfs Re: [PATCH v2 9/9] SUNRPC: Convert RQ_BUSY into a per-pool bitmap
2023-07-04 01:42:44 linux-nfs Re: [PATCH v2 8/9] SUNRPC: Replace sp_threads_all with an xarray
2023-07-04 01:40:54 linux-nfs Re: [PATCH v2 9/9] SUNRPC: Convert RQ_BUSY into a per-pool bitmap
2023-07-04 01:10:34 linux-nfs Re: [PATCH v2 4/9] SUNRPC: Count ingress RPC messages per svc_pool
2023-07-04 01:09:49 linux-nfs Re: [PATCH v2 7/9] SUNRPC: Don't disable BH's when taking sp_lock
2023-07-03 21:38:14 linux-nfs Re: [PATCH RFC 0/4] Encode NFSv4 attributes via a branch table
2023-07-03 04:52:16 linux-nfs Re: [PATCH RFC 0/4] Encode NFSv4 attributes via a branch table