summaryrefslogtreecommitdiff
path: root/scripts/Makefile.defconf
diff options
context:
space:
mode:
authorAriel Miculas <amiculas@cisco.com>2023-11-17 18:12:14 +0200
committerAndrew Morton <akpm@linux-foundation.org>2023-12-10 17:21:31 -0800
commit48aa137e5a9491b491ae2bea0e0a603b330e708f (patch)
treecf076c04d4dd3a4c5de9b6d836e6481da8ed638f /scripts/Makefile.defconf
parent71aa3419e98f6e23bddc3aca9ec4ac368836a109 (diff)
docs: filesystems: document the squashfs specific mount options
When SQUASHFS_CHOICE_DECOMP_BY_MOUNT is set, the "threads" mount option can be used to specify the decompression mode: single-threaded, multi-threaded, percpu or the number of threads used for decompression. When SQUASHFS_CHOICE_DECOMP_BY_MOUNT is not set, SQUASHFS_DECOMP_MULTI and SQUASHFS_MOUNT_DECOMP_THREADS are both set, the "threads" option can also be used to specify the number of threads used for decompression. This mount option is only mentioned in fs/squashfs/Kconfig, which makes it difficult to find. Another mount option available is "errors", which can be configured to panic the kernel when squashfs errors are encountered. Add both these options to the squashfs documentation, making them more noticeable. Link: https://lkml.kernel.org/r/20231117161215.140282-1-amiculas@cisco.com Signed-off-by: Ariel Miculas <amiculas@cisco.com> Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com> Reviewed-by: Phillip Lougher <phillip@squashfs.org.uk> Cc: Jonathan Corbet <corbet@lwn.net> Cc: Serge Hallyn <serge@hallyn.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'scripts/Makefile.defconf')
0 files changed, 0 insertions, 0 deletions