From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:33670 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753341AbcERSkX (ORCPT ); Wed, 18 May 2016 14:40:23 -0400 Date: Wed, 18 May 2016 19:40:16 +0100 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] vfs.git#work.misc Message-ID: <20160518184016.GS14480@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Assorted cleanups and fixes all over the place. The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca: Linux 4.6-rc1 (2016-03-26 16:03:24 -0700) 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 2c4cb04300fa160e9d78335c74184c4e66a56437: coredump: only charge written data against RLIMIT_CORE (2016-05-12 16:55:50 -0400) ---------------------------------------------------------------- Al Viro (6): mtd: switch open_mtd_by_chdev() to use of vfs_stat() mtd: switch ubi_open_volume_path() to vfs_stat() __d_alloc(): treat NULL name as QSTR("/", 1) bpf: reject invalid names right in ->lookup() ecryptfs: avoid multiple aliases for directories ecryptfs_lookup(): try either only encrypted or plaintext name Omar Sandoval (2): coredump: get rid of coredump_params->written coredump: only charge written data against RLIMIT_CORE arch/powerpc/platforms/cell/spufs/coredump.c | 5 +- drivers/mtd/ubi/build.c | 13 ++--- drivers/mtd/ubi/kapi.c | 19 +++---- fs/binfmt_elf.c | 2 +- fs/binfmt_elf_fdpic.c | 2 +- fs/coredump.c | 5 +- fs/dcache.c | 13 +++-- fs/ecryptfs/inode.c | 85 ++++++++++++---------------- kernel/bpf/inode.c | 37 +++--------- 9 files changed, 69 insertions(+), 112 deletions(-)