aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYue Hu <huyue2@coolpad.com>2023-02-25 20:51:33 +0800
committerGao Xiang <hsiangkao@linux.alibaba.com>2023-02-26 22:09:07 +0800
commit5bb1b74f9b3c7e91347f2ee2d2c23943cf55494c (patch)
tree3a4d69fcca552389da0a0203d934b3a61ea8e68a
parenta6b0c3029ef3e39dfef8d5a5aa2c9e74eae8c818 (diff)
downloaderofs-utils-5bb1b74f9b3c7e91347f2ee2d2c23943cf55494c.tar.gz
erofs-utils: manpage: add fragments extended option
Complete the manpage for fragments feature. Signed-off-by: Yue Hu <huyue2@coolpad.com> Link: https://lore.kernel.org/r/20230225125133.26165-1-zbestahu@163.com Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
-rw-r--r--man/mkfs.erofs.17
1 files changed, 6 insertions, 1 deletions
diff --git a/man/mkfs.erofs.1 b/man/mkfs.erofs.1
index b65d01b..1745f9e 100644
--- a/man/mkfs.erofs.1
+++ b/man/mkfs.erofs.1
@@ -38,7 +38,7 @@ Disable storing xattrs if < 0.
.TP
.BI "\-E " extended-option " [,...]"
Set extended options for the filesystem. Extended options are comma separated,
-and may take an argument using the equals ('=') sign.
+and may take an extra argument using the equals ('=') sign.
The following extended options are supported:
.RS 1.2i
.TP
@@ -64,6 +64,11 @@ Don't inline regular files to enable FSDAX for these files (Linux v5.15+).
.BI ztailpacking
Pack the tail part (pcluster) of compressed files into its metadata to save
more space and the tail part I/O. (Linux v5.17+)
+.TP
+.BI fragments
+Pack the tail part (pcluster) of compressed files or the whole files into a
+special inode for smaller image sizes, and it may take an argument as the
+pcluster size of the packed inode in bytes. (Linux v6.1+)
.RE
.TP
.BI "\-L " volume-label