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
path:
root
/
net
/
sunrpc
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
SUNRPC: cache creation and destruction routines introduced
Stanislav Kinsbursky
2012-01-31
1
-0
/
+26
|
*
|
SUNRPC: unregister service on creation in current network namespace
Stanislav Kinsbursky
2012-01-31
1
-7
/
+7
|
*
|
SUNRPC: register service on creation in current network namespace
Stanislav Kinsbursky
2012-01-31
1
-4
/
+5
|
*
|
SUNRPC: pass network namespace to service registering routines
Stanislav Kinsbursky
2012-01-31
2
-20
/
+25
|
*
|
SUNRPC: use proper network namespace in rpcbind RPCBPROC_GETADDR procedure
Stanislav Kinsbursky
2012-01-31
1
-1
/
+2
|
*
|
SUNRPC: parametrize rpc_uaddr2sockaddr() by network context
Stanislav Kinsbursky
2012-01-31
2
-4
/
+6
|
*
|
SUNRPC: parametrize rpc_pton() by network context
Stanislav Kinsbursky
2012-01-31
2
-4
/
+5
|
*
|
SUNRPC: parametrize rpc_pton6() by network context
Stanislav Kinsbursky
2012-01-31
1
-4
/
+4
|
*
|
SUNRPC: parametrize rpc_parse_scope_id() by network context
Stanislav Kinsbursky
2012-01-31
1
-4
/
+5
|
*
|
SUNRPC: parametrize local rpcbind clients creation with net ns
Stanislav Kinsbursky
2012-01-31
2
-6
/
+5
|
*
|
SUNRPC: register rpcbind programs in passed network namespase context
Stanislav Kinsbursky
2012-01-31
2
-9
/
+9
|
*
|
SUNRPC: create rpcbind client in passed network namespace context
Stanislav Kinsbursky
2012-01-31
1
-5
/
+6
|
*
|
SUNRPC: optimize net_ns dereferencing in rpcbind registering calls
Stanislav Kinsbursky
2012-01-31
1
-9
/
+9
|
*
|
SUNRPC: optimize net_ns dereferencing in rpcbind creation calls
Stanislav Kinsbursky
2012-01-31
1
-16
/
+19
|
*
|
SUNRPC: move rpcbind internals to sunrpc part of network namespace context
Stanislav Kinsbursky
2012-01-31
2
-29
/
+40
|
*
|
SUNRPC: Fix potential races in xprt_lock_write_next()
Trond Myklebust
2012-01-31
2
-32
/
+59
|
*
|
SUNRPC: kernel PipeFS mount point creation routines removed
Stanislav Kinsbursky
2012-01-31
1
-21
/
+0
|
*
|
NFS: idmap PipeFS notifier introduced
Stanislav Kinsbursky
2012-01-31
2
-0
/
+17
|
*
|
SUNRPC: fix pipe->ops cleanup on pipe dentry unlink
Stanislav Kinsbursky
2012-01-31
1
-31
/
+20
|
*
|
SUNRPC: split cache creation and PipeFS registration
Stanislav Kinsbursky
2012-01-31
1
-7
/
+5
|
*
|
SUNRPC: remove RPC PipeFS mount point reference from RPC client
Stanislav Kinsbursky
2012-01-31
2
-15
/
+14
|
*
|
SUNRPC: remove RPC pipefs mount point manipulations from RPC clients code
Stanislav Kinsbursky
2012-01-31
1
-16
/
+3
|
*
|
SUNRPC: remove RPC client pipefs dentries after unregister
Stanislav Kinsbursky
2012-01-31
1
-1
/
+1
|
*
|
SUNRPC: subscribe RPC clients to pipefs notifications
Stanislav Kinsbursky
2012-01-31
4
-10
/
+90
|
*
|
SUNRPC: make SUNPRC clients list per network namespace context
Stanislav Kinsbursky
2012-01-31
4
-12
/
+24
|
*
|
SUNRPC: handle GSS AUTH pipes by network namespace aware routines
Stanislav Kinsbursky
2012-01-31
1
-22
/
+73
|
*
|
SUNRPC: handle RPC client pipefs dentries by network namespace aware routines
Stanislav Kinsbursky
2012-01-31
1
-33
/
+64
|
*
|
SUNRPC: split SUNPRC PipeFS dentry and private pipe data creation
Stanislav Kinsbursky
2012-01-31
2
-41
/
+67
|
*
|
SUNRPC: cleanup GSS pipes usage
Stanislav Kinsbursky
2012-01-31
1
-38
/
+38
|
*
|
SUNPRC: cleanup RPC PipeFS pipes upcall interface
Stanislav Kinsbursky
2012-01-31
2
-4
/
+2
|
*
|
SUNRPC: cleanup PipeFS redundant RPC inode usage
Stanislav Kinsbursky
2012-01-31
1
-47
/
+46
|
*
|
SUNRPC: split SUNPRC PipeFS pipe data and inode creation
Stanislav Kinsbursky
2012-01-31
2
-119
/
+135
|
*
|
SUNRPC: replace inode lock with pipe lock for RPC PipeFS operations
Stanislav Kinsbursky
2012-01-31
2
-48
/
+47
|
*
|
SUNRPC: added debug messages to RPC pipefs
Stanislav Kinsbursky
2012-01-31
1
-0
/
+8
|
*
|
SUNRPC: pipefs per-net operations helper introduced
Stanislav Kinsbursky
2012-01-31
3
-0
/
+38
|
*
|
SUNRPC: put pipefs superblock link on network namespace
Stanislav Kinsbursky
2012-01-31
2
-0
/
+6
|
*
|
SUNRPC: pipefs dentry lookup helper introduced
Stanislav Kinsbursky
2012-01-31
1
-0
/
+16
|
*
|
SUNRPC: send notification events on pipefs sb creation and destruction
Stanislav Kinsbursky
2012-01-31
1
-0
/
+32
|
*
|
SUNRPC: hold current network namespace while pipefs superblock is active
Stanislav Kinsbursky
2012-01-31
1
-1
/
+13
|
*
|
SUNRPC: create RPC pipefs superblock per network namespace context
Stanislav Kinsbursky
2012-01-31
1
-1
/
+2
|
*
|
SUNRPC: remove non-exclusive pipe creation from RPC pipefs
Stanislav Kinsbursky
2012-01-31
1
-38
/
+6
|
|
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-03-21
1
-6
/
+2
|
\
\
|
*
|
switch open-coded instances of d_make_root() to new helper
Al Viro
2012-03-20
1
-6
/
+2
|
|
/
*
|
sunrpc: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-20
4
-18
/
+18
|
/
*
SUNRPC: Fix machine creds in generic_create_cred and generic_match
Trond Myklebust
2012-01-23
1
-1
/
+16
*
Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2012-01-14
5
-35
/
+64
|
\
|
*
svcrpc: don't revert to SVC_POOL_DEFAULT on nfsd shutdown
J. Bruce Fields
2012-01-05
1
-1
/
+0
|
*
svcrpc: fix double-free on shutdown of nfsd after changing pool mode
J. Bruce Fields
2012-01-05
1
-0
/
+3
|
*
NFSd: use network-namespace-aware cache registering routines
Stanislav Kinsbursky
2011-12-07
1
-0
/
+2
|
*
SUNRPC: create svc_xprt in proper network namespace
Stanislav Kinsbursky
2011-12-06
3
-7
/
+9
[prev]
[next]