Age | Commit message (Expand) | Author |
2020-07-11 | v2api: remove OpenatUserCtx, MknodatUserCtx helpers | Jakob Unterwurzacher |
2020-07-11 | v2api: implement Symlink | Jakob Unterwurzacher |
2020-07-11 | v2api: implement Link | Jakob Unterwurzacher |
2020-07-11 | v2api: implement Mknod | Jakob Unterwurzacher |
2020-07-11 | v2api: implement Statfs | Jakob Unterwurzacher |
2020-07-05 | v2api: list interfaces to be implemented | Jakob Unterwurzacher |
2020-07-05 | v2api: implement Setattr | Jakob Unterwurzacher |
2020-07-05 | v2api: implement Opendir | Jakob Unterwurzacher |
2020-07-04 | v2api: merge openBackingDir into root_node.go | Jakob Unterwurzacher |
2020-07-04 | v2api: implement Open() | Jakob Unterwurzacher |
2020-07-04 | v2api: add prepareAtSyscall helper | Jakob Unterwurzacher |
2020-07-04 | v2api: implement Readlink | Jakob Unterwurzacher |
2020-06-21 | v2api: implement Unlink | Jakob Unterwurzacher |
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 | v2api (go-fuse v2 api): initial noop implementation | Jakob Unterwurzacher |
2020-05-24 | Revert "fusefrontend: don't always clear the dircache in Rename" | 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-17 | dircache: increase cache size & lifetime | Jakob Unterwurzacher |
2020-05-17 | dircache: improve debug messages | Jakob Unterwurzacher |
2020-05-17 | Update go-fuse import path to github.com/hanwen/go-fuse/v2 | Jakob Unterwurzacher |
2020-05-09 | ctlsock: create exported ctlsock client library | Jakob Unterwurzacher |
2020-04-19 | inomap: rework logic to efficiently support flags | Jakob Unterwurzacher |
2020-04-13 | inomap: split into separate package | Jakob Unterwurzacher |
2020-02-29 | fusefrontend: drop xattr user namespace restriction | Jakob Unterwurzacher |
2019-11-16 | fs: add uint64 cast to fix Darwin build | Jakob Unterwurzacher |
2019-11-16 | fusefrontend: use 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-09-08 | Fix -idle unmounting despite activity | Jakob Unterwurzacher |
2019-04-09 | fusefrontend: get rid of last hardcoded "gocryptfs.diriv" instances | Jakob Unterwurzacher |
2019-03-26 | reverse mode: support wildcard exclude (--exclude-wildcard) | Eduardo M KALINOWSKI |
2019-02-17 | nametransform: reject names longer than 255 chars | Jakob Unterwurzacher |
2019-01-20 | fusefronted: comment why Access() does not check context.Uid | Jakob Unterwurzacher |
2019-01-20 | fusefrontend: ensure directories without W or X perms can be deleted | Jakob Unterwurzacher |
2019-01-20 | Revert "syscallcompat: drop Faccessat AT_SYMLINK_NOFOLLOW helper" | Jakob Unterwurzacher |
2019-01-20 | syscallcompat: drop Faccessat AT_SYMLINK_NOFOLLOW helper | Jakob Unterwurzacher |
2019-01-16 | fusefrontend: Always use intFd() method instead of int(f.fd.Fd()). | Sebastian Lackner |
2019-01-16 | fusefrontend: Rework the Utimens handling on macOS. | Sebastian Lackner |
2019-01-15 | fusefrontend: Print 'too many open files' warning for both short and long names. | Sebastian Lackner |
2019-01-14 | syscallcompat: rework Fchmodat to FchmodatNofollow | Jakob Unterwurzacher |
2019-01-13 | fusefrontend: drop last remaining call into loopbackFileSystem | Jakob Unterwurzacher |
2019-01-13 | fusefrontend: Do not pass unsupported flags to Faccessat on macOS. | Sebastian Lackner |