Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-04 | lint fixes | Valient Gough | |
2016-07-03 | syscallcompat: OSX: add Fallocate and Openat wrappers | Jakob Unterwurzacher | |
...and convert all calls to syscall.{Fallocate,Openat} to syscallcompat . Both syscalls are not available on OSX. We emulate Openat and just return EOPNOTSUPP for Fallocate. | |||
2016-07-02 | fusefrontend: add fallocate support | Jakob Unterwurzacher | |
Mode=0 (default) and mode=1 (keep size) are supported. The patch includes test cases and the whole thing passed xfstests. Fixes https://github.com/rfjakob/gocryptfs/issues/1 . | |||
2016-07-02 | fusefronted: move Truncate() and Allocate() to their own file | Jakob Unterwurzacher | |
These are large complicated implementations that will share some code. |