android_kernel_xiaomi_sm7250/fs/sdcardfs
Park Ju Hyung 4c2bbf266f sdcardfs: use kmem_cache pool for struct sdcardfs_file_info
These get allocated and freed millions of times on this kernel tree.

Use a dedicated kmem_cache pool and avoid costly dynamic memory allocations.

Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
Signed-off-by: Adam W. Willis <return.of.octobot@gmail.com>
2022-11-12 11:24:39 +00:00
..
dentry.c ANDROID: sdcardfs: Add sdcardfs filesystem 2018-12-05 09:48:14 -08:00
derived_perm.c ANDROID: sdcardfs: Add sdcardfs filesystem 2018-12-05 09:48:14 -08:00
file.c sdcardfs: use kmem_cache pool for struct sdcardfs_file_info 2022-11-12 11:24:39 +00:00
inode.c ANDROID: sdcardfs: fix -ENOENT lookup race issue 2020-02-28 03:35:25 +00:00
Kconfig ANDROID: sdcardfs: remove effectless config option 2018-08-28 17:10:42 +05:30
lookup.c ANDROID: sdcardfs: fix -ENOENT lookup race issue 2020-02-28 03:35:25 +00:00
main.c sdcardfs: use kmem_cache pool for struct sdcardfs_file_info 2022-11-12 11:24:39 +00:00
Makefile ANDROID: Included sdcardfs source code for kernel 3.0 2018-08-28 17:10:42 +05:30
mmap.c ANDROID: sdcardfs: port to 4.14 2018-08-28 17:10:42 +05:30
multiuser.h ANDROID: sdcardfs: Avoid setting GIDs outside of valid ranges 2018-08-28 17:10:42 +05:30
packagelist.c ANDROID: sdcardfs: Set num in extension_details during make_item 2018-08-28 17:10:42 +05:30
sdcardfs.h sdcardfs: use kmem_cache pool for struct sdcardfs_file_info 2022-11-12 11:24:39 +00:00
super.c Restore crypto changes from android-4.19.79-95 2020-03-27 05:51:46 -07:00