From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:43192 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751593AbeFDBCP (ORCPT ); Sun, 3 Jun 2018 21:02:15 -0400 Date: Mon, 4 Jun 2018 02:02:13 +0100 From: Al Viro To: Linus Torvalds Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [git pull] vfs, pile 2 Message-ID: <20180604010213.GE30522@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: More shrink_dcache_parent()-related stuff - killing the main source of potentially contended calls of that on large subtrees. The following changes since commit 4faa99965e027cc057c5145ce45fa772caa04e8d: fix io_destroy()/aio_complete() race (2018-05-23 22:53:22 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.rmdir for you to fetch changes up to 8767712f26d18ac4541e2d0d7be17c40a5911ce4: rmdir(),rename(): do shrink_dcache_parent() only on success (2018-05-27 16:23:51 -0400) ---------------------------------------------------------------- Al Viro (1): rmdir(),rename(): do shrink_dcache_parent() only on success fs/namei.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)