From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:49524 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753624AbcFTRPU (ORCPT ); Mon, 20 Jun 2016 13:15:20 -0400 Date: Mon, 20 Jun 2016 18:14:48 +0100 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] vfs fixes Message-ID: <20160620171448.GN14480@ZenIV.linux.org.uk> References: <13136.1466196630@jrobl> <20160617221614.GE14480@ZenIV.linux.org.uk> <2123.1466313884@jrobl> <20160619165557.GH14480@ZenIV.linux.org.uk> <28627.1466397254@jrobl> <20160620053530.GI14480@ZenIV.linux.org.uk> <20160620145125.GL14480@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160620145125.GL14480@ZenIV.linux.org.uk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: A couple more of d_walk()/d_subdirs reordering fixes (stable fodder; ought to solve that crap for good) and a fix for a brown paperbag bug in d_alloc_parallel() (this cycle). The following changes since commit 1607f09c226d1378439c411baaaa020042750338: coredump: fix dumping through pipes (2016-06-07 22:07:09 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus for you to fetch changes up to e7d6ef9790bc281f5c29d0132b68031248523fe8: fix idiotic braino in d_alloc_parallel() (2016-06-20 10:07:42 -0400) ---------------------------------------------------------------- Al Viro (3): much milder d_walk() race autofs races fix idiotic braino in d_alloc_parallel() fs/autofs4/autofs_i.h | 8 ++++-- fs/autofs4/expire.c | 27 ++++++------------ fs/autofs4/root.c | 2 +- fs/dcache.c | 75 ++++++++++++++++++++++++++++++++++++++++++-------- fs/internal.h | 1 + fs/libfs.c | 4 +-- include/linux/dcache.h | 1 + 7 files changed, 82 insertions(+), 36 deletions(-)