From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932790AbcERR1S (ORCPT ); Wed, 18 May 2016 13:27:18 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:32934 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932322AbcERR1R (ORCPT ); Wed, 18 May 2016 13:27:17 -0400 Date: Wed, 18 May 2016 18:27:09 +0100 From: Al Viro To: Linus Torvalds Cc: Chris Mason , Dave Chinner , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] vfs.git#work.lookups fixups Message-ID: <20160518172709.GQ14480@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix for xfs parallel readdir (turns out the cxfs exposure was not enough to catch all problems), reversion of btrfs back to ->iterate() until the fs/btrfs/delayed-inode.c gets fixed. The following changes since commit ae05327a00fd47c34dfe25294b359a3f3fef96e8: ext4: switch to ->iterate_shared() (2016-05-12 20:36:01 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.lookups for you to fetch changes up to 9f5418010940236b2c39ea53b99055ca26ff1279: xfs: concurrent readdir hangs on data buffer locks (2016-05-18 13:20:21 -0400) ---------------------------------------------------------------- Al Viro (1): Revert "btrfs: switch to ->iterate_shared()" Dave Chinner (1): xfs: concurrent readdir hangs on data buffer locks fs/btrfs/inode.c | 2 +- fs/xfs/xfs_dir2_readdir.c | 23 ++++++++++++++--------- 2 files changed, 15 insertions(+), 10 deletions(-)