aboutsummaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2020-05-24Revert "fusefrontend: don't always clear the dircache in Rename"Jakob Unterwurzacher
2020-05-24syscallcompat: warn when Getdents truncates dataJakob Unterwurzacher
2020-05-24fusefrontend: don't always clear the dircache in RenameJakob Unterwurzacher
2020-05-24fusefrontend: don't clear dircache on MkdirJakob Unterwurzacher
2020-05-23syscallcompat: getdents: retry on EINTRJakob Unterwurzacher
2020-05-17dircache: increase cache size & lifetimeJakob Unterwurzacher
2020-05-17dircache: improve debug messagesJakob Unterwurzacher
2020-05-17main: accept multiple -passfile optionsJakob Unterwurzacher
2020-05-17Update go-fuse import path to github.com/hanwen/go-fuse/v2Jakob Unterwurzacher
2020-05-10Fix spelling mistakes found by misspellJakob Unterwurzacher
2020-05-09ctlsock: create exported ctlsock client libraryJakob Unterwurzacher
2020-05-03inomap: fix TestSpill bit checkJakob Unterwurzacher
2020-05-03inomap: fix spillBit not set on 2nd hitJakob Unterwurzacher
2020-05-03inomap: remove leftover debug outputJakob Unterwurzacher
2020-05-03fusefrontend_reverse: use inomap for inode number translationJakob Unterwurzacher
2020-04-19inomap: comment constantsJakob Unterwurzacher
2020-04-19inomap: rework logic to efficiently support flagsJakob Unterwurzacher
2020-04-19inomap: add benchmarkJakob Unterwurzacher
2020-04-18nametransform: update comment & simplify testsJakob Unterwurzacher
2020-04-13Prefer Go stdlib aes-gcm on arm64 with aes instructionsJakob Unterwurzacher
2020-04-13inomap: split into separate packageJakob Unterwurzacher
2020-04-13speed: add XChaCha20-Poly1305-GoJakob Unterwurzacher
2020-02-29speed: add code commentsJakob Unterwurzacher
2020-02-29fusefrontend: drop xattr user namespace restrictionJakob Unterwurzacher
2020-02-28Show undecryptable filenames if they match supplied globorcas
2020-02-15contentenc: encryptBlocksParallel: explain why last part runs in new goroutineJakob Unterwurzacher
2020-02-15merge prefer_openssl package into stupidgcmJakob Unterwurzacher
2020-02-15contentenc: move parallel encryption into encryptBlocksParallelJakob Unterwurzacher
2019-12-28remove Trezor supportPavol Rusnak
2019-11-16fs: add uint64 cast to fix Darwin buildJakob Unterwurzacher
2019-11-16fusefrontend: use inummapJakob Unterwurzacher
2019-11-16openfiletable: add inummapJakob Unterwurzacher
2019-11-03fusefrontend: warn about missing dirivJakob Unterwurzacher
2019-11-03fusefrontend: don't return EIO on directory with corrupt file namesJakob Unterwurzacher
2019-10-06fusefrontend: unregister from openfiletable before closing the fdJakob Unterwurzacher
2019-10-06fusefrontend: print file hexdump on header errorJakob Unterwurzacher
2019-10-06contentenc: add explicit test for all-zero headerJakob Unterwurzacher
2019-09-08serialize_reads: drop superflous "continue"Jakob Unterwurzacher
2019-09-08Fix -idle unmounting despite activityJakob Unterwurzacher
2019-05-19Fix unix2syscall_darwin.go build failureJakob Unterwurzacher
2019-05-01syscallcompat: fetch supplementary groups for OpenatUser & friendsSebastian Lackner
2019-05-01tests: split testParentDir by UIDJakob Unterwurzacher
2019-04-09fusefrontend: get rid of last hardcoded "gocryptfs.diriv" instancesJakob Unterwurzacher
2019-04-08readpassword: delete CheckTrailingGarbageJakob Unterwurzacher
2019-04-08configfile: fall back to sync() if fsync() failsJakob Unterwurzacher
2019-03-30forward mode: create gocryptfs.diriv files with 0440 permissionsJakob Unterwurzacher
2019-03-26reverse: don't show gocryptfs.conf if a custom config path was passedJakob Unterwurzacher
2019-03-26reverse mode: support wildcard exclude (--exclude-wildcard)Eduardo M KALINOWSKI
2019-03-03Allow multiple -extpass argumentsJakob Unterwurzacher
2019-02-17ParseHeader: print hexdump on errorJakob Unterwurzacher