summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.26' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-05-215-212/+218
|\
| * Merge branch 'from-tomtucker' into for-2.6.26J. Bruce Fields2008-05-214-210/+216
| |\
| | * svcrdma: Verify read-list fits within RPCSVC_MAXPAGESTom Tucker2008-05-191-0/+2
| | * svcrdma: Change svc_rdma_send_error return type to voidTom Tucker2008-05-192-6/+5Star
| | * svcrdma: Copy transport address and arm CQ before calling rdma_acceptTom Tucker2008-05-191-9/+14
| | * svcrdma: Set rqstp transport address in rdma_read_complete functionTom Tucker2008-05-191-0/+1
| | * svcrdma: Use ib verbs version of dma_unmapTom Tucker2008-05-191-4/+4
| | * svcrdma: Cleanup queued, but unprocessed I/O in svc_rdma_freeTom Tucker2008-05-191-3/+35
| | * svcrdma: Move the QP and cm_id destruction to svc_rdma_freeTom Tucker2008-05-191-20/+20
| | * svcrdma: Add reference for each SQ/RQ WRTom Tucker2008-05-191-2/+16
| | * svcrdma: Move destroy to kernel threadTom Tucker2008-05-191-3/+14
| | * svcrdma: Shrink scope of spinlock on RQ CQTom Tucker2008-05-191-2/+2
| | * svcrdma: Use standard Linux lists for context cacheTom Tucker2008-05-191-21/+26
| | * svcrdma: Simplify RDMA_READ deferral buffer managementTom Tucker2008-05-192-48/+15Star
| | * svcrdma: Remove unused READ_DONE context flags bitTom Tucker2008-05-192-2/+0Star
| | * svcrdma: Return error from rdma_read_xdr so caller knows to free contextTom Tucker2008-05-191-7/+16
| | * svcrdma: Fix error handling during listening endpoint creationTom Tucker2008-05-191-11/+13
| | * svcrdma: Free context on post_recv error in send_replyTom Tucker2008-05-191-1/+2
| | * svcrdma: Free context on ib_post_recv errorTom Tucker2008-05-191-0/+2
| | * svcrdma: Add put of connection ESTABLISHED reference in rdma_cma_handlerTom Tucker2008-05-191-0/+1
| | * svcrdma: Fix return value in svc_rdma_sendTom Tucker2008-05-191-1/+1
| | * svcrdma: Fix race with dto_tasklet in svc_rdma_sendTom Tucker2008-05-191-18/+22
| | * svcrdma: Simplify receive buffer postingTom Tucker2008-05-193-35/+11Star
| | * svc: Remove unused header files from svc_xprt.cTom Tucker2008-05-191-21/+0Star
| | * svc: Remove extra check for XPT_DEAD bit in svc_xprt_enqueueTom Tucker2008-05-191-2/+0Star
| * | svcrpc: fix proc/net/rpc/auth.unix.ip/content displayJ. Bruce Fields2008-05-191-2/+2
| |/
* / SUNRPC: AUTH_SYS "machine creds" shouldn't use negative valued uid/gidTrond Myklebust2008-05-181-4/+4
|/
* Remove duplicated include in net/sunrpc/svc.cHuang Weiyi2008-05-081-1/+0Star
* sunrpc: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2008-05-022-16/+7Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-281-1/+1
|\
| * sunrpc: fix missing kernel-docRandy Dunlap2008-04-271-1/+1
* | Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-04-2411-315/+580
|\ \
| * \ Merge branch 'devel'Trond Myklebust2008-04-2411-315/+580
| |\ \
| | * | SUNRPC: Invalidate the RPCSEC_GSS session if the server dropped the requestTrond Myklebust2008-04-241-0/+5
| | * | SUNRPC: Don't change the RPCSEC_GSS context on a credential that is in useTrond Myklebust2008-04-191-27/+42
| | * | SUNRPC: Fix a race in gss_refresh_upcall()Trond Myklebust2008-04-191-3/+8
| | * | SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requestsTrond Myklebust2008-04-193-2/+35
| | * | SUNRPC: Remove the unused export of xprt_force_disconnectTrond Myklebust2008-04-191-1/+0Star
| | * | SUNRPC: remove XS_SENDMSG_RETRYTrond Myklebust2008-04-191-9/+3Star
| | * | SUNRPC: Protect creds against early garbage collectionTrond Myklebust2008-04-191-0/+8
| | * | NFSv4: Reintroduce machine credsTrond Myklebust2008-04-192-3/+35
| | * | NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()Trond Myklebust2008-04-194-8/+0Star
| | * | SUNRPC: Fix read ordering problems with req->rq_private_buf.lenTrond Myklebust2008-04-192-14/+15
| | * | SUNRPC: Don't attempt to destroy expired RPCSEC_GSS credentials..Trond Myklebust2008-04-191-2/+2
| | * | SUNRPC: Fix up xprt_write_space()Trond Myklebust2008-04-192-22/+43
| | * | SUNRPC: Fix a bug in call_decode()Trond Myklebust2008-04-191-3/+6
| | * | Merge branch 'hotfixes' into develTrond Myklebust2008-03-192-39/+59
| | |\ \
| | * | | SUNRPC: Add a helper rpcauth_lookup_generic_cred()Trond Myklebust2008-03-141-1/+0Star
| | * | | SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_taskTrond Myklebust2008-03-145-2/+22
| | * | | SUNRPC: Add a generic RPC credentialTrond Myklebust2008-03-143-1/+144