TencentOS-kernel/fs/overlayfs
lennychen 61deefe31e fs:ovl: omit sync_filesystem to when sync overlayfs
When umounting overlayfs, it's unnecessary to call sync_filesystem,
because upper fs will make everything work fine.

Signed-off-by: lennychen <lennychen@tencent.com>
2022-01-04 19:39:52 +08:00
..
Kconfig Init Repo base on linux 5.4.32 long term, and add base tlinux kernel interfaces. 2021-03-16 11:01:34 +08:00
Makefile Init Repo base on linux 5.4.32 long term, and add base tlinux kernel interfaces. 2021-03-16 11:01:34 +08:00
copy_up.c ovl: fix missing revert_creds() on error path 2021-05-20 16:07:44 +08:00
dir.c ovl: fix dentry leak in ovl_get_redirect 2021-04-12 12:51:55 +08:00
export.c ovl: relax WARN_ON() when decoding lower directory file handle 2021-03-16 16:32:10 +08:00
file.c ovl: fix unneeded call to ovl_change_flags() 2021-03-16 16:32:10 +08:00
inode.c ovl: perform vfs_getxattr() with mounter creds 2021-04-12 12:52:02 +08:00
namei.c ovl: check return value before using lookup_one_len_unlocked 2021-08-18 07:27:21 +00:00
overlayfs.h Init Repo base on linux 5.4.32 long term, and add base tlinux kernel interfaces. 2021-03-16 11:01:34 +08:00
ovl_entry.h Init Repo base on linux 5.4.32 long term, and add base tlinux kernel interfaces. 2021-03-16 11:01:34 +08:00
readdir.c Init Repo base on linux 5.4.32 long term, and add base tlinux kernel interfaces. 2021-03-16 11:01:34 +08:00
super.c fs:ovl: omit sync_filesystem to when sync overlayfs 2022-01-04 19:39:52 +08:00
util.c Init Repo base on linux 5.4.32 long term, and add base tlinux kernel interfaces. 2021-03-16 11:01:34 +08:00