From: Benny Halevy Subject: [PATCH 0/10] nfsd41 backchannel patches for 2.6.32 Date: Fri, 04 Sep 2009 19:18:43 +0300 Message-ID: <4AA13DE3.8020800@panasas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: "Labiaga, Ricardo" , Alexandros Batsakis , Trond Myklebust , NFS list , pNFS Mailing List To: "J. Bruce Fields" Return-path: Received: from dip-colo-pa.panasas.com ([67.152.220.67]:29477 "EHLO daytona.int.panasas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932208AbZIDQSt (ORCPT ); Fri, 4 Sep 2009 12:18:49 -0400 Sender: linux-nfs-owner@vger.kernel.org List-ID: Bruce, Here's the updated patchset implementing the nfs41 backchannel for the nfs server. Changes from previous version: - Rebase onto git://git.linux-nfs.org/~bfields/linux.git for-2.6.32 - bc_send_request does not block on the xpt_mutex but rather uses the rpc_sleep_on to wait on it. - nfsd4_create_session initializes unconf->cl_cb_conn.cb_addr. - cosmetic-only changes cleaned up. [PATCH 01/10] nfsd41: sunrpc: move struct rpc_buffer def into sunrpc.h [PATCH 02/10] nfsd41: sunrpc: Added rpc server-side backchannel handling [PATCH 03/10] nfsd4: fix whitespace in NFSPROC4_CLNT_CB_NULL definition [PATCH 04/10] nfsd41: Backchannel: callback infrastructure [PATCH 05/10] nfsd41: Backchannel: Add sequence arguments to callback RPC arguments [PATCH 06/10] nfsd41: Backchannel: Server backchannel RPC wait queue [PATCH 07/10] nfsd41: Backchannel: Setup sequence information [PATCH 08/10] nfsd41: Backchannel: cb_sequence callback [PATCH 09/10] nfsd41: Backchannel: Implement cb_recall over NFSv4.1 [PATCH 10/10] nfsd41: Refactor create_client() Benny