index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-01
sunrpc: Add net to xprt_create
Pavel Emelyanov
1
-0
/
+1
2010-10-01
sunrpc: Add net to rpc_create_args
Pavel Emelyanov
1
-0
/
+2
2010-10-01
sunrpc: Pull net argument downto svc_create_socket
Pavel Emelyanov
3
-5
/
+12
2010-10-01
sunrpc: Add net argument to svc_create_xprt
Pavel Emelyanov
1
-2
/
+2
2010-10-01
sunrpc: Factor out rpc_xprt freeing
Pavel Emelyanov
3
-13
/
+13
2010-10-01
sunrpc: Factor out rpc_xprt allocation
Pavel Emelyanov
3
-23
/
+27
2010-09-29
sunrpc: fix up rpcauth_remove_module section mismatch
Stephen Rothwell
2
-2
/
+2
2010-09-27
sunrpc: Make the ip_map_cache be per-net
Pavel Emelyanov
3
-31
/
+108
2010-09-27
sunrpc: Make the /proc/net/rpc appear in net namespaces
Pavel Emelyanov
4
-27
/
+44
2010-09-27
sunrpc: The per-net skeleton
Pavel Emelyanov
2
-1
/
+42
2010-09-27
sunrpc: Tag svc_xprt with net
Pavel Emelyanov
1
-0
/
+2
2010-09-27
sunrpc: Add routines that allow registering per-net caches
Pavel Emelyanov
1
-8
/
+19
2010-09-27
sunrpc: Add net to pure API calls
Pavel Emelyanov
1
-8
/
+10
2010-09-27
sunrpc: Pass xprt to cached get/put routines
Pavel Emelyanov
1
-7
/
+5
2010-09-27
sunrpc: Make xprt auth cache release work with the xprt
Pavel Emelyanov
2
-6
/
+8
2010-09-27
sunrpc: Pass the ip_map_parse's cd to lower calls
Pavel Emelyanov
1
-10
/
+21
2010-09-22
sunrpc/cache: fix recent breakage of cache_clean_deferred
NeilBrown
1
-1
/
+3
2010-09-21
sunrpc/cache: don't use custom hex_to_bin() converter
Andy Shevchenko
1
-7
/
+13
2010-09-21
sunrpc/cache: change deferred-request hash table to use hlist.
NeilBrown
1
-18
/
+10
2010-09-21
svcauth_gss: replace a trivial 'switch' with an 'if'
NeilBrown
1
-22
/
+19
2010-09-21
sunrpc: close connection when a request is irretrievably lost.
NeilBrown
3
-9
/
+17
2010-09-19
nfsd4: fix hang on fast-booting nfs servers
J. Bruce Fields
1
-4
/
+20
2010-09-19
Merge remote branch 'trond/bugfixes' into for-2.6.37
J. Bruce Fields
6
-76
/
+86
2010-09-12
sunrpc: increase MAX_HASHTABLE_BITS to 14
Miquel van Smoorenburg
1
-1
/
+1
2010-09-12
gss:spkm3 miss returning error to caller when import security context
Bian Naimeng
1
-1
/
+4
2010-09-12
gss:krb5 miss returning error to caller when import security context
Bian Naimeng
1
-2
/
+8
2010-09-12
SUNRPC: cleanup state-machine ordering
J. Bruce Fields
1
-42
/
+42
2010-09-12
SUNRPC: Fix a race in rpc_info_open
Trond Myklebust
2
-20
/
+20
2010-09-12
SUNRPC: Fix race corrupting rpc upcall
Trond Myklebust
2
-7
/
+8
2010-09-12
Fix null dereference in call_allocate
J. Bruce Fields
1
-4
/
+4
2010-09-07
svcrpc: cache deferral cleanup
J. Bruce Fields
1
-64
/
+79
2010-09-07
svcrpc: minor cache cleanup
J. Bruce Fields
2
-21
/
+25
2010-09-07
sunrpc/cache: allow threads to block while waiting for cache update.
NeilBrown
2
-1
/
+69
2010-09-07
sunrpc: use seconds since boot in expiry cache
NeilBrown
1
-17
/
+19
2010-08-18
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
4
-15
/
+46
2010-08-17
NFS: Fix the selection of security flavours in Kconfig
Trond Myklebust
1
-4
/
+5
2010-08-11
rpcrdma: Fix SQ size calculation when memreg is FRMR
Tom Tucker
2
-4
/
+18
2010-08-11
xprtrdma: Do not truncate iova_start values in frmr registrations.
Steve Wise
1
-1
/
+1
2010-08-11
nfs: update for module_param_named API change
Stephen Rothwell
1
-2
/
+7
2010-08-11
param: use ops in struct kernel_param, rather than get and set fns directly
Rusty Russell
1
-11
/
+15
2010-08-10
SUNRPC: fix NFS client over TCP hangs due to packet loss (Bug 16494)
Andy Chittenden
1
-6
/
+22
2010-08-07
Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2
-2
/
+7
2010-08-07
Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs...
Linus Torvalds
9
-235
/
+301
2010-08-06
net: sunrpc: removed duplicated #include
Andrea Gelmini
1
-1
/
+0
2010-08-04
SUNRPC: Defer deleting the security context until gss_do_free_ctx()
Trond Myklebust
1
-6
/
+1
2010-08-04
SUNRPC: prevent task_cleanup running on freed xprt
J. Bruce Fields
1
-0
/
+1
2010-08-04
SUNRPC: Reduce asynchronous RPC task stack usage
Trond Myklebust
1
-2
/
+3
2010-08-04
SUNRPC: Move the bound cred to struct rpc_rqst
Trond Myklebust
7
-85
/
+83
2010-08-04
SUNRPC: Clean up of rpc_bindcred()
Trond Myklebust
3
-29
/
+21
2010-08-04
SUNRPC: Move remaining RPC client related task initialisation into clnt.c
Trond Myklebust
2
-73
/
+88
[next]