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