linux-stable/fs/overlayfs
Amir Goldstein 2e1a532883 ovl: factor out ovl_check_origin_fh()
Re-factor ovl_check_origin() and ovl_get_origin(), so origin fh xattr is
read from upper inode only once during lookup with multiple lower layers
and only once when verifying index entry origin.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2018-01-24 10:19:35 +01:00
..
Kconfig ovl: don't follow redirects if redirect_dir=off 2017-12-11 11:28:10 +01:00
Makefile ovl: split super.c 2016-12-16 11:02:56 +01:00
copy_up.c ovl: fix inconsistent d_ino for legacy merge dir 2018-01-24 10:18:19 +01:00
dir.c ovl: take lower dir inode mutex outside upper sb_writers lock 2018-01-19 17:43:23 +01:00
inode.c ovl: hash directory inodes for fsnotify 2018-01-19 13:54:33 +01:00
namei.c ovl: factor out ovl_check_origin_fh() 2018-01-24 10:19:35 +01:00
overlayfs.h ovl: fix inconsistent d_ino for legacy merge dir 2018-01-24 10:18:19 +01:00
ovl_entry.h ovl: store layer index in ovl_layer 2018-01-24 10:19:25 +01:00
readdir.c ovl: take mnt_want_write() for removing impure xattr 2018-01-19 17:43:24 +01:00
super.c ovl: store layer index in ovl_layer 2018-01-24 10:19:25 +01:00
util.c ovl: hash directory inodes for fsnotify 2018-01-19 13:54:33 +01:00