aboutsummaryrefslogtreecommitdiff
path: root/internal/fusefrontend/file2_allocate_truncate.go
AgeCommit message (Collapse)Author
2020-08-16v2api: rename "File2" to just "File"Jakob Unterwurzacher
Rename the symbols and the files.
2020-07-26v2api: delete (most) fusefrontend v1 filesJakob Unterwurzacher
All the functionality in these files has been reimplemented for the v2 api. Drop the old files.
2020-07-12v2api: fix double-lock in truncateJakob Unterwurzacher
2020-07-12v2api: File2: implement Release, Read, Write, Fsync, Flush, AllocateJakob Unterwurzacher
Fortunately, this just means fixing up the function signatures.
2020-07-05v2api: implement SetattrJakob Unterwurzacher
2020-06-21v2api: implement CreateJakob Unterwurzacher