summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: xdr_xcode_hyper helpers cannot presume 64-bit alignmentBenny Halevy2009-09-231-2/+3
* SUNRPC: Defer the auth_gss upcall when the RPC call is asynchronousTrond Myklebust2009-09-151-2/+2
* nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannelAlexandros Batsakis2009-09-134-16/+19
* nfsd41: sunrpc: Added rpc server-side backchannel handlingRahul Iyer2009-09-113-0/+3
* nfsd: populate sin6_scope_id on callback address with scopeid from rq_addr on...Jeff Layton2009-08-211-0/+15
* sunrpc: add common routine for copying address portion of a sockaddrJeff Layton2009-08-211-0/+50
* sunrpc: add routine for comparing addressesJeff Layton2009-08-211-0/+48
* Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs...J. Bruce Fields2009-08-216-23/+110
|\
| * nfs: fix compile error in rpc_pipefs.hJ. Bruce Fields2009-08-201-0/+2
| * Merge branch 'nfsv4_xdr_cleanups-for-2.6.32' into nfs-for-2.6.32Trond Myklebust2009-08-191-6/+4
| |\
| | * sunrpc: ntoh -> be*_to_cpuBenny Halevy2009-08-141-3/+2
| | * sunrpc: hton -> cpu_to_be*Benny Halevy2009-08-141-3/+2
| * | Merge branch 'sunrpc_cache-for-2.6.32' into nfs-for-2.6.32Trond Myklebust2009-08-103-13/+50
| |\ \
| | * | SUNRPC: Add an rpc_pipefs front end for the sunrpc cache codeTrond Myklebust2009-08-092-0/+21
| | * | SUNRPC: Move procfs-specific stuff out of the generic sunrpc cache codeTrond Myklebust2009-08-091-2/+9
| | * | SUNRPC: Allow the cache_detail to specify alternative upcall mechanismsTrond Myklebust2009-08-091-3/+10
| | * | NFSD: Clean up the idmapper warning...Trond Myklebust2009-08-091-1/+2
| | * | SUNRPC: clean up rpc_setup_pipedir()Trond Myklebust2009-08-092-2/+1
| | * | SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_pathTrond Myklebust2009-08-091-2/+2
| | * | SUNRPC: Rename rpc_mkdir to rpc_create_client_dir()Trond Myklebust2009-08-091-2/+3
| | * | SUNRPC: Constify rpc_pipe_ops...Trond Myklebust2009-08-091-2/+3
| | |/
| * | SUNRPC: Kill RPC_DISPLAY_ALLChuck Lever2009-08-091-1/+0
| * | SUNRPC: Remove duplicate universal address generationChuck Lever2009-08-091-1/+0
| * | SUNRPC: Provide functions for managing universal addressesChuck Lever2009-08-091-0/+38
| * | SUNRPC: Clean up RPCBIND_MAXUADDRLEN definitionsChuck Lever2009-08-091-1/+16
| |/
| * headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* | nfsd41: use globals for DRC limitsAndy Adamson2009-07-141-2/+0
|/
* Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsdLinus Torvalds2009-06-222-5/+9
|\
| * Merge commit 'v2.6.30' into for-2.6.31J. Bruce Fields2009-06-151-0/+1
| |\
| * | SUNRPC: pass buffer size to svc_sock_names()Chuck Lever2009-04-281-1/+3
| * | SUNRPC: pass buffer size to svc_addsock()Chuck Lever2009-04-281-1/+2
| * | NFSD: Prevent a buffer overflow in svc_xprt_names()Chuck Lever2009-04-281-1/+1
| * | SUNRPC: Fix error return value of svc_addr_len()Chuck Lever2009-04-281-2/+3
* | | nfs41: Rename rq_received to rq_reply_bytes_recvdRicardo Labiaga2009-06-171-1/+2
* | | nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv for backchann...Andy Adamson2009-06-171-0/+1
* | | nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backcha...Benny Halevy2009-06-171-0/+2
* | | nfs41: Backchannel bc_svc_process()Ricardo Labiaga2009-06-171-0/+2
* | | nfs41: Backchannel callback service helper routinesRicardo Labiaga2009-06-171-0/+3
* | | nfs41: Add backchannel processing support to RPC state machineRicardo Labiaga2009-06-172-0/+14
* | | nfs41: New include/linux/sunrpc/bc_xprt.hRicardo Labiaga2009-06-171-0/+46
* | | nfs41: New backchannel helper routinesRicardo Labiaga2009-06-171-0/+1
* | | nfs41: client callback structuresRicardo Labiaga2009-06-172-0/+30
* | | nfs41: sunrpc: Export the call prepare state for session resetAndy Adamson2009-06-172-0/+2
| |/ |/|
* | SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnectTrond Myklebust2009-05-021-0/+1
|/
* Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-04-062-21/+37
|\
| * nfsd41: hard page limit for DRCAndy Adamson2009-04-031-0/+2
| * nfsd: don't use the deferral service, return NFS4ERR_DELAYAndy Adamson2009-04-031-0/+1
| * SUNRPC: Clean up static inline functions in svc_xprt.hChuck Lever2009-03-181-20/+26
| * knfsd: add file to export stats about nfsd poolsGreg Banks2009-03-181-0/+11
| * knfsd: avoid overloading the CPU scheduler with enormous load averagesGreg Banks2009-03-181-0/+2
OpenPOWER on IntegriCloud