Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752052AbdDIFkd (ORCPT ); Sun, 9 Apr 2017 01:40:33 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:56608 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751211AbdDIFk0 (ORCPT ); Sun, 9 Apr 2017 01:40:26 -0400 Date: Sun, 9 Apr 2017 06:40:06 +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: <20170409053956.GB29622@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1794 Lines: 47 The following changes since commit a71c9a1c779f2499fb2afc0553e543f18aff6edf: Linux 4.11-rc5 (2017-04-02 17:23:54 -0700) 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 a8e28440016bfb23bec266c4c66eacca6ea2d48b: Merge branch 'work.statx' into for-next (2017-04-03 01:06:59 -0400) ---------------------------------------------------------------- Al Viro (2): alpha: fix stack smashing in old_adjtimex(2) Merge branch 'work.statx' into for-next Darrick J. Wong (1): xfs: report crtime and attribute flags to statx David Howells (3): ext4: Add statx support statx: Reserve the top bit of the mask for future struct expansion statx: Include a mask for stx_attributes in struct statx Eric Biggers (4): Documentation/filesystems: fix documentation for ->getattr() statx: reject unknown flags when using NULL path statx: remove incorrect part of vfs_statx() comment statx: optimize copy of struct statx to userspace Documentation/filesystems/Locking | 3 +- Documentation/filesystems/porting | 6 +++ Documentation/filesystems/vfs.txt | 3 +- arch/alpha/kernel/osf_sys.c | 2 +- fs/ext4/ext4.h | 1 + fs/ext4/file.c | 2 +- fs/ext4/inode.c | 41 +++++++++++++++++-- fs/ext4/namei.c | 2 + fs/ext4/symlink.c | 3 ++ fs/stat.c | 86 ++++++++++++++++++--------------------- fs/xfs/xfs_iops.c | 14 +++++++ include/linux/stat.h | 1 + include/uapi/linux/stat.h | 5 ++- samples/statx/test-statx.c | 12 ++++-- 14 files changed, 120 insertions(+), 61 deletions(-)