From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752852AbdGHAau (ORCPT ); Fri, 7 Jul 2017 20:30:50 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:40006 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752561AbdGHAas (ORCPT ); Fri, 7 Jul 2017 20:30:48 -0400 Date: Sat, 8 Jul 2017 01:30:36 +0100 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] vfs.git pile 15 - more non-uaccess bits Message-ID: <20170708003036.GN10672@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Assorted normal VFS / filesystems stuff... [this is not all; there are several branches left, but that's for tomorrow] The following changes since commit 41f1830f5a7af77cf5c86359aba3cbd706687e52: Linux 4.12-rc6 (2017-06-19 22:19:37 +0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.misc for you to fetch changes up to 49d31c2f389acfe83417083e1208422b4091cd9e: dentry name snapshots (2017-07-07 20:09:10 -0400) ---------------------------------------------------------------- Al Viro (1): dentry name snapshots Carlos Maiolino (1): Make statfs properly return read-only state after emergency remount Denys Vlasenko (1): minix: Deinline get_block, save 2691 bytes Kees Cook (1): fs: Reorder inode_owner_or_capable() to avoid needless Luis R. Rodriguez (1): fs: warn in case userspace lied about modprobe return Sebastian Andrzej Siewior (1): fs/dcache: init in_lookup_hashtable fs/dcache.c | 32 ++++++++++++++++++++++++++++++++ fs/debugfs/inode.c | 10 +++++----- fs/filesystems.c | 4 +++- fs/inode.c | 2 +- fs/minix/itree_common.c | 2 +- fs/namei.c | 10 +++++----- fs/notify/fsnotify.c | 8 ++++++-- fs/statfs.c | 2 ++ include/linux/dcache.h | 6 ++++++ include/linux/fsnotify.h | 31 ------------------------------- 10 files changed, 61 insertions(+), 46 deletions(-)