Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-14 | syscallcompat: retry ops on EINTR | Jakob Unterwurzacher | |
Retry operations that have been shown to throw EINTR errors on CIFS. Todo: Solution for this pain in the back: warning: unix.Getdents returned errno 2 in the middle of data rm: cannot remove 'linux-3.0.old3/Documentation/ABI/removed': Input/output error Progress towards fixing https://github.com/rfjakob/gocryptfs/issues/483 . | |||
2020-07-26 | v2api: delete (most) fusefrontend v1 files | Jakob Unterwurzacher | |
All the functionality in these files has been reimplemented for the v2 api. Drop the old files. | |||
2020-07-18 | v2api: Node: make Path() public | Jakob Unterwurzacher | |
Helpful for fsck. | |||
2020-07-12 | v2api: fix Mkdir crash when using plaintextnames | Jakob Unterwurzacher | |
2020-07-11 | v2api: fix RootNode cast | Jakob Unterwurzacher | |
2020-07-11 | v2api: implement Mknod | Jakob Unterwurzacher | |
2020-07-05 | v2api: implement Opendir | 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 GetAttr and Readdir | Jakob Unterwurzacher | |