summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* 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/+5
|\
| * 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/+1
| * SUNRPC: Remove the last remnant of the BKL...Trond Myklebust2008-12-231-15/+0
* | 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-281-2/+2
|/
* Merge branch 'next'Trond Myklebust2008-10-151-3/+1
|\
| * RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls.Tom Talpey2008-10-101-3/+0
| * 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-081-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
| |/
* | NLM: Remove unused argument from svc_addsock() functionChuck Lever2008-10-041-4/+1
* | nfsd: use nfs client rpc callback programBenny Halevy2008-09-291-0/+1
* | SUNRPC: Make svc_addr's argument a constantChuck Lever2008-09-291-3/+3
* | SUNRPC: Support IPv6 when registering kernel RPC servicesChuck Lever2008-09-291-1/+3
* | SUNRPC: Simplify rpcb_register() APIChuck Lever2008-09-291-2/+2
* | SUNRPC: Add address family field to svc_serv data structureChuck Lever2008-09-291-4/+5
|/
* svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_taskletTom Tucker2008-08-131-1/+0
* Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-07-203-11/+35
|\
| * Merge branch 'for-bfields' of git://linux-nfs.org/~tomtucker/xprt-switch-2.6 ...J. Bruce Fields2008-07-031-10/+34
| |\
| | * svcrdma: Change WR context get/put to use the kmem cacheTom Tucker2008-07-021-6/+0
| | * svcrdma: Remove unused wait q from svcrdma_xprt structureTom Tucker2008-07-021-1/+0
| | * svcrdma: Add dma map count and WARN_ONTom Tucker2008-07-021-0/+1
| | * svcrdma: Use reply and chunk map for RDMA_READ processingTom Tucker2008-07-021-0/+1
| | * svcrdma: Add a type for keeping NFS RPC mappingTom Tucker2008-07-021-0/+27
| * | gss_krb5: create a define for token header size and clean up ptr locationKevin Coffman2008-06-231-0/+3
| * | sunrpc: remove sv_kill_signal field from svc_serv structJeff Layton2008-06-231-3/+2
| * | knfsd: convert knfsd to kthread APIJeff Layton2008-06-231-1/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-182-2/+6
|\ \ \
| * | | SUNRPC: Support registering IPv6 interfaces with local rpcbind daemonChuck Lever2008-07-151-0/+3
| * | | rpc: minor cleanup of scheduler callback code\\\"J. Bruce Fields\\\2008-07-091-1/+0
| * | | rpc: bring back cl_chattyOlga Kornievskaia2008-07-091-1/+3
| | |/ | |/|
* / | net: remove CVS keywordsAdrian Bunk2008-06-113-7/+0
|/ /
* | svcrdma: Change svc_rdma_send_error return type to voidTom Tucker2008-05-191-2/+2
* | svcrdma: Move destroy to kernel threadTom Tucker2008-05-191-0/+1
* | svcrdma: Use standard Linux lists for context cacheTom Tucker2008-05-191-2/+3
* | svcrdma: Simplify RDMA_READ deferral buffer managementTom Tucker2008-05-191-0/+1
* | svcrdma: Remove unused READ_DONE context flags bitTom Tucker2008-05-191-1/+0
|/
* Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-04-245-37/+41
|\
| * SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requestsTrond Myklebust2008-04-191-0/+8
| * NFSv4: Reintroduce machine credsTrond Myklebust2008-04-192-0/+3
| * NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()Trond Myklebust2008-04-191-2/+0
| * SUNRPC: Fix up xprt_write_space()Trond Myklebust2008-04-191-1/+1