aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDaeho Jeong <daehojeong@google.com>2021-10-29 10:13:12 -0700
committerGao Xiang <xiang@kernel.org>2021-11-09 10:11:31 +0800
commitf44043561491255c37903a9ad1334f2e88c95005 (patch)
tree6fe705ef6f9434feeecc9353bcb90d1a1c179195 /.gitignore
parentf500db7128ba4d45455f522323477839b73df4a6 (diff)
downloaderofs-utils-f44043561491255c37903a9ad1334f2e88c95005.tar.gz
erofs-utils: introduce fsck.erofs
I made a fsck.erofs tool to check erofs filesystem image integrity and calculate filesystem compression ratio. Here are options to support now. fsck.erofs [options] IMAGE -V print the version number of fsck.erofs and exit. -d# set output message level to # (maximum 9) -p print total compression ratio of all files -c check if all compressed files are well decompressed Link: https://lore.kernel.org/r/20211029171312.2189648-1-daeho43@gmail.com Signed-off-by: Daeho Jeong <daehojeong@google.com> Signed-off-by: Gao Xiang <xiang@kernel.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 27403d4..33e5d30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@ stamp-h1
/mkfs/mkfs.erofs
/fuse/erofsfuse
/dump/dump.erofs
+/fsck/fsck.erofs