linux-stable/fs/overlayfs
Amir Goldstein e4599d4b1a ovl: negate the ofs->share_whiteout boolean
The default common case is that whiteout sharing is enabled.
Change to storing the negated no_shared_whiteout state, so we will not
need to initialize it.

This is the first step towards removing all config and feature
initializations out of ovl_fill_super().

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
2023-06-19 14:02:00 +03:00
..
copy_up.c ovl: implement lazy lookup of lowerdata in data-only layers 2023-06-19 14:01:14 +03:00
dir.c ovl: negate the ofs->share_whiteout boolean 2023-06-19 14:02:00 +03:00
export.c ovl: deduplicate lowerpath and lowerstack[] 2023-06-19 14:01:13 +03:00
file.c ovl: implement lazy lookup of lowerdata in data-only layers 2023-06-19 14:01:14 +03:00
inode.c ovl: prepare for lazy lookup of lowerdata inode 2023-06-19 14:01:14 +03:00
Kconfig ovl: Kconfig: Fix spelling mistake "undelying" -> "underlying" 2022-12-08 10:49:46 +01:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
namei.c ovl: implement lazy lookup of lowerdata in data-only layers 2023-06-19 14:01:14 +03:00
overlayfs.h ovl: implement lazy lookup of lowerdata in data-only layers 2023-06-19 14:01:14 +03:00
ovl_entry.h ovl: negate the ofs->share_whiteout boolean 2023-06-19 14:02:00 +03:00
readdir.c fs: port ->permission() to pass mnt_idmap 2023-01-19 09:24:28 +01:00
super.c ovl: negate the ofs->share_whiteout boolean 2023-06-19 14:02:00 +03:00
util.c ovl: implement lazy lookup of lowerdata in data-only layers 2023-06-19 14:01:14 +03:00