linux_dsm_epyc7002/fs/f2fs
Hyunchul Lee 5d3ce4f701 f2fs: avoid duplicated permission check for "trusted." xattrs
Because xattr_permission already checks CAP_SYS_ADMIN
capability, we don't need to check it.

Signed-off-by: Hyunchul Lee <cheol.lee@lge.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2018-08-01 11:52:36 -07:00
..
acl.c
acl.h
checkpoint.c f2fs: fix to propagate error from __get_meta_page() 2018-08-01 11:52:36 -07:00
data.c f2fs: fix to propagate error from __get_meta_page() 2018-08-01 11:52:36 -07:00
debug.c f2fs: Allocate and stat mem used by free nid bitmap more accurately 2018-07-28 18:23:26 -07:00
dir.c f2fs: clean up symbol namespace 2018-05-31 11:31:53 -07:00
extent_cache.c f2fs: clean up symbol namespace 2018-05-31 11:31:53 -07:00
f2fs.h f2fs: fix to propagate error from __get_meta_page() 2018-08-01 11:52:36 -07:00
file.c f2fs: fix to propagate error from __get_meta_page() 2018-08-01 11:52:36 -07:00
gc.c f2fs: fix to propagate error from __get_meta_page() 2018-08-01 11:52:36 -07:00
gc.h f2fs: introduce sbi->gc_mode to determine the policy 2018-05-31 11:31:51 -07:00
hash.c
inline.c f2fs: fix to propagate error from __get_meta_page() 2018-08-01 11:52:36 -07:00
inode.c f2fs: fix to propagate error from __get_meta_page() 2018-08-01 11:52:36 -07:00
Kconfig
Makefile
namei.c f2fs: Replace strncpy with memcpy 2018-07-28 18:26:08 -07:00
node.c f2fs: fix to propagate error from __get_meta_page() 2018-08-01 11:52:36 -07:00
node.h f2fs: support in-memory inode checksum when checking consistency 2018-07-27 18:03:59 +09:00
recovery.c f2fs: fix to propagate error from __get_meta_page() 2018-08-01 11:52:36 -07:00
segment.c f2fs: fix to propagate error from __get_meta_page() 2018-08-01 11:52:36 -07:00
segment.h f2fs: do not set free of current section 2018-08-01 11:52:36 -07:00
shrinker.c f2fs: clean up symbol namespace 2018-05-31 11:31:53 -07:00
super.c f2fs: enable real-time discard by default 2018-08-01 11:52:36 -07:00
sysfs.c f2fs: fix defined but not used build warnings 2018-08-01 11:52:36 -07:00
trace.c
trace.h
xattr.c f2fs: avoid duplicated permission check for "trusted." xattrs 2018-08-01 11:52:36 -07:00
xattr.h