[git pull] vfs.git pile 15 - more non-uaccess bits
From: Al Viro
Date: Fri Jul 07 2017 - 20:30:54 EST
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(-)