From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Piggin Subject: [announce] vfs-scale git tree update Date: Fri, 7 Jan 2011 18:58:31 +1100 Message-ID: <20110107075831.GA14915@amd> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: Linus Torvalds , Al Viro , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Return-path: Received: from ipmail06.adl2.internode.on.net ([150.101.137.129]:28802 "EHLO ipmail06.adl2.internode.on.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752506Ab1AGH6h (ORCPT ); Fri, 7 Jan 2011 02:58:37 -0500 Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Git tree is here: git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npiggin.git Branch is: vfs-scale-working Head is: b3e19d924b6eaf2ca7d22cba99a517c5171007b6 Changes since last posting: * Implemented Linus' suggestions: - Switch the filesystem methods in one hit rather than having _rcu variants. This avoids a lot of cruft from core code. - Implement filesystem rcu-walk aware conversions in seperate patches after the APIs are changed, making bisectability better. - Change dentry_memcmp to dentry_cmp - Rework the way ->d_revalidate is handled to be simpler. * Fixed configfs bug caused by switching d_op on live dentry. * Leave d_revalidate filesystem changes out for now. The sysfs one in particular seems to have been causing a funny regression. * Bit more tweaking of changelogs documentation and comments. * Passes ltp, xfstests, dbench stressing over nfs, and some of my own racer tests on a couple of filesystems. Needs wider testing.