aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-20nfs: fix compile error in rpc_pipefs.hJ. Bruce Fields1-0/+2
2009-08-19Merge branch 'nfsv4_xdr_cleanups-for-2.6.32' into nfs-for-2.6.32Trond Myklebust1-6/+4
2009-08-14sunrpc: ntoh -> be*_to_cpuBenny Halevy1-3/+2
2009-08-14sunrpc: hton -> cpu_to_be*Benny Halevy1-3/+2
2009-08-10Merge branch 'sunrpc_cache-for-2.6.32' into nfs-for-2.6.32Trond Myklebust3-13/+50
2009-08-09SUNRPC: Add an rpc_pipefs front end for the sunrpc cache codeTrond Myklebust2-0/+21
2009-08-09SUNRPC: Move procfs-specific stuff out of the generic sunrpc cache codeTrond Myklebust1-2/+9
2009-08-09SUNRPC: Allow the cache_detail to specify alternative upcall mechanismsTrond Myklebust1-3/+10
2009-08-09NFSD: Clean up the idmapper warning...Trond Myklebust1-1/+2
2009-08-09SUNRPC: clean up rpc_setup_pipedir()Trond Myklebust2-2/+1
2009-08-09SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_pathTrond Myklebust1-2/+2
2009-08-09SUNRPC: Rename rpc_mkdir to rpc_create_client_dir()Trond Myklebust1-2/+3
2009-08-09SUNRPC: Constify rpc_pipe_ops...Trond Myklebust1-2/+3
2009-08-09SUNRPC: Kill RPC_DISPLAY_ALLChuck Lever1-1/+0
2009-08-09SUNRPC: Remove duplicate universal address generationChuck Lever1-1/+0
2009-08-09SUNRPC: Provide functions for managing universal addressesChuck Lever1-0/+38
2009-08-09SUNRPC: Clean up RPCBIND_MAXUADDRLEN definitionsChuck Lever1-1/+16
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-22Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsdLinus Torvalds2-5/+9
2009-06-17nfs41: Rename rq_received to rq_reply_bytes_recvdRicardo Labiaga1-1/+2
2009-06-17nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv for backchannel useAndy Adamson1-0/+1
2009-06-17nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backchannel useBenny Halevy1-0/+2
2009-06-17nfs41: Backchannel bc_svc_process()Ricardo Labiaga1-0/+2
2009-06-17nfs41: Backchannel callback service helper routinesRicardo Labiaga1-0/+3
2009-06-17nfs41: Add backchannel processing support to RPC state machineRicardo Labiaga2-0/+14
2009-06-17nfs41: New include/linux/sunrpc/bc_xprt.hRicardo Labiaga1-0/+46
2009-06-17nfs41: New backchannel helper routinesRicardo Labiaga1-0/+1
2009-06-17nfs41: client callback structuresRicardo Labiaga2-0/+30
2009-06-17nfs41: sunrpc: Export the call prepare state for session resetAndy Adamson2-0/+2
2009-06-15Merge commit 'v2.6.30' into for-2.6.31J. Bruce Fields1-0/+1
2009-05-02SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnectTrond Myklebust1-0/+1
2009-04-28SUNRPC: pass buffer size to svc_sock_names()Chuck Lever1-1/+3
2009-04-28SUNRPC: pass buffer size to svc_addsock()Chuck Lever1-1/+2
2009-04-28NFSD: Prevent a buffer overflow in svc_xprt_names()Chuck Lever1-1/+1
2009-04-28SUNRPC: Fix error return value of svc_addr_len()Chuck Lever1-2/+3
2009-04-06Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-21/+37
2009-04-03nfsd41: hard page limit for DRCAndy Adamson1-0/+2
2009-04-03nfsd: don't use the deferral service, return NFS4ERR_DELAYAndy Adamson1-0/+1
2009-03-28SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Chuck Lever1-3/+2
2009-03-28SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever1-1/+2
2009-03-28SUNRPC: Pass a family argument to svc_register()Chuck Lever1-2/+2
2009-03-28SUNRPC: Clean up svc_find_xprt() calling sequenceChuck Lever1-1/+2
2009-03-28SUNRPC: Clean up static inline functions in svc_xprt.hChuck Lever1-20/+26
2009-03-19SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC socketsTrond Myklebust1-0/+1
2009-03-18SUNRPC: Clean up static inline functions in svc_xprt.hChuck Lever1-20/+26
2009-03-18knfsd: add file to export stats about nfsd poolsGreg Banks1-0/+11
2009-03-18knfsd: avoid overloading the CPU scheduler with enormous load averagesGreg Banks1-0/+2
2009-03-18nfs: replace uses of __constant_{endian}Harvey Harrison1-21/+21
2009-03-11SUNRPC: dynamically load RPC transport modules on-demandTom Talpey1-0/+1
2009-01-06sunrpc: add sv_maxconn field to svc_serv (try #3)Jeff Layton1-1/+4