aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-14SUNRPC: handle IPv6 PKTINFO when extracting destination addressChuck Lever1-28/+56
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan3-2/+1
2009-07-03svcrdma: fix error handling of rdma_alloc_frmr()Wei Yongjun1-2/+2
2009-06-26sunrpc: Use rcu_barrier() on unload.Jesper Dangaard Brouer1-0/+1
2009-06-22Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsdLinus Torvalds4-60/+129
2009-06-20nfs41: sunrpc: xprt_alloc_bc_request() should not use spin_lock_bh()Ricardo Labiaga1-2/+5
2009-06-18SUNRPC: Fix the TCP server's send buffer accountingTrond Myklebust1-17/+18
2009-06-18Merge branch 'devel-for-2.6.31' into for-2.6.31Trond Myklebust1-0/+1
2009-06-17Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31Trond Myklebust11-75/+924
2009-06-17nfs41: Rename rq_received to rq_reply_bytes_recvdRicardo Labiaga4-13/+14
2009-06-17nfs41: Get the rpc_xprt * from the rpc_rqst instead of the rpc_clnt.Rahul Iyer1-2/+2
2009-06-17nfs41: create a svc_xprt for nfs41 callback thread and use for incoming callbacksBenny Halevy1-0/+1
2009-06-17nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv for backchannel useAndy Adamson1-0/+4
2009-06-17nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backchannel useBenny Halevy1-0/+39
2009-06-17nfs41: Backchannel bc_svc_process()Ricardo Labiaga1-0/+49
2009-06-17nfs41: Refactor svc_process()Ricardo Labiaga1-30/+50
2009-06-17nfs41: Backchannel callback service helper routinesRicardo Labiaga3-1/+85
2009-06-17nfs41: Add backchannel processing support to RPC state machineRicardo Labiaga4-9/+189
2009-06-17SUNRPC: Fix a missing "break" option in xs_tcp_setup_socket()Trond Myklebust1-0/+1
2009-06-17nfs41: New xs_tcp_read_data()Ricardo Labiaga1-18/+126