From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de ([195.135.220.15]:56097 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751245AbdKIDZM (ORCPT ); Wed, 8 Nov 2017 22:25:12 -0500 From: NeilBrown To: Al Viro Date: Thu, 09 Nov 2017 14:22:07 +1100 Subject: [PATCH 0/3] Three VFS patch resends Cc: linux-fsdevel@vger.kernel.org, Linus Torvalds , linux-kernel@vger.kernel.org Message-ID: <151019756744.30101.3832608128627682973.stgit@noble> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi these three patches are all completely separate, but are all related to the VFS. I've posted them all previously but with, as yet, no response (except an ack from Paul McKenney for the RCU one). One was, admitted, posted early last year... I would appreciate review and, hopefully, acceptance. Thanks, NeilBrown --- NeilBrown (3): VFS: use synchronize_rcu_expedited() in namespace_unlock() Improve fairness when locking the per-superblock s_anon list VFS: close race between getcwd() and d_move() fs/dcache.c | 42 ++++++++++++++++++++++++++++++------------ fs/namespace.c | 2 +- fs/super.c | 1 + include/linux/fs.h | 1 + 4 files changed, 33 insertions(+), 13 deletions(-) -- Signature