WSL2-Linux-Kernel/fs/ext2
Chengguang Xu 1eaf5faab1 ext2: optimize ext2_xattr_get()
Since xattr entry names are sorted, we don't have
to continue when current entry name is greater than
target.

Signed-off-by: Chengguang Xu <cgxu519@zoho.com.cn>
Signed-off-by: Jan Kara <jack@suse.cz>
2019-05-28 10:23:52 +02:00
..
Kconfig
Makefile
acl.c ext2: cache NULL when both default_acl and acl are NULL 2018-09-03 11:05:03 +02:00
acl.h
balloc.c
dir.c ext2: use common file type conversion 2019-01-21 17:48:17 +01:00
ext2.h \n 2019-03-07 09:01:33 -08:00
file.c ext2: support statx syscall 2019-02-18 15:14:43 +01:00
ialloc.c ext2: code cleanup for ext2_preread_inode() 2019-05-28 09:51:58 +02:00
inode.c ext2: Adjust the comment of function ext2_alloc_branch 2019-03-26 11:21:23 +01:00
ioctl.c
namei.c ext2: support statx syscall 2019-02-18 15:14:43 +01:00
super.c ext2: code cleanup by using test_opt() and clear_opt() 2019-05-20 10:50:48 +02:00
symlink.c ext2: support statx syscall 2019-02-18 15:14:43 +01:00
xattr.c ext2: optimize ext2_xattr_get() 2019-05-28 10:23:52 +02:00
xattr.h
xattr_security.c
xattr_trusted.c
xattr_user.c