summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0Star
* 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-161-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-031-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-041-0/+2
| * nfsd: don't use the deferral service, return NFS4ERR_DELAYAndy Adamson2009-04-041-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
| * nfs: replace uses of __constant_{endian}Harvey Harrison2009-03-181-21/+21
* | SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Chuck Lever2009-03-281-3/+2Star
* | SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever2009-03-281-1/+2
* | SUNRPC: Pass a family argument to svc_register()Chuck Lever2009-03-281-2/+2
* | SUNRPC: Clean up svc_find_xprt() calling sequenceChuck Lever2009-03-281-1/+2
* | SUNRPC: Clean up static inline functions in svc_xprt.hChuck Lever2009-03-281-20/+26
* | SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC socketsTrond Myklebust2009-03-191-0/+1
* | SUNRPC: dynamically load RPC transport modules on-demandTom Talpey2009-03-111-0/+1
|/
* sunrpc: add sv_maxconn field to svc_serv (try #3)Jeff Layton2009-01-061-1/+4
* Merge branch 'devel' into nextTrond Myklebust2008-12-305-17/+5Star
|\
| * rpc: pass target name down to rpc level on callbacksOlga Kornievskaia2008-12-231-0/+2
| * nfsd: pass client principal name in rsc downcallOlga Kornievskaia2008-12-231-0/+1
| * rpc: add an rpc_pipe_open method\"J. Bruce Fields\2008-12-231-0/+1
| * sunrpc: get rid of rpc_rqst.rq_bufsizeBenny Halevy2008-12-231-2/+1Star
| * SUNRPC: Remove the last remnant of the BKL...Trond Myklebust2008-12-231-15/+0Star
* | misc: replace NIPQUAD()Harvey Harrison2008-10-311-2/+2
* | net: replace %p6 with %pI6Harvey Harrison2008-10-291-1/+1
* | net: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-291-2/+2
|/
* Merge branch 'next'Trond Myklebust2008-10-151-3/+1Star
|\
| * RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls.Tom Talpey2008-10-101-3/+0Star
| * RPC/RDMA: add data types and new FRMR memory registration enum.Tom Talpey2008-10-101-0/+1
* | Merge branch 'from-tomtucker' into for-2.6.28J. Bruce Fields2008-10-091-1/+26
|\ \
| * | svcrdma: Modify the RPC recv path to use FRMR when availableTom Tucker2008-10-061-0/+1
| * | svcrdma: Add a service to register a Fast Reg MR with the deviceTom Tucker2008-10-061-0/+1
| * | svcrdma: Add FRMR get/put servicesTom Tucker2008-10-061-0/+3
| * | svcrdma: Add Fast Reg MR Data TypesTom Tucker2008-10-031-1/+21
| |/