Age | Commit message (Expand) | Author |
2021-06-06 | fusefronted: report plaintext size on symlink creation | Jakob Unterwurzacher |
2021-06-05 | syscallcompat: drop obsolete wrappers | Jakob Unterwurzacher |
2021-06-03 | fido2: quote argument strings in debug output | Jakob Unterwurzacher |
2021-06-02 | fusefrontend: run acl Setxattr in user context | Jakob Unterwurzacher |
2021-06-02 | fusefrontend: catch ReadAt integer overflow | Jakob Unterwurzacher |
2021-06-02 | nametransform: check name validity on encryption | Jakob Unterwurzacher |
2021-05-29 | fusefrontend: list "." and ".." in dir entries | Jakob Unterwurzacher |
2021-05-29 | fusefrontend: rewrite Lseek SEEK_DATA / SEEK_HOLE | Jakob Unterwurzacher |
2021-05-26 | contentenc: add PlainOffToCipherOff helper | Jakob Unterwurzacher |
2021-05-26 | contentenc: fix CipherSizeToPlainSize non-monoticity | Jakob Unterwurzacher |
2021-05-26 | contentenc: update comments | Jakob Unterwurzacher |
2021-05-26 | tests: contentenc: add TestSizeToSize | Jakob Unterwurzacher |
2021-05-26 | syscallcompat: add GetdentsSpecial() | Jakob Unterwurzacher |
2021-05-26 | stupidgcm: prefer Go stdlib over OpenSSL on Apple M1 | Jakob Unterwurzacher |
2021-05-22 | syscallcompat: also refactor MkdiratUser on GOOS=darwin | Jakob Unterwurzacher |
2021-05-22 | syscallcompat: refactor MkdiratUser to take fuse.Context | Jakob Unterwurzacher |
2021-05-22 | syscallcompat: deduplicate OpenatUser/MknodatUser/SymlinkatUser/MkdiratUser | Jakob Unterwurzacher |
2021-05-18 | fsck: redirect go-fuse noise to syslog | Jakob Unterwurzacher |
2021-05-18 | -speed: note that XChaCha20 is not selectable | Jakob Unterwurzacher |
2021-05-15 | fusefrontend: fix RENAME_NOREPLACE darwin build failure | Jakob Unterwurzacher |
2021-05-08 | fusefrontend: avoid duplicate const definition | Jakob Unterwurzacher |
2021-05-08 | fusefrontend: reject broken RENAME_EXCHANGE and RENAME_WHITEOUT | Jakob Unterwurzacher |
2021-04-07 | fusefrontend: make dirCache work for "node itself" | Jakob Unterwurzacher |
2021-04-05 | fusefrontend: print dirCache stats after unmount | Jakob Unterwurzacher |
2021-04-04 | fs: more idiomatic dirCache struct naming | Jakob Unterwurzacher |
2021-04-03 | fs: add initial dirfd caching | Jakob Unterwurzacher |
2021-04-03 | tests: fusefronted: fix TestOpenBackingDir | Jakob Unterwurzacher |
2021-04-03 | fusefronted: replace last rn.openBackingDir() calls | Jakob Unterwurzacher |
2021-03-21 | fusefronted: move Create() and Open() to new file | Jakob Unterwurzacher |
2021-03-21 | fusefrontend: -sharedstorage: fix TestRmwRace failure | Jakob Unterwurzacher |
2021-03-14 | syscallcompat: getdents: link to #483 | Jakob Unterwurzacher |
2021-03-07 | v2api: -sharestorage: disable hard link tracking & add tests | Jakob Unterwurzacher |
2021-02-07 | fusefrontend: do not encrypt ACLs | Jakob Unterwurzacher |
2021-02-06 | syscallcompat: MknodatUser: work around changed syscall.Setgroups semantics | Jakob Unterwurzacher |
2021-01-10 | nametransform: make `gocryptfs.diriv` and `gocryptfs.xxx.name` files world-re... | Jakob Unterwurzacher |
2021-01-10 | nametransform: move permission constants to perms.go | Jakob Unterwurzacher |
2020-12-20 | main: add "-kernel_cache" flag | gmd20 |
2020-11-10 | fusefrontend_reverse: fix GETATTR panic | Jakob Unterwurzacher |
2020-10-19 | Drop two more generated files | Jakob Unterwurzacher |
2020-10-19 | Drop generated files | Jakob Unterwurzacher |
2020-10-18 | fusefronted: reject GETXATTR "security.capability" | Jakob Unterwurzacher |
2020-10-18 | syscallcompat: add getxattr fastpaths | Jakob Unterwurzacher |
2020-10-16 | syscallcompat: add Lgetxattr benchmark | Jakob Unterwurzacher |
2020-10-15 | v2pai: delete fusefrontend_reverse_v1api | Jakob Unterwurzacher |
2020-10-14 | syscallcompat: don't retry Close() | Jakob Unterwurzacher |
2020-10-14 | syscallcompat: retry ops on EINTR | Jakob Unterwurzacher |
2020-10-11 | syscallcompat: Openat: retry on EINTR | Jakob Unterwurzacher |
2020-09-12 | Add support for FIDO2 tokens | Pavol Rusnak |
2020-09-09 | v2api: add Darwin xattr support | Jakob Unterwurzacher |
2020-09-09 | syscallcompat: add Renameat2 for Darwin | Jakob Unterwurzacher |