index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
SUNRPC: Ensure IPV6_V6ONLY is set on the socket before binding to a port
Trond Myklebust
2009-04-01
1
-12
/
+24
*
NSM: Fix unaligned accesses in nsm_init_private()
Mans Rullgard
2009-04-01
1
-2
/
+6
*
NFS: Simplify logic to compare socket addresses in client.c
Chuck Lever
2009-03-28
1
-64
/
+52
*
Merge commit '9f4c899c0d90e1b51b6864834f3877b47c161a0e' into devel
Trond Myklebust
2009-03-28
1
-29
/
+39
|
\
|
*
NFS: Fix the fix to Bugzilla #11061, when IPv6 isn't defined...
Trond Myklebust
2009-03-12
1
-29
/
+39
*
|
NFS: Start PF_INET6 callback listener only if IPv6 support is available
Chuck Lever
2009-03-28
3
-2
/
+21
*
|
lockd: Start PF_INET6 listener only if IPv6 support is available
Chuck Lever
2009-03-28
2
-59
/
+22
*
|
SUNRPC: Remove CONFIG_SUNRPC_REGISTER_V4
Chuck Lever
2009-03-28
1
-22
/
+0
*
|
SUNRPC: rpcb_register() should handle errors silently
Chuck Lever
2009-03-28
2
-8
/
+12
*
|
SUNRPC: Simplify kernel RPC service registration
Chuck Lever
2009-03-28
1
-45
/
+34
*
|
SUNRPC: Simplify svc_unregister()
Chuck Lever
2009-03-28
1
-21
/
+14
*
|
SUNRPC: Allow callers to pass rpcb_v4_register a NULL address
Chuck Lever
2009-03-28
1
-10
/
+28
*
|
SUNRPC: rpcbind actually interprets r_owner string
Chuck Lever
2009-03-28
1
-3
/
+10
*
|
SUNRPC: Clean up address type casts in rpcb_v4_register()
Chuck Lever
2009-03-28
1
-14
/
+12
*
|
SUNRPC: Don't return EPROTONOSUPPORT in svc_register()'s helpers
Chuck Lever
2009-03-28
1
-2
/
+2
*
|
SUNRPC: Use IPv4 loopback for registering AF_INET6 kernel RPC services
Chuck Lever
2009-03-28
1
-17
/
+6
*
|
SUNRPC: Set IPV6ONLY flag on PF_INET6 RPC listener sockets
Chuck Lever
2009-03-28
1
-6
/
+4
*
|
NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacks
Chuck Lever
2009-03-28
2
-24
/
+3
*
|
SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()
Chuck Lever
2009-03-28
5
-13
/
+9
*
|
SUNRPC: Change svc_create_xprt() to take a @family argument
Chuck Lever
2009-03-28
6
-13
/
+18
*
|
SUNRPC: svc_setup_socket() gets protocol family from socket
Chuck Lever
2009-03-28
1
-3
/
+3
*
|
SUNRPC: Pass a family argument to svc_register()
Chuck Lever
2009-03-28
3
-13
/
+14
*
|
SUNRPC: Clean up svc_find_xprt() calling sequence
Chuck Lever
2009-03-28
2
-6
/
+13
*
|
NFSD: If port value written to /proc/fs/nfsd/portlist is invalid, return EINVAL
Chuck Lever
2009-03-28
1
-1
/
+3
*
|
SUNRPC: Clean up static inline functions in svc_xprt.h
Chuck Lever
2009-03-28
1
-20
/
+26
*
|
SUNRPC: Don't flag empty RPCB_GETADDR reply as bogus
Chuck Lever
2009-03-28
1
-3
/
+8
*
|
NFS: Optimise NFS close()
Trond Myklebust
2009-03-19
7
-21
/
+47
*
|
NFS: Fix the notifications when renaming onto an existing file
Trond Myklebust
2009-03-19
1
-5
/
+4
*
|
NFS: Fix up a mismerged patch
Trond Myklebust
2009-03-19
1
-1
/
+1
*
|
SVCRDMA: fix recent printk format warnings.
Tom Talpey
2009-03-19
1
-1
/
+1
*
|
SUNRPC: Ensure we close the socket on EPIPE errors too...
Trond Myklebust
2009-03-19
1
-1
/
+1
*
|
SUNRPC: xs_tcp_connect_worker{4,6}: merge common code
Trond Myklebust
2009-03-19
1
-68
/
+72
*
|
SUNRPC: Add a sysctl to control the duration of the socket linger timeout
Trond Myklebust
2009-03-19
1
-2
/
+11
*
|
SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC sockets
Trond Myklebust
2009-03-19
2
-17
/
+82
*
|
SUNRPC: Ensure that xs_nospace return values are propagated
Trond Myklebust
2009-03-11
1
-4
/
+7
*
|
SUNRPC: Delay, then retry on connection errors.
Trond Myklebust
2009-03-11
1
-18
/
+16
*
|
SUNRPC: Return EAGAIN instead of ENOTCONN when waking up xprt->pending
Trond Myklebust
2009-03-11
3
-52
/
+41
*
|
SUNRPC: Handle socket errors correctly
Trond Myklebust
2009-03-11
1
-7
/
+5
*
|
SUNRPC: Handle ECONNREFUSED correctly in xprt_transmit()
Trond Myklebust
2009-03-11
3
-37
/
+34
*
|
SUNRPC: Don't disconnect if a connection is still in progress.
Trond Myklebust
2009-03-11
1
-4
/
+14
*
|
SUNRPC: Ensure we set XPRT_CLOSING only after we've sent a tcp FIN...
Trond Myklebust
2009-03-11
1
-4
/
+1
*
|
SUNRPC: Avoid an unnecessary task reschedule on ENOTCONN
Trond Myklebust
2009-03-11
1
-8
/
+18
*
|
NFS: load the rpc/rdma transport module automatically
Tom Talpey
2009-03-11
1
-1
/
+3
*
|
SUNRPC: dynamically load RPC transport modules on-demand
Tom Talpey
2009-03-11
2
-0
/
+32
*
|
XPRTRDMA: correct an rpc/rdma inline send marshaling error
Tom Talpey
2009-03-11
1
-12
/
+14
*
|
SVCRDMA: remove faulty assertions in rpc/rdma chunk validation.
Tom Talpey
2009-03-11
1
-3
/
+5
*
|
NFS: Kill the "defined but not used" compile error on nommu machines
Trond Myklebust
2009-03-11
1
-7
/
+5
*
|
NFS: Throttle page dirtying while we're flushing to disk
Trond Myklebust
2009-03-11
7
-29
/
+43
*
|
NFS: cleanup - remove struct nfs_inode->ncommit
Trond Myklebust
2009-03-11
3
-12
/
+17
*
|
NFSv4: Simplify some cache consistency post-op GETATTRs
Trond Myklebust
2009-03-11
2
-5
/
+13
[next]