aboutsummaryrefslogtreecommitdiffstats
path: root/man5/filesystems.5
diff options
context:
space:
mode:
authorнаб <nabijaczleweli@nabijaczleweli.xyz>2023-04-10 00:27:04 +0200
committerAlejandro Colomar <alx@kernel.org>2023-04-10 00:32:57 +0200
commiteb1f4d07aab4d718cae7ca9ac65e5d6f6fb80fb2 (patch)
tree95f15b8a8f73ccb778cdae34cb72b09ecc709fd5 /man5/filesystems.5
parente5b23b9c5b318d69ee78af0906e3bf0c665f9ae5 (diff)
downloadman-pages-eb1f4d07aab4d718cae7ca9ac65e5d6f6fb80fb2.tar.gz
filesystems.5, erofs.5: add erofs documentation
Modelled after tmpfs(5) ‒ there's a listing of mount options, and a summary of limitations. The feature flags are described in mkfs.erofs, and they're versioned and maintained upstream quite well there, so no need to duplicate those, since you only care on image creation. The real value add is the mount options, but I cannot figure out how device_id and fsid interact with the system at large, so I just noted they're there. State as of Linux 6.3-rc5. Also, remove explicit .TP indent in filesystems.5 since we're already touching this hunk: all entries sans iso9660 and Reiserfs fall within the default prevailing indent, so no need to specify a wide one. Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man5/filesystems.5')
-rw-r--r--man5/filesystems.58
1 files changed, 7 insertions, 1 deletions
diff --git a/man5/filesystems.5 b/man5/filesystems.5
index 3c15f14da5..ba795f956d 100644
--- a/man5/filesystems.5
+++ b/man5/filesystems.5
@@ -47,7 +47,13 @@ short description of the available or historically available
filesystems in the Linux kernel.
See the kernel documentation for a comprehensive
description of all options and limitations.
-.TP 10
+.TP
+.B erofs
+is the Enhanced Read-Only File System, stable since Linux 5.4.
+.\" commit 47e4937a4a7ca4184fd282791dfee76c6799966a moves it out of staging
+See
+.BR erofs (5).
+.TP
.B ext
is an elaborate extension of the
.B minix