libgocryptfs/internal/fusefrontend
Jakob Unterwurzacher 4e5783591f 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
2018-04-03 21:24:48 +02:00
..
args.go fusefrontend[_reverse]: move crypto init up to caller 2018-02-18 11:21:58 +01:00
ctlsock_interface.go fusefrontend: implement path decryption via ctlsock 2017-05-07 21:01:39 +02:00
file.go fsck: report skipped corrupt files 2018-04-03 21:24:48 +02:00
file_allocate_truncate.go tlog: stop embedding log.Logger to prevent mistakes 2018-02-28 09:02:18 +01:00
file_holes.go fusefrontend: truncateGrowFile: avoid createHeader() call 2017-03-12 21:06:59 +01:00
fs.go fsck: report skipped corrupt files 2018-04-03 21:24:48 +02:00
fs_dir.go fsck: report skipped corrupt files 2018-04-03 21:24:48 +02:00
names.go fusefrontend: Introduce a openBackingPath helper and use it to simplify Mknod and Symlink 2017-11-28 09:28:06 +01:00
xattr.go fsck: report skipped corrupt files 2018-04-03 21:24:48 +02:00
xattr_unit_test.go fusefrontend: add xattr support 2018-03-25 21:06:10 +02:00