summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_taskTrond Myklebust2008-03-141-0/+2
| * SUNRPC: Add a generic RPC credentialTrond Myklebust2008-03-141-0/+3
| * SUNRPC: Clean up rpcauth_bindcred()Trond Myklebust2008-03-141-3/+1
| * SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDSTrond Myklebust2008-03-141-2/+2
| * SUNRPC: Fix a bug in rpcauth_lookup_credcache()Trond Myklebust2008-03-141-2/+2
| * Merge branch 'cleanups' into nextTrond Myklebust2008-02-281-4/+5
| |\
| | * SUNRPC: Declare as const the rpc_message arguments to rpc_call_sync/asyncTrond Myklebust2008-02-141-4/+5
| * | SUNRPC: Remove now-redundant RCU-safe rpc_task free pathTrond Myklebust2008-02-281-2/+0
| * | SUNRPC: Eliminate the now-redundant rpc_start_wakeup()Trond Myklebust2008-02-281-11/+1
| * | SUNRPC: Switch tasks to using the rpc_waitqueue's timer functionTrond Myklebust2008-02-281-8/+1