aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-25knfsd: Replace lock_kernel with a mutex in nfsd pool stats.Ryusei Yamaguchi1-11/+0
2009-08-24nfsd41: sunrpc: svc_tcp_recv_record()Alexandros Batsakis1-28/+51
2009-08-21Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 into for-2.6.32-incomingJ. Bruce Fields16-802/+1782
2009-08-21SUNRPC: Ensure that sunrpc gets initialised before nfs, lockd, etc...Trond Myklebust1-1/+1
2009-08-19SUNRPC: cache must take a reference to the cache detail's module on open()Trond Myklebust1-4/+76
2009-08-19NFS: Add a dns resolver for use with NFSv4 referrals and migrationTrond Myklebust1-0/+7
2009-08-19SUNRPC: Fix a typo in cache_pipefs_filesTrond Myklebust1-1/+1
2009-08-19Merge branch 'nfsv4_xdr_cleanups-for-2.6.32' into nfs-for-2.6.32Trond Myklebust1-6/+6
2009-08-14sunrpc: ntoh -> be*_to_cpuBenny Halevy1-3/+3
2009-08-14sunrpc: hton -> cpu_to_be*Benny Halevy1-3/+3
2009-08-10Merge branch 'sunrpc_cache-for-2.6.32' into nfs-for-2.6.32Trond Myklebust6-463/+858
2009-08-10Merge branch 'patches_cel-for-2.6.32' into nfs-for-2.6.32Trond Myklebust6-330/+784
2009-08-09SUNRPC: Add an rpc_pipefs front end for the sunrpc cache codeTrond Myklebust2-0/+169
2009-08-09SUNRPC: Move procfs-specific stuff out of the generic sunrpc cache codeTrond Myklebust1-129/+190
2009-08-09SUNRPC: Allow the cache_detail to specify alternative upcall mechanismsTrond Myklebust3-11/+36
2009-08-09SUNRPC: Remove the global temporary write buffer in net/sunrpc/cache.cTrond Myklebust1-25/+70
2009-08-09SUNRPC: Ensure we initialise the cache_detail before creating procfs filesTrond Myklebust1-10/+20
2009-08-09NFSD: Clean up the idmapper warning...Trond Myklebust1-1/+1
2009-08-09SUNRPC: One more clean up for rpc_create_client_dir()Trond Myklebust1-28/+50
2009-08-09SUNRPC: clean up rpc_setup_pipedir()Trond Myklebust2-70/+36
2009-08-09SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_pathTrond Myklebust2-14/+14
2009-08-09SUNRPC: Clean up rpc_create_client_dir()Trond Myklebust1-42/+41
2009-08-09SUNRPC: Rename rpc_mkdir to rpc_create_client_dir()Trond Myklebust2-9/+8
2009-08-09SUNRPC: rpc_pipefs cleanupTrond Myklebust1-40/+40
2009-08-09SUNRPC: Clean up rpc_populate/depopulateTrond Myklebust1-86/+101
2009-08-09SUNRPC: Clean up rpc_lookup_createTrond Myklebust1-41/+59
2009-08-09SUNRPC: Clean up rpc_unlink()Trond Myklebust1-8/+27
2009-08-09SUNRPC: Clean up file creation code in rpc_pipefsTrond Myklebust1-43/+77
2009-08-09SUNRPC: Clean up rpc_pipefs lookup code...Trond Myklebust1-5/+10
2009-08-09SUNRPC: Allow rpc_pipefs_ops to have null values for upcall and downcallTrond Myklebust1-4/+11
2009-08-09SUNRPC: Constify rpc_pipe_ops...Trond Myklebust2-7/+8
2009-08-09SUNRPC: Add documenting comments in net/sunrpc/timer.cChuck Lever1-16/+29
2009-08-09SUNRPC: Update xprt address strings after an rpcbind completesChuck Lever1-41/+41
2009-08-09SUNRPC: Kill RPC_DISPLAY_ALLChuck Lever2-21/+34
2009-08-09SUNRPC: Rename sock_xprt.addr as sock_xprt.srcaddrChuck Lever1-12/+12
2009-08-09SUNRPC: Eliminate PROC macro from rpcb_clntChuck Lever1-22/+91
2009-08-09SUNRPC: Clean up: Remove unused XDR decoder functions from rpcb_clnt.cChuck Lever1-81/+0
2009-08-09SUNRPC: Introduce new xdr_stream-based decoders to rpcb_clnt.cChuck Lever1-3/+77
2009-08-09SUNRPC: Introduce xdr_stream-based decoders for RPCB_UNSETChuck Lever1-0/+22
2009-08-09SUNRPC: Clean up: Remove unused XDR encoder functions from rpcb_clnt.cChuck Lever1-34/+0
2009-08-09SUNRPC: Introduce new xdr_stream-based encoders to rpcb_clnt.cChuck Lever1-1/+75
2009-08-09SUNRPC: Use rpc_ntop() for constructing transport address stringsChuck Lever2-102/+52
2009-08-09SUNRPC: Remove duplicate universal address generationChuck Lever3-45/+29
2009-08-09SUNRPC: Provide functions for managing universal addressesChuck Lever2-1/+365
2009-08-09SUNRPC: Move XDR data type size macrosChuck Lever1-25/+31
2009-08-09SUNRPC: convert some sysctls into module parametersTrond Myklebust1-0/+52
2009-08-04sunrpc: fix memory leak in unix_gid cache.NeilBrown1-0/+1
2009-08-04sunrpc/cache: recheck cache validity after cache_defer_reqNeilBrown1-20/+33
2009-08-04sunrpc/cache: make sure deferred requests eventually get revisited.NeilBrown1-1/+4
2009-08-04sunrpc/cache: rename queue_loose to cache_dequeueNeilBrown1-4/+4