aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2008-07-02svcrdma: Remove unneeded spin locks from __svc_rdma_freeTom Tucker
2008-07-02svcrdma: Add dma map count and WARN_ONTom Tucker
2008-07-02svcrdma: Move the DMA unmap logic to the CQ handlerTom Tucker
2008-07-02svcrdma: Use reply and chunk map for RDMA_READ processingTom Tucker
2008-07-02svcrdma: Use RPC reply map for RDMA_WRITE processingTom Tucker
2008-07-02svcrdma: Add a type for keeping NFS RPC mappingTom Tucker
2008-06-23gss_krb5: Use random value to initialize confounderKevin Coffman
2008-06-23gss_krb5: move gss_krb5_crypto into the krb5 moduleKevin Coffman
2008-06-23gss_krb5: create a define for token header size and clean up ptr locationKevin Coffman
2008-06-23sunrpc: remove sv_kill_signal field from svc_serv structJeff Layton
2008-06-23knfsd: convert knfsd to kthread APIJeff Layton
2008-06-23knfsd: Replace lock_kernel with a mutex for nfsd thread startup/shutdown lock...Neil Brown
2008-06-11net: remove CVS keywordsAdrian Bunk
2008-05-23net: Pass reference to cpumask variable in net/sunrpc/svc.cMike Travis
2008-05-20Merge branch 'for-2.6.26' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2008-05-20Merge branch 'from-tomtucker' into for-2.6.26J. Bruce Fields
2008-05-19svcrdma: Verify read-list fits within RPCSVC_MAXPAGESTom Tucker
2008-05-19svcrdma: Change svc_rdma_send_error return type to voidTom Tucker
2008-05-19svcrdma: Copy transport address and arm CQ before calling rdma_acceptTom Tucker
2008-05-19svcrdma: Set rqstp transport address in rdma_read_complete functionTom Tucker
2008-05-19svcrdma: Use ib verbs version of dma_unmapTom Tucker
2008-05-19svcrdma: Cleanup queued, but unprocessed I/O in svc_rdma_freeTom Tucker
2008-05-19svcrdma: Move the QP and cm_id destruction to svc_rdma_freeTom Tucker
2008-05-19svcrdma: Add reference for each SQ/RQ WRTom Tucker
2008-05-19svcrdma: Move destroy to kernel threadTom Tucker
2008-05-19svcrdma: Shrink scope of spinlock on RQ CQTom Tucker
2008-05-19svcrdma: Use standard Linux lists for context cacheTom Tucker
2008-05-19svcrdma: Simplify RDMA_READ deferral buffer managementTom Tucker
2008-05-19svcrdma: Remove unused READ_DONE context flags bitTom Tucker
2008-05-19svcrdma: Return error from rdma_read_xdr so caller knows to free contextTom Tucker
2008-05-19svcrdma: Fix error handling during listening endpoint creationTom Tucker
2008-05-19svcrdma: Free context on post_recv error in send_replyTom Tucker
2008-05-19svcrdma: Free context on ib_post_recv errorTom Tucker
2008-05-19svcrdma: Add put of connection ESTABLISHED reference in rdma_cma_handlerTom Tucker
2008-05-19svcrdma: Fix return value in svc_rdma_sendTom Tucker
2008-05-19svcrdma: Fix race with dto_tasklet in svc_rdma_sendTom Tucker
2008-05-19svcrdma: Simplify receive buffer postingTom Tucker
2008-05-19svc: Remove unused header files from svc_xprt.cTom Tucker
2008-05-19svc: Remove extra check for XPT_DEAD bit in svc_xprt_enqueueTom Tucker
2008-05-18svcrpc: fix proc/net/rpc/auth.unix.ip/content displayJ. Bruce Fields
2008-05-18SUNRPC: AUTH_SYS "machine creds" shouldn't use negative valued uid/gidTrond Myklebust
2008-05-08Remove duplicated include in net/sunrpc/svc.cHuang Weiyi
2008-05-02sunrpc: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev
2008-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-04-27sunrpc: fix missing kernel-docRandy Dunlap
2008-04-24Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2008-04-24Merge branch 'devel'Trond Myklebust
2008-04-24SUNRPC: Invalidate the RPCSEC_GSS session if the server dropped the requestTrond Myklebust
2008-04-23SUNRPC: Use unsigned loop and array index in svc_init_buffer()Chuck Lever
2008-04-23SUNRPC: Use unsigned index when looping over arraysChuck Lever