index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
sunrpc: Call xs_create_sockX directly from setup_socket
Pavel Emelyanov
2010-10-19
1
-32
/
+8
*
sunrpc: Factor out v6 sockets creation
Pavel Emelyanov
2010-10-19
1
-37
/
+26
*
sunrpc: Factor out v4 sockets creation
Pavel Emelyanov
2010-10-19
1
-37
/
+26
*
sunrpc: Factor out udp sockets creation
Pavel Emelyanov
2010-10-19
1
-40
/
+56
*
sunrpc: Remove duplicate xprt/transport arguments from calls
Pavel Emelyanov
2010-10-19
1
-6
/
+6
*
sunrpc: Get xprt pointer once in xs_tcp_setup_socket
Pavel Emelyanov
2010-10-19
1
-6
/
+4
*
sunrpc: Remove unused sock arg from xs_next_srcport
Pavel Emelyanov
2010-10-19
1
-3
/
+3
*
sunrpc: Remove unused sock arg from xs_get_srcport
Pavel Emelyanov
2010-10-19
1
-3
/
+3
*
svcrdma: Cleanup DMA unmapping in error paths.
Tom Tucker
2010-10-18
3
-15
/
+17
*
svcrdma: Change DMA mapping logic to avoid the page_address kernel API
Tom Tucker
2010-10-18
3
-38
/
+78
*
nfsd4: expire clients more promptly
J. Bruce Fields
2010-10-11
1
-1
/
+1
*
sunrpc: Use helper to set v4 mapped addr in ip_map_parse
Pavel Emelyanov
2010-10-11
1
-3
/
+2
*
sunrpc/cache: centralise handling of size limit on deferred list.
NeilBrown
2010-10-11
1
-24
/
+43
*
sunrpc: Simplify cache_defer_req and related functions.
NeilBrown
2010-10-11
1
-36
/
+22
*
nfsd4: return expired on unfound stateid's
J. Bruce Fields
2010-10-02
1
-2
/
+9
*
nfsd4: add new connections to session
J. Bruce Fields
2010-10-01
1
-2
/
+47
*
nfsd4: refactor connection allocation
J. Bruce Fields
2010-10-01
1
-6
/
+26
*
nfsd4: use callbacks on svc_xprt_deletion
J. Bruce Fields
2010-10-01
2
-9
/
+45
*
nfsd: provide callbacks on svc_xprt deletion
J. Bruce Fields
2010-10-01
2
-0
/
+40
*
nfsd4: keep per-session list of connections
J. Bruce Fields
2010-10-01
3
-15
/
+65
*
nfsd4: clean up session allocation
J. Bruce Fields
2010-10-01
1
-122
/
+89
*
nfsd4: fix alloc_init_session return type
J. Bruce Fields
2010-10-01
1
-3
/
+1
*
nfsd4: fix alloc_init_session BUILD_BUG_ON()
J. Bruce Fields
2010-10-01
1
-1
/
+1
*
nfsd4: Move callback setup to callback queue
J. Bruce Fields
2010-10-01
3
-27
/
+63
*
nfsd4: remove separate cb_args struct
J. Bruce Fields
2010-10-01
2
-30
/
+25
*
nfsd4: use generic callback code in null case
J. Bruce Fields
2010-10-01
3
-15
/
+20
*
nfsd4: generic callback code
J. Bruce Fields
2010-10-01
2
-39
/
+33
*
nfsd4: rename nfs4_rpc_args->nfsd4_cb_args
J. Bruce Fields
2010-10-01
2
-9
/
+9
*
nfsd4: combine nfs4_rpc_args and nfsd4_cb_sequence
J. Bruce Fields
2010-10-01
2
-23
/
+18
*
nfsd4: minor variable renaming (cb -> conn)
J. Bruce Fields
2010-10-01
2
-22
/
+22
*
nfsd4: remove spkm3
J. Bruce Fields
2010-10-01
7
-906
/
+0
*
sunrpc: fix race in new cache_wait code.
NeilBrown
2010-10-01
1
-3
/
+2
*
sunrpc: Create sockets in net namespaces
Pavel Emelyanov
2010-10-01
2
-5
/
+5
*
net: Export __sock_create
Pavel Emelyanov
2010-10-01
2
-1
/
+4
*
sunrpc: Tag rpc_xprt with net
Pavel Emelyanov
2010-10-01
4
-4
/
+7
*
sunrpc: Add net to xprt_create
Pavel Emelyanov
2010-10-01
2
-0
/
+2
*
sunrpc: Add net to rpc_create_args
Pavel Emelyanov
2010-10-01
7
-0
/
+9
*
sunrpc: Pull net argument downto svc_create_socket
Pavel Emelyanov
2010-10-01
4
-5
/
+13
*
sunrpc: Add net argument to svc_create_xprt
Pavel Emelyanov
2010-10-01
6
-11
/
+12
*
sunrpc: Factor out rpc_xprt freeing
Pavel Emelyanov
2010-10-01
4
-13
/
+14
*
sunrpc: Factor out rpc_xprt allocation
Pavel Emelyanov
2010-10-01
4
-23
/
+28
*
nfsd4: adjust buflen for encoded attrs bitmap based on actual bitmap length
Benny Halevy
2010-10-01
1
-6
/
+12
*
sunrpc: fix up rpcauth_remove_module section mismatch
Stephen Rothwell
2010-09-29
3
-4
/
+4
*
sunrpc: Make the ip_map_cache be per-net
Pavel Emelyanov
2010-09-27
3
-31
/
+108
*
sunrpc: Make the /proc/net/rpc appear in net namespaces
Pavel Emelyanov
2010-09-27
5
-35
/
+59
*
sunrpc: The per-net skeleton
Pavel Emelyanov
2010-09-27
2
-1
/
+42
*
sunrpc: Tag svc_xprt with net
Pavel Emelyanov
2010-09-27
2
-0
/
+4
*
sunrpc: Add routines that allow registering per-net caches
Pavel Emelyanov
2010-09-27
2
-8
/
+21
*
sunrpc: Add net to pure API calls
Pavel Emelyanov
2010-09-27
4
-13
/
+15
*
sunrpc: Pass xprt to cached get/put routines
Pavel Emelyanov
2010-09-27
1
-7
/
+5
[next]