From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Piggin Subject: [announce] vfs-scale git tree update Date: Wed, 22 Dec 2010 20:53:32 +1100 Message-ID: <20101222095332.GA3430@amd> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Sedat Dilek , eparis@redhat.com To: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Git tree is here: git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npiggin.git Branch is: vfs-scale-working Changes since last posting: * Fix for the cgroupfs crash (probably temporary until Al's fixes are merged). * Fix a couple of bisectability bugs. * Fix a race in disconnected dentry alias handling causing NFS to explode under load. Basically the patch to split dentry hash locks needs to lock the s_anon list with a seperate lock, which it wasn't doing properly in the d_move() code. Thanks to all testers.