aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-02svcrdma: Move the DMA unmap logic to the CQ handlerTom Tucker1-6/+14
2008-07-02svcrdma: Use reply and chunk map for RDMA_READ processingTom Tucker1-45/+38
2008-07-02svcrdma: Use RPC reply map for RDMA_WRITE processingTom Tucker2-88/+80
2008-07-02svcrdma: Add a type for keeping NFS RPC mappingTom Tucker2-0/+45
2008-06-23gss_krb5: Use random value to initialize confounderKevin Coffman1-4/+18
2008-06-23gss_krb5: move gss_krb5_crypto into the krb5 moduleKevin Coffman2-12/+2
2008-06-23gss_krb5: create a define for token header size and clean up ptr locationKevin Coffman3-46/+46
2008-06-23sunrpc: remove sv_kill_signal field from svc_serv structJeff Layton1-3/+2
2008-06-23knfsd: convert knfsd to kthread APIJeff Layton1-66/+34
2008-06-23knfsd: Replace lock_kernel with a mutex for nfsd thread startup/shutdown locking.Neil Brown1-6/+9
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-05-23net: Pass reference to cpumask variable in net/sunrpc/svc.cMike Travis1-1/+1
2008-05-20Merge branch 'for-2.6.26' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-212/+218
2008-05-20Merge branch 'from-tomtucker' into for-2.6.26J. Bruce Fields4-210/+216
2008-05-19svcrdma: Verify read-list fits within RPCSVC_MAXPAGESTom Tucker1-0/+2
2008-05-19svcrdma: Change svc_rdma_send_error return type to voidTom Tucker2-6/+5
2008-05-19svcrdma: Copy transport address and arm CQ before calling rdma_acceptTom Tucker1-9/+14
2008-05-19svcrdma: Set rqstp transport address in rdma_read_complete functionTom Tucker1-0/+1
2008-05-19svcrdma: Use ib verbs version of dma_unmapTom Tucker1-4/+4
2008-05-19svcrdma: Cleanup queued, but unprocessed I/O in svc_rdma_freeTom Tucker1-3/+35
2008-05-19svcrdma: Move the QP and cm_id destruction to svc_rdma_freeTom Tucker1-20/+20
2008-05-19svcrdma: Add reference for each SQ/RQ WRTom Tucker1-2/+16
2008-05-19svcrdma: Move destroy to kernel threadTom Tucker1-3/+14
2008-05-19svcrdma: Shrink scope of spinlock on RQ CQTom Tucker1-2/+2
2008-05-19svcrdma: Use standard Linux lists for context cacheTom Tucker1-21/+26
2008-05-19svcrdma: Simplify RDMA_READ deferral buffer managementTom Tucker2-48/+15
2008-05-19svcrdma: Remove unused READ_DONE context flags bitTom Tucker2-2/+0
2008-05-19svcrdma: Return error from rdma_read_xdr so caller knows to free contextTom Tucker1-7/+16
2008-05-19svcrdma: Fix error handling during listening endpoint creationTom Tucker1-11/+13
2008-05-19svcrdma: Free context on post_recv error in send_replyTom Tucker1-1/+2
2008-05-19svcrdma: Free context on ib_post_recv errorTom Tucker1-0/+2
2008-05-19svcrdma: Add put of connection ESTABLISHED reference in rdma_cma_handlerTom Tucker1-0/+1
2008-05-19svcrdma: Fix return value in svc_rdma_sendTom Tucker1-1/+1
2008-05-19svcrdma: Fix race with dto_tasklet in svc_rdma_sendTom Tucker1-18/+22
2008-05-19svcrdma: Simplify receive buffer postingTom Tucker3-35/+11
2008-05-19svc: Remove unused header files from svc_xprt.cTom Tucker1-21/+0
2008-05-19svc: Remove extra check for XPT_DEAD bit in svc_xprt_enqueueTom Tucker1-2/+0
2008-05-18svcrpc: fix proc/net/rpc/auth.unix.ip/content displayJ. Bruce Fields1-2/+2
2008-05-18SUNRPC: AUTH_SYS "machine creds" shouldn't use negative valued uid/gidTrond Myklebust1-4/+4
2008-05-08Remove duplicated include in net/sunrpc/svc.cHuang Weiyi1-1/+0
2008-05-02sunrpc: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2-16/+7
2008-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2008-04-27sunrpc: fix missing kernel-docRandy Dunlap1-1/+1
2008-04-24Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds11-315/+580
2008-04-24Merge branch 'devel'Trond Myklebust11-315/+580
2008-04-24SUNRPC: Invalidate the RPCSEC_GSS session if the server dropped the requestTrond Myklebust1-0/+5
2008-04-23SUNRPC: Use unsigned loop and array index in svc_init_buffer()Chuck Lever1-3/+2
2008-04-23SUNRPC: Use unsigned index when looping over arraysChuck Lever1-2/+3
2008-04-23SUNRPC: Update RPC server's TCP record marker decoderChuck Lever1-12/+12
2008-04-23SUNRPC: RPC server still uses 2.4 method for disabling TCP NagleChuck Lever1-2/+2