index
:
gocryptfs
570
LockSharedStorage
allow_other
codeql
dependabot
det
master
next
paralin-update-deps
setup-go-v3
testing_init
Mirror of gocryptfs source code on Github
https://github.com/rfjakob/gocryptfs
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fsck.go
Age
Commit message (
Expand
)
Author
2020-10-17
fsck: make sure we unmount in all cases
Jakob Unterwurzacher
2020-07-19
v2api: fsck: use a temporary mount
Jakob Unterwurzacher
2020-07-19
v2api: enable go-fuse warnings on mount & fsck
Jakob Unterwurzacher
2020-07-18
v2api: make fsck compile again
Jakob Unterwurzacher
2020-06-21
v2api (go-fuse v2 api): initial noop implementation
Jakob Unterwurzacher
2020-05-17
Update go-fuse import path to github.com/hanwen/go-fuse/v2
Jakob Unterwurzacher
2019-01-04
fsck: don't misdetect a file hole at EOF
Jakob Unterwurzacher
2019-01-04
fsck: Do not show files/directories without access permissions as corrupt.
Sebastian Lackner
2018-12-27
Assorted spelling fixes.
Sebastian Lackner
2018-08-15
fsck: skip already-seen hard-linked files
Jakob Unterwurzacher
2018-08-15
fsck: don't print corse corruption offset
Jakob Unterwurzacher
2018-07-23
fsck: print inode number on file read error
Jakob Unterwurzacher
2018-07-15
fsck: add debug output (enabled via -debug)
Jakob Unterwurzacher
2018-07-01
fsck: handle sparse files efficiently, fix xfstests generic/285
Jakob Unterwurzacher
2018-07-01
fsck: get rid of channel read closures
Jakob Unterwurzacher
2018-07-01
fsck: rename "CorruptItems" channel to "MitigatedCorruptions"
Jakob Unterwurzacher
2018-07-01
fsck: suppress "no problems found" when running quiet
Jakob Unterwurzacher
2018-04-03
fsck: report skipped corrupt files
Jakob Unterwurzacher
2018-04-02
fsck: add xattr support
Jakob Unterwurzacher
2018-04-02
fsck: clean up log output
Jakob Unterwurzacher
2018-04-02
fsck: sort files alphabetically
Jakob Unterwurzacher
2018-04-02
fsck: add initial implementation
Jakob Unterwurzacher
2018-04-01
main: add "-fsck" flag
Jakob Unterwurzacher