From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Piggin Subject: [patch 00/10] first set of vfs scale patches Date: Wed, 18 Aug 2010 04:37:29 +1000 Message-ID: <20100817183729.613117146@kernel.dk> Cc: linux-fsdevel@vger.kernel.org To: Al Viro Return-path: Received: from ipmail07.adl2.internode.on.net ([150.101.137.131]:56298 "EHLO ipmail07.adl2.internode.on.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759213Ab0HQStQ (ORCPT ); Tue, 17 Aug 2010 14:49:16 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Does not contain inode lock patches yet, I've not quite finished porting them yet, but even when I do I think they should get some time in linux-next and some more time for people to review them before going upstream. So let's wait for next release on those? This patchset contains: * some misc bits * rwlock->spinlock for fs_struct lock * files_lock cleanup * tty files list bugfix * files_lock scaling * vfsmount_lock scaling These should all be in good shape for review and hopefully merging, so please let me know if I need to fix anything. Thanks, Nick