alistair23-linux/fs/overlayfs
Vivek Goyal 1175b6b8d9 ovl: do operations on underlying file system in mounter's context
Given we are now doing checks both on overlay inode as well underlying
inode, we should be able to do checks and operations on underlying file
system using mounter's context.

So modify all operations to do checks/operations on underlying dentry/inode
in the context of mounter.

Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2016-07-29 12:05:23 +02:00
..
copy_up.c ovl: override creds with the ones from the superblock mounter 2016-05-27 08:55:26 +02:00
dir.c ovl: do operations on underlying file system in mounter's context 2016-07-29 12:05:23 +02:00
inode.c ovl: do operations on underlying file system in mounter's context 2016-07-29 12:05:23 +02:00
Kconfig
Makefile
overlayfs.h ovl: define ->get_acl() for overlay inodes 2016-07-29 12:05:23 +02:00
readdir.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2016-05-27 17:14:05 -07:00
super.c ovl: define ->get_acl() for overlay inodes 2016-07-29 12:05:23 +02:00