Lines Matching +full:higher +full:- +full:end
1 # SPDX-License-Identifier: GPL-2.0-only
9 EROFS (Enhanced Read-Only File System) is a lightweight read-only
11 xattrs/data, chunk-based deduplication, multiple devices, etc.) for
12 scenarios which need high-performance read-only solutions, e.g.
13 smartphones with Android OS, LiveCDs and high-density hosts with
16 It also provides fixed-sized output compression support in order to
17 improve storage density as well as keep relatively higher compression
18 ratios and implements in-place decompression to reuse the file page
20 quite useful to ensure guaranteed end-to-end runtime decompression
78 bool "File-backed EROFS filesystem support"
86 be used to simplify error-prone lifetime management of unnecessary
89 Note that this feature, along with ongoing fanotify pre-content
100 Enable fixed-sized output compression for EROFS.
148 bool "EROFS fscache-based on-demand read support (deprecated)"
155 This permits EROFS to use fscache-backed data blobs with on-demand
159 after fanotify pre-content hooks are landed.
164 bool "EROFS per-cpu decompression kthread workers"
167 Saying Y here enables per-CPU kthread workers pool to carry out
173 bool "EROFS high priority per-CPU kthread workers"
177 This permits EROFS to configure per-CPU kthread workers to run
178 at higher priority.