[GIT PULL] overlayfs update for 4.6

From: Miklos Szeredi
Date: Tue Mar 22 2016 - 09:09:02 EST


Hi Linus,

Please pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git overlayfs-linus

This contains various fixes and tweaks.

Thanks,
Miklos

---
David Howells (1):
ovl: Warn on copy up if a process has a R/O fd open to the lower file

Konstantin Khlebnikov (1):
ovl: honor flag MS_SILENT at mount

Miklos Szeredi (3):
ovl: verify upper dentry before unlink and rename
ovl: rename is_merge to is_lowest
ovl: cleanup unused var in rename2

Sohom Bhattacharjee (1):
ovl: fixed coding style warning

Vivek Goyal (1):
ovl: Ensure upper filesystem supports d_type

---
fs/overlayfs/copy_up.c | 35 +++++++++++++++++++++++++++
fs/overlayfs/dir.c | 61 ++++++++++++++++++++++++++++++------------------
fs/overlayfs/overlayfs.h | 1 +
fs/overlayfs/readdir.c | 53 ++++++++++++++++++++++++++++++++++-------
fs/overlayfs/super.c | 18 +++++++++++++-
5 files changed, 136 insertions(+), 32 deletions(-)