From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benny Halevy Subject: [PATCH RFC 0/10] nfsd41 backchannel patches for 2.6.32 Date: Thu, 20 Aug 2009 01:32:18 +0100 Message-ID: <4A8C9992.2000505@panasas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Linux pNFS mailing list , linux-fsdevel@vger.kernel.org To: "J. Bruce Fields" Return-path: Received: from ip67-152-220-67.z220-152-67.customer.algx.net ([67.152.220.67]:15755 "EHLO daytona.int.panasas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752052AbZHTAsU (ORCPT ); Wed, 19 Aug 2009 20:48:20 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi Bruce, Please review the following patches implementing the server side nfsv4.1 backchannel. They are based on v.2.6.31-rc6 and are currently queued on git://linux-nfs.org/~bhalevy/linux-pnfs.git nfsd41-all [PATCH RFC 01/10] nfsd41: sunrpc: svc_tcp_recv_record() [PATCH RFC 02/10] nfsd41: sunrpc: Added rpc server-side backchannel handling [PATCH RFC 03/10] nfsd41: sunrpc: move struct rpc_buffer def into a common header file [PATCH RFC 04/10] nfsd41: Backchannel: callback infrastructure [PATCH RFC 05/10] nfsd41: Backchannel: Add sequence arguments to callback RPC arguments [PATCH RFC 06/10] nfsd41: Backchannel: Server backchannel RPC wait queue [PATCH RFC 07/10] nfsd41: Backchannel: Setup sequence information [PATCH RFC 08/10] nfsd41: Backchannel: cb_sequence callback [PATCH RFC 09/10] nfsd41: Backchannel: Implement cb_recall over NFSv4.1 [PATCH RFC 10/10] nfsd41: Refactor create_client() Thanks, Benny