summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2020-07-11v2api: implement LinkJakob Unterwurzacher
2020-07-11v2api: implement MknodJakob Unterwurzacher
2020-07-11v2api: implement StatfsJakob Unterwurzacher
2020-07-05v2api: list interfaces to be implementedJakob Unterwurzacher
2020-07-05v2api: implement SetattrJakob Unterwurzacher
2020-07-05v2api: implement OpendirJakob Unterwurzacher
2020-07-04v2api: merge openBackingDir into root_node.goJakob Unterwurzacher
2020-07-04v2api: implement Open()Jakob Unterwurzacher
2020-07-04v2api: add prepareAtSyscall helperJakob Unterwurzacher
2020-07-04v2api: implement ReadlinkJakob Unterwurzacher
2020-06-21v2api: implement UnlinkJakob Unterwurzacher
2020-06-21v2api: implement RmdirJakob Unterwurzacher
2020-06-21v2api: implement MkdirJakob Unterwurzacher
2020-06-21v2api: implement CreateJakob Unterwurzacher
2020-06-21v2api: collect RootNode code in root_node.goJakob Unterwurzacher
2020-06-21v2api: implement GetAttr and ReaddirJakob Unterwurzacher
2020-06-21v2api: implement Lookup()Jakob Unterwurzacher
2020-06-21inomap: clarify TranslateStat function commentJakob Unterwurzacher
2020-06-21v2api (go-fuse v2 api): initial noop implementationJakob Unterwurzacher
2020-06-06badname: stop trying to decrypt at length 22Jakob Unterwurzacher
2020-06-06Added auto decryption of invalid file namesDerDonut
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