summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2021-08-16reverse mode: implement -one-file-systemJakob Unterwurzacher
2021-08-16inomap: update outdated wording in commentsJakob Unterwurzacher
2021-08-16inomap: warn on first use of spillMapJakob Unterwurzacher
2021-08-11syscallcompat: use BTRFS_SUPER_MAGIC from unix libJakob Unterwurzacher
2021-08-11syscallcompat: move quirks logic here & fix darwinJakob Unterwurzacher
2021-08-02fusefrontend: add quirks for MacOS ExFATJakob Unterwurzacher
2021-07-31fusefrontend: -sharedstorage: present stable inode numbersJakob Unterwurzacher
2021-07-31fusefrontend: prepareAtSyscall: handle error when opening ourselvesJakob Unterwurzacher
2021-07-29fusefrontend: implement fsync on directoriesJakob Unterwurzacher
2021-07-29fido2: actually drop `-v` flagJakob Unterwurzacher
2021-06-27fido2: drop `-v` option (PIN request)Jakob Unterwurzacher
2021-06-27fido2: pretty-print fidoCommand in debug outputJakob Unterwurzacher
2021-06-26fusefrontend: delete openBackingDirJakob Unterwurzacher
2021-06-26fusefrontend: convert last callers from openBackingDir to prepareAtSyscallJakob Unterwurzacher
2021-06-26fusefrontend: ctlsock: get rid of unneccessary wrapper functionJakob Unterwurzacher
2021-06-26fusefrontend: convert ctlsock from openBackingDir to prepareAtSyscallJakob Unterwurzacher
2021-06-26fusefrontend: convert openBackingDir tests to prepareAtSyscallJakob Unterwurzacher
2021-06-25fusefrontend: implement recursive diriv cachingJakob Unterwurzacher
2021-06-21nametransform: rename BadNameFlag to BadnameSuffixJakob Unterwurzacher
2021-06-21nametransform: gather badname functions in badname.goJakob Unterwurzacher
2021-06-21nametransform: delete NameTransformer interfaceJakob Unterwurzacher
2021-06-21Improve startup debug outputJakob Unterwurzacher
2021-06-20nametransform: pass badname patterns via NewJakob Unterwurzacher
2021-06-20fido2: hide "FIDO2" in gocryptfs.conf if not usedJakob Unterwurzacher
2021-06-20Badname file content accessDerDonut
2021-06-06fusefronted: report plaintext size on symlink creationJakob Unterwurzacher
2021-06-05syscallcompat: drop obsolete wrappersJakob Unterwurzacher
2021-06-03fido2: quote argument strings in debug outputJakob Unterwurzacher
2021-06-02fusefrontend: run acl Setxattr in user contextJakob Unterwurzacher
2021-06-02fusefrontend: catch ReadAt integer overflowJakob Unterwurzacher
2021-06-02nametransform: check name validity on encryptionJakob Unterwurzacher
2021-05-29fusefrontend: list "." and ".." in dir entriesJakob Unterwurzacher
2021-05-29fusefrontend: rewrite Lseek SEEK_DATA / SEEK_HOLEJakob Unterwurzacher
2021-05-26contentenc: add PlainOffToCipherOff helperJakob Unterwurzacher
2021-05-26contentenc: fix CipherSizeToPlainSize non-monoticityJakob Unterwurzacher
2021-05-26contentenc: update commentsJakob Unterwurzacher
2021-05-26tests: contentenc: add TestSizeToSizeJakob Unterwurzacher
2021-05-26syscallcompat: add GetdentsSpecial()Jakob Unterwurzacher
2021-05-26stupidgcm: prefer Go stdlib over OpenSSL on Apple M1Jakob Unterwurzacher
2021-05-22syscallcompat: also refactor MkdiratUser on GOOS=darwinJakob Unterwurzacher
2021-05-22syscallcompat: refactor MkdiratUser to take fuse.ContextJakob Unterwurzacher
2021-05-22syscallcompat: deduplicate OpenatUser/MknodatUser/SymlinkatUser/MkdiratUserJakob Unterwurzacher
2021-05-18fsck: redirect go-fuse noise to syslogJakob Unterwurzacher
2021-05-18-speed: note that XChaCha20 is not selectableJakob Unterwurzacher
2021-05-15fusefrontend: fix RENAME_NOREPLACE darwin build failureJakob Unterwurzacher
2021-05-08fusefrontend: avoid duplicate const definitionJakob Unterwurzacher
2021-05-08fusefrontend: reject broken RENAME_EXCHANGE and RENAME_WHITEOUTJakob Unterwurzacher
2021-04-07fusefrontend: make dirCache work for "node itself"Jakob Unterwurzacher
2021-04-05fusefrontend: print dirCache stats after unmountJakob Unterwurzacher
2021-04-04fs: more idiomatic dirCache struct namingJakob Unterwurzacher