aboutsummaryrefslogtreecommitdiff
path: root/internal/fusefrontend/file2_holes.go
AgeCommit message (Collapse)Author
2020-08-16v2api: rename "File2" to just "File"Jakob Unterwurzacher
Rename the symbols and the files.
2020-07-23v2api: implement LseekJakob Unterwurzacher
This also fixes the last remaining tests/fsck failure.
2020-07-12v2api: File2: implement Release, Read, Write, Fsync, Flush, AllocateJakob Unterwurzacher
Fortunately, this just means fixing up the function signatures.
2020-06-21v2api: implement CreateJakob Unterwurzacher