Age | Commit message (Expand) | Author |
2022-12-29 | make format | Jakob Unterwurzacher |
2021-08-23 | go mod: declare module version v2 | Jakob Unterwurzacher |
2020-08-16 | v2api: rename "File2" to just "File" | Jakob Unterwurzacher |
2020-07-26 | v2api: delete (most) fusefrontend v1 files | Jakob Unterwurzacher |
2020-05-17 | Update go-fuse import path to github.com/hanwen/go-fuse/v2 | Jakob Unterwurzacher |
2019-01-06 | fusefrontend: Fix computation of cipherSz in Allocate FUSE call. | Sebastian Lackner |
2019-01-04 | fusefrontend: Allow to create sparse file of size 4096. | Sebastian Lackner |
2018-08-15 | fusefrontend: truncateGrowFile: pass zeroPad error to caller | Jakob Unterwurzacher |
2018-07-22 | fusefronted: disallow writes running concurrently with reads | Jakob Unterwurzacher |
2018-07-15 | fusefrontend: doWrite: delete file header if first write fails | Jakob Unterwurzacher |
2018-07-02 | fusefronted: downgrade fallocate message severity | Jakob Unterwurzacher |
2018-07-01 | fusefrontend: export "File" type | Jakob Unterwurzacher |
2018-02-28 | tlog: stop embedding log.Logger to prevent mistakes | Jakob Unterwurzacher |
2017-06-30 | fusefrontend: Read: use provided buffer | Jakob Unterwurzacher |
2017-05-01 | openfiletable: rename WriteLock to ContentLock | Jakob Unterwurzacher |
2017-05-01 | fusefronted, openfiletable: move the open file table to its own package | Jakob Unterwurzacher |
2017-04-29 | fix golint complaints | Jakob Unterwurzacher |
2017-03-12 | fusefrontend: truncateGrowFile: avoid createHeader() call | Jakob Unterwurzacher |
2016-11-17 | fusefrontend: get the file ID from the open files table | Jakob Unterwurzacher |
2016-11-17 | fusefrontend: upgrade wlockMap to use device AND inode number | Jakob Unterwurzacher |
2016-10-24 | Fix misspellings | Jakob Unterwurzacher |
2016-10-04 | lint fixes | Valient Gough |
2016-07-03 | syscallcompat: OSX: add Fallocate and Openat wrappers | Jakob Unterwurzacher |
2016-07-02 | fusefrontend: add fallocate support | Jakob Unterwurzacher |
2016-07-02 | fusefronted: move Truncate() and Allocate() to their own file | Jakob Unterwurzacher |