aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2008-04-23SUNRPC: remove svc_create_thread()Jeff Layton1-10/+0
2008-04-23sunrpc: make token header values less confusingKevin Coffman4-8/+8
2008-04-23gss_krb5: consistently use unsigned for seqnumKevin Coffman3-4/+4
2008-04-23net/sunrpc/svc.c: suppress unintialized var warningAndrew Morton1-1/+1
2008-04-23Remove define for KRB5_CKSUM_LENGTH, which will become enctype-dependentKevin Coffman2-5/+2
2008-04-23Correct grammer/typos in dprintksKevin Coffman1-3/+3
2008-04-23SVCRDMA: Add check for XPT_CLOSE in svc_rdma_sendTom Tucker1-0/+2
2008-04-23sunrpc: GSS integrity and decryption failures should return GARBAGE_ARGSHarshula Jayasuriya2-4/+8
2008-04-23SUNRPC: allow svc_recv to break out of 500ms sleep when alloc_page failsJeff Layton1-3/+5
2008-04-23svcrpc: move unused field from cache_deferred_reqJ. Bruce Fields1-1/+0
2008-04-23IPv6 support for NFS server export cachesAurélien Charbon1-38/+80
2008-04-23SUNRPC: have svc_recv() check kthread_should_stop()Jeff Layton1-2/+22
2008-04-23SUNRPC: export svc_sock_update_bufsJeff Layton1-0/+1
2008-04-19SUNRPC: Don't change the RPCSEC_GSS context on a credential that is in useTrond Myklebust1-27/+42
2008-04-19SUNRPC: Fix a race in gss_refresh_upcall()Trond Myklebust1-3/+8
2008-04-19SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requestsTrond Myklebust3-2/+35
2008-04-19SUNRPC: Remove the unused export of xprt_force_disconnectTrond Myklebust1-1/+0
2008-04-19SUNRPC: remove XS_SENDMSG_RETRYTrond Myklebust1-9/+3
2008-04-19SUNRPC: Protect creds against early garbage collectionTrond Myklebust1-0/+8
2008-04-19NFSv4: Reintroduce machine credsTrond Myklebust2-3/+35
2008-04-19NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()Trond Myklebust4-8/+0
2008-04-19SUNRPC: Fix read ordering problems with req->rq_private_buf.lenTrond Myklebust2-14/+15