Return-Path: linux-nfs-owner@vger.kernel.org Received: from mail-gy0-f174.google.com ([209.85.160.174]:53676 "EHLO mail-gy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751043Ab1JSAaj (ORCPT ); Tue, 18 Oct 2011 20:30:39 -0400 Received: by gyb13 with SMTP id 13so1144220gyb.19 for ; Tue, 18 Oct 2011 17:30:38 -0700 (PDT) Message-ID: <4E9E1A2C.6090807@tonian.com> Date: Tue, 18 Oct 2011 17:30:36 -0700 From: Benny Halevy MIME-Version: 1.0 To: NFS list CC: "J. Bruce Fields" Subject: linux-pnfs pnfs-all-3.1-rc10-2011-10-18 Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-nfs-owner@vger.kernel.org List-ID: I rebase the pnfs tree onto v3.1-rc10 AND merged Bruce's for-3.2 branch that includes major changes to the stateid bookkeeping infrastructure. Layout stateids now uses the new idr (radix tree) based mechanism and therefore it's cleaner and faster. DS stateids are still tracked in a global hash table (as they are generated by the MDS) I also seized the opportunity to clean up the pnfs patch series. white space, use of inline, etc. no functional changes otherwise. Tested to pass the connectathon tests over pnfsd-lexp. Benny