android_kernel_xiaomi_sm8450/fs/squashfs
Greg Kroah-Hartman d483eed85f ANDROID: GKI: set vfs-only exports into their own namespace
We have namespaces, so use them for all vfs-exported namespaces so that
filesystems can use them, but not anything else.

Some in-kernel drivers that do direct filesystem accesses (because they
serve up files) are also allowed access to these symbols to keep 'make
allmodconfig' builds working properly, but it is not needed for Android
kernel images.

Bug: 157965270
Bug: 210074446
Cc: Matthias Maennich <maennich@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Iaf6140baf3a18a516ab2d5c3966235c42f3f70de
2022-01-11 09:30:47 +01:00
..
block.c squashfs: avoid out of bounds writes in decompressors 2021-02-13 13:55:17 +01:00
cache.c
decompressor_multi_percpu.c
decompressor_multi.c
decompressor_single.c
decompressor.c
decompressor.h
dir.c
export.c squashfs: fix inode lookup sanity checks 2021-03-30 14:31:54 +02:00
file_cache.c
file_direct.c
file.c squashfs: fix divide error in calculate_skip() 2021-05-19 10:13:10 +02:00
fragment.c
id.c squashfs: fix xattr id and id lookup sanity checks 2021-03-30 14:31:54 +02:00
inode.c
Kconfig
lz4_wrapper.c
lzo_wrapper.c
Makefile
namei.c
page_actor.c
page_actor.h
squashfs_fs_i.h
squashfs_fs_sb.h squashfs: add more sanity checks in id lookup 2021-02-13 13:55:18 +01:00
squashfs_fs.h squashfs: fix inode lookup sanity checks 2021-03-30 14:31:54 +02:00
squashfs.h
super.c ANDROID: GKI: set vfs-only exports into their own namespace 2022-01-11 09:30:47 +01:00
symlink.c
xattr_id.c squashfs: fix xattr id and id lookup sanity checks 2021-03-30 14:31:54 +02:00
xattr.c
xattr.h squashfs: add more sanity checks in id lookup 2021-02-13 13:55:18 +01:00
xz_wrapper.c
zlib_wrapper.c
zstd_wrapper.c