26 Apr, 2006
1 commit
-
Signed-off-by: David Woodhouse
25 Apr, 2006
1 commit
-
Move some inclusion of private header files and the definition of
RPC_DEBUG inside the existing #ifdef __KERNEL__Signed-off-by: David Woodhouse
24 Sep, 2005
2 commits
-
Select an RPC client source port between 650 and 1023 instead of between
1 and 800. The old range conflicts with a number of network services.
Provide sysctls to allow admins to select a different port range.Note that this doesn't affect user-level RPC library behavior, which
still uses 1 to 800.Based on a suggestion by Olaf Kirch .
Test-plan:
Repeated mount and unmount. Destructive testing. Idle timeouts.Signed-off-by: Chuck Lever
Signed-off-by: Trond Myklebust -
Introduce block header comments and a function naming convention to the
socket transport implementation. Provide a debug setting for transports
that is separate from RPCDBG_XPRT. Eliminate xprt_default_timeout().Provide block comments for exposed interfaces in xprt.c, and eliminate
the useless obvious comments.Convert printk's to dprintk's.
Test-plan:
Compile kernel with CONFIG_NFS enabled.Version: Thu, 11 Aug 2005 16:04:04 -0400
Signed-off-by: Chuck Lever
Signed-off-by: Trond Myklebust
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!