From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752593AbcGAWHU (ORCPT ); Fri, 1 Jul 2016 18:07:20 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:40554 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751966AbcGAWHT (ORCPT ); Fri, 1 Jul 2016 18:07:19 -0400 Date: Fri, 1 Jul 2016 21:51:47 +0100 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] vfs.git fixes Message-ID: <20160701205147.GF14480@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 Tmpfs readdir throughput regression fix (this cycle) + some -stable fodder all over the place. One missing bit is Miklos' tonight locks.c fix - NFS folks had already grabbed that one by the time I woke up ;-) The following changes since commit e7d6ef9790bc281f5c29d0132b68031248523fe8: fix idiotic braino in d_alloc_parallel() (2016-06-20 10:07:42 -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 e06b933e6ded42384164d28a2060b7f89243b895: namespace: update event counter when umounting a deleted dentry (2016-06-30 23:28:30 -0400) ---------------------------------------------------------------- Al Viro (4): dcache_{readdir,dir_lseek}(): don't bother with nested ->d_lock libfs.c: new helper - next_positive() lockless next_positive() ceph: fix d_obtain_alias() misuses Andrey Ulanov (1): namespace: update event counter when umounting a deleted dentry Miklos Szeredi (1): 9p: use file_dentry() fs/9p/vfs_file.c | 6 +-- fs/ceph/export.c | 10 ++--- fs/libfs.c | 109 ++++++++++++++++++++++++++++++++++++------------------- fs/namespace.c | 1 + 4 files changed, 78 insertions(+), 48 deletions(-)