platform_kernel-5.15/fs/incfs
Greg Kroah-Hartman 0a77fca3aa 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-04-07 15:14:24 +02:00
..
Kconfig ANDROID: Incremental fs: Add zstd compression support 2020-11-05 23:00:32 +00:00
Makefile ANDROID: Incremental fs: Add status to sysfs 2021-04-21 14:35:45 +00:00
OWNERS ANDROID: add initial set of OWNERS 2021-02-25 13:58:58 +00:00
data_mgmt.c ANDROID: incremental-fs: remove index and incomplete dir on umount 2022-02-02 14:50:22 +00:00
data_mgmt.h ANDROID: incremental-fs: limit mount stack depth 2022-03-30 11:38:30 -07:00
format.c ANDROID: Incremental fs: fix minor printk format warning 2021-04-15 15:18:35 +00:00
format.h ANDROID: Incremental fs: Build merkle tree when enabling verity 2021-02-10 14:46:45 -08:00
integrity.c ANDROID: Incremental fs: sha.h has been split into two, handle this. 2020-12-15 15:37:52 +00:00
integrity.h ANDROID: Incremental fs: Remove signature checks from kernel 2020-03-18 16:22:17 +00:00
internal.h ANDROID: Incremental fs: Add FS_IOC_ENABLE_VERITY 2021-02-10 14:19:46 -08:00
main.c ANDROID: GKI: set vfs-only exports into their own namespace 2022-04-07 15:14:24 +02:00
pseudo_files.c ANDROID: incremental-fs: fix GPF in pending_reads_dispatch_ioctl 2022-01-26 08:58:56 +00:00
pseudo_files.h ANDROID: Incremental fs: fix .blocks_written 2021-01-06 16:57:22 +00:00
sysfs.c ANDROID: Incremental fs: Make sysfs_name changeable on remount 2021-05-18 19:36:32 +00:00
sysfs.h ANDROID: Incremental fs: Make sysfs_name changeable on remount 2021-05-18 19:36:32 +00:00
verity.c ANDROID: Incremental fs: Add status to sysfs 2021-04-21 14:35:45 +00:00
verity.h ANDROID: Incremental fs: Add FS_IOC_READ_VERITY_METADATA 2021-04-13 15:22:56 +00:00
vfs.c ANDROID: incremental-fs: limit mount stack depth 2022-03-30 11:38:30 -07:00
vfs.h Revert "ANDROID: incremental-fs: fix mount_fs issue" 2022-03-08 17:30:03 -08:00