summaryrefslogtreecommitdiffstats
path: root/src/fuse/cowDoc
Commit message (Collapse)AuthorAgeFilesLines
* [FUSE] cow: stats.txt -> statsSimon Rettberg2024-05-151-8/+8
|
* [FUSE] Rename version -> revision in /createSimon Rettberg2024-05-131-3/+14
| | | | Also turn into normal POST with urlencoded payload.
* [FUSE] More cleanup and minor fixesSimon Rettberg2024-05-131-13/+15
| | | | | | | | - Add support for aborting session and further uploads via SIGQUIT - Make API versioned - Change it to "uuid" everywhere instead of a mix of uuid and guid - Server can now tell us to wait with further uploads - merge request is now urlencoded POST instead of mime data
* [FUSE] Rename COW API endpoints againSimon Rettberg2024-05-131-10/+15
| | | | | Add a version to the URL, rest can be configured dynamically by -C as it's a simple prefix.
* [FUSE] cow: Cleanup, comments, fixes, minor refactoringSimon Rettberg2024-05-131-72/+83
| | | | | | | | | - Use the term "cluster" for a group of dnbd3-blocks instead of also calling them blocks. - Use term "table" instead of "array" for the L1 and L2 tables. - Use term "index" instead of "offset" when addressing those tables - Fix a few logic bugs, use-after-free - Add TODOs for parts that need better comments
* [FUSE] Fixed cow daemon issueMichael Scherle2024-05-131-3/+0Star
|
* added github ci for fuse with cowMichael Scherle2024-05-131-1/+1
|
* [FUSE] basic cow implementation & rudimentary testsMichael Scherle2024-05-133-0/+345