aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAge
...
| * | sunrpc: Factor out v6 sockets creationPavel Emelyanov2010-10-19
| * | sunrpc: Factor out v4 sockets creationPavel Emelyanov2010-10-19
| * | sunrpc: Factor out udp sockets creationPavel Emelyanov2010-10-19
| * | sunrpc: Remove duplicate xprt/transport arguments from callsPavel Emelyanov2010-10-19
| * | sunrpc: Get xprt pointer once in xs_tcp_setup_socketPavel Emelyanov2010-10-19
| * | sunrpc: Remove unused sock arg from xs_next_srcportPavel Emelyanov2010-10-19
| * | sunrpc: Remove unused sock arg from xs_get_srcportPavel Emelyanov2010-10-19
| * | svcrdma: Cleanup DMA unmapping in error paths.Tom Tucker2010-10-18
| * | svcrdma: Change DMA mapping logic to avoid the page_address kernel APITom Tucker2010-10-18
| * | sunrpc: Use helper to set v4 mapped addr in ip_map_parsePavel Emelyanov2010-10-11
| * | sunrpc/cache: centralise handling of size limit on deferred list.NeilBrown2010-10-11
| * | sunrpc: Simplify cache_defer_req and related functions.NeilBrown2010-10-11
| * | nfsd: provide callbacks on svc_xprt deletionJ. Bruce Fields2010-10-01
| * | nfsd4: remove spkm3J. Bruce Fields2010-10-01
| * | sunrpc: fix race in new cache_wait code.NeilBrown2010-10-01
| * | sunrpc: Create sockets in net namespacesPavel Emelyanov2010-10-01
| * | sunrpc: Tag rpc_xprt with netPavel Emelyanov2010-10-01
| * | sunrpc: Add net to xprt_createPavel Emelyanov2010-10-01
| * | sunrpc: Add net to rpc_create_argsPavel Emelyanov2010-10-01
| * | sunrpc: Pull net argument downto svc_create_socketPavel Emelyanov2010-10-01
| * | sunrpc: Add net argument to svc_create_xprtPavel Emelyanov2010-10-01
| * | sunrpc: Factor out rpc_xprt freeingPavel Emelyanov2010-10-01
| * | sunrpc: Factor out rpc_xprt allocationPavel Emelyanov2010-10-01
| * | sunrpc: fix up rpcauth_remove_module section mismatchStephen Rothwell2010-09-29
| * | sunrpc: Make the ip_map_cache be per-netPavel Emelyanov2010-09-27
| * | sunrpc: Make the /proc/net/rpc appear in net namespacesPavel Emelyanov2010-09-27
| * | sunrpc: The per-net skeletonPavel Emelyanov2010-09-27
| * | sunrpc: Tag svc_xprt with netPavel Emelyanov2010-09-27
| * | sunrpc: Add routines that allow registering per-net cachesPavel Emelyanov2010-09-27
| * | sunrpc: Add net to pure API callsPavel Emelyanov2010-09-27
| * | sunrpc: Pass xprt to cached get/put routinesPavel Emelyanov2010-09-27
| * | sunrpc: Make xprt auth cache release work with the xprtPavel Emelyanov2010-09-27
| * | sunrpc: Pass the ip_map_parse's cd to lower callsPavel Emelyanov2010-09-27
| * | sunrpc/cache: fix recent breakage of cache_clean_deferredNeilBrown2010-09-22
| * | sunrpc/cache: don't use custom hex_to_bin() converterAndy Shevchenko2010-09-21
| * | sunrpc/cache: change deferred-request hash table to use hlist.NeilBrown2010-09-21
| * | svcauth_gss: replace a trivial 'switch' with an 'if'NeilBrown2010-09-21
| * | sunrpc: close connection when a request is irretrievably lost.NeilBrown2010-09-21
| * | nfsd4: fix hang on fast-booting nfs serversJ. Bruce Fields2010-09-19
| * | Merge remote branch 'trond/bugfixes' into for-2.6.37J. Bruce Fields2010-09-19
| |\ \
| * | | svcrpc: cache deferral cleanupJ. Bruce Fields2010-09-07
| * | | svcrpc: minor cache cleanupJ. Bruce Fields2010-09-07
| * | | sunrpc/cache: allow threads to block while waiting for cache update.NeilBrown2010-09-07
| * | | sunrpc: use seconds since boot in expiry cacheNeilBrown2010-09-07
* | | | Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-10-26
|\ \ \ \
| * | | | net/sunrpc: Use static const char arraysJoe Perches2010-10-25
* | | | | Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-10-25
|\| | | | | |_|_|/ |/| | |
| * | | SUNRPC: Cleanup duplicate assignment in rpcauth_refreshcredTrond Myklebust2010-10-24
| * | | SUNRPC: After calling xprt_release(), we must restart from call_reserveTrond Myklebust2010-10-24
| * | | SUNRPC: Add a helper function xdr_inline_peekTrond Myklebust2010-10-23