From 4e5783591f9874e2c7336598c96ebd2c5840bd5b Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Tue, 3 Apr 2018 21:19:44 +0200 Subject: fsck: report skipped corrupt files OpenDir and ListXAttr skip over corrupt entries, readFileID treats files the are too small as empty. This improves usability in the face of corruption, but hides the problem in a log message instead of putting it in the return code. Create a channel to report these corruptions to fsck so it can report them to the user. Also update the manpage and the changelog with the -fsck option. Closes https://github.com/rfjakob/gocryptfs/issues/191 --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5b53061..ec8a8b6 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,8 @@ vNEXT, in progress ([#218](https://github.com/rfjakob/gocryptfs/issues/218)) * Support extended attributes (xattr) in forward mode ([#217](https://github.com/rfjakob/gocryptfs/issues/217)) +* Add `-fsck` function + ([#191](https://github.com/rfjakob/gocryptfs/issues/191)) v1.4.4, 2018-03-18 * Overwrite secrets in memory with zeros as soon as possible -- cgit v1.2.3