Age | Commit message (Expand) | Author |
2020-06-21 | v2api: implement Rmdir | Jakob Unterwurzacher |
2020-06-21 | v2api: implement Mkdir | Jakob Unterwurzacher |
2020-06-21 | v2api: implement Create | Jakob Unterwurzacher |
2020-06-21 | v2api: collect RootNode code in root_node.go | Jakob Unterwurzacher |
2020-06-21 | v2api: implement GetAttr and Readdir | Jakob Unterwurzacher |
2020-06-21 | v2api: implement Lookup() | Jakob Unterwurzacher |
2020-06-21 | inomap: clarify TranslateStat function comment | Jakob Unterwurzacher |
2020-06-21 | v2api (go-fuse v2 api): initial noop implementation | Jakob Unterwurzacher |
2020-06-06 | badname: stop trying to decrypt at length 22 | Jakob Unterwurzacher |
2020-06-06 | Added auto decryption of invalid file names | DerDonut |
2020-05-24 | Revert "fusefrontend: don't always clear the dircache in Rename" | Jakob Unterwurzacher |
2020-05-24 | syscallcompat: warn when Getdents truncates data | Jakob Unterwurzacher |
2020-05-24 | fusefrontend: don't always clear the dircache in Rename | Jakob Unterwurzacher |
2020-05-24 | fusefrontend: don't clear dircache on Mkdir | Jakob Unterwurzacher |
2020-05-23 | syscallcompat: getdents: retry on EINTR | Jakob Unterwurzacher |
2020-05-17 | dircache: increase cache size & lifetime | Jakob Unterwurzacher |
2020-05-17 | dircache: improve debug messages | Jakob Unterwurzacher |
2020-05-17 | main: accept multiple -passfile options | Jakob Unterwurzacher |
2020-05-17 | Update go-fuse import path to github.com/hanwen/go-fuse/v2 | Jakob Unterwurzacher |
2020-05-10 | Fix spelling mistakes found by misspell | Jakob Unterwurzacher |
2020-05-09 | ctlsock: create exported ctlsock client library | Jakob Unterwurzacher |
2020-05-03 | inomap: fix TestSpill bit check | Jakob Unterwurzacher |
2020-05-03 | inomap: fix spillBit not set on 2nd hit | Jakob Unterwurzacher |
2020-05-03 | inomap: remove leftover debug output | Jakob Unterwurzacher |
2020-05-03 | fusefrontend_reverse: use inomap for inode number translation | Jakob Unterwurzacher |
2020-04-19 | inomap: comment constants | Jakob Unterwurzacher |
2020-04-19 | inomap: rework logic to efficiently support flags | Jakob Unterwurzacher |
2020-04-19 | inomap: add benchmark | Jakob Unterwurzacher |
2020-04-18 | nametransform: update comment & simplify tests | Jakob Unterwurzacher |
2020-04-13 | Prefer Go stdlib aes-gcm on arm64 with aes instructions | Jakob Unterwurzacher |
2020-04-13 | inomap: split into separate package | Jakob Unterwurzacher |
2020-04-13 | speed: add XChaCha20-Poly1305-Go | Jakob Unterwurzacher |
2020-02-29 | speed: add code comments | Jakob Unterwurzacher |
2020-02-29 | fusefrontend: drop xattr user namespace restriction | Jakob Unterwurzacher |
2020-02-28 | Show undecryptable filenames if they match supplied glob | orcas |
2020-02-15 | contentenc: encryptBlocksParallel: explain why last part runs in new goroutine | Jakob Unterwurzacher |
2020-02-15 | merge prefer_openssl package into stupidgcm | Jakob Unterwurzacher |
2020-02-15 | contentenc: move parallel encryption into encryptBlocksParallel | Jakob Unterwurzacher |
2019-12-28 | remove Trezor support | Pavol Rusnak |
2019-11-16 | fs: add uint64 cast to fix Darwin build | Jakob Unterwurzacher |
2019-11-16 | fusefrontend: use inummap | Jakob Unterwurzacher |
2019-11-16 | openfiletable: add inummap | Jakob Unterwurzacher |
2019-11-03 | fusefrontend: warn about missing diriv | Jakob Unterwurzacher |
2019-11-03 | fusefrontend: don't return EIO on directory with corrupt file names | Jakob Unterwurzacher |
2019-10-06 | fusefrontend: unregister from openfiletable before closing the fd | Jakob Unterwurzacher |
2019-10-06 | fusefrontend: print file hexdump on header error | Jakob Unterwurzacher |
2019-10-06 | contentenc: add explicit test for all-zero header | Jakob Unterwurzacher |
2019-09-08 | serialize_reads: drop superflous "continue" | Jakob Unterwurzacher |
2019-09-08 | Fix -idle unmounting despite activity | Jakob Unterwurzacher |
2019-05-19 | Fix unix2syscall_darwin.go build failure | Jakob Unterwurzacher |