| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [FUSE] curl: Handle read callbacks with < 4k buffer size | Simon Rettberg | 2024-05-23 | 1 | -2/+12 |
| | | |||||
| * | [FUSE] cow: Fix lowercasing of header field | Simon Rettberg | 2024-05-22 | 1 | -1/+1 |
| | | |||||
| * | [FUSE] cow: stats.txt -> stats | Simon Rettberg | 2024-05-15 | 1 | -6/+9 |
| | | |||||
| * | [FUSE] Buffer upload reply contents and conditionally print | Simon Rettberg | 2024-05-15 | 1 | -2/+7 |
| | | |||||
| * | [FUSE] Don't exit on SIGQUIT, just stop uploading | Simon Rettberg | 2024-05-13 | 1 | -1/+0![]() |
| | | |||||
| * | [FUSE] Fix printf length | Simon Rettberg | 2024-05-13 | 1 | -2/+2 |
| | | |||||
| * | [FUSE] Reset cluster fail counter on successful upload | Simon Rettberg | 2024-05-13 | 1 | -0/+1 |
| | | |||||
| * | [FUSE] Fix race condition | Simon Rettberg | 2024-05-13 | 1 | -1/+5 |
| | | |||||
| * | [FUSE] Fix uninitialized speed buffer | Simon Rettberg | 2024-05-13 | 1 | -1/+1 |
| | | |||||
| * | [FUSE] Fix check for failed statsfile write | Simon Rettberg | 2024-05-13 | 1 | -1/+1 |
| | | |||||
| * | [FUSE] Fix use-after-free of curl_slist; unify init code | Simon Rettberg | 2024-05-13 | 1 | -31/+38 |
| | | |||||
| * | [FUSE] Move curl reset to start of function | Simon Rettberg | 2024-05-13 | 1 | -2/+1![]() |
| | | |||||
| * | [FUSE] Rename version -> revision in /create | Simon Rettberg | 2024-05-13 | 1 | -51/+45![]() |
| | | | | | Also turn into normal POST with urlencoded payload. | ||||
| * | [FUSE] Use CURLOPT_HEADERFUNCTION instead of curl_easy_header | Simon Rettberg | 2024-05-13 | 1 | -23/+48 |
| | | | | | | curl_easy_header was introduced in 7.83, so not even available in Ubuntu 22.04. Switch to manual header parsing. | ||||
| * | [FUSE] More cleanup and minor fixes | Simon Rettberg | 2024-05-13 | 1 | -192/+288 |
| | | | | | | | | | - 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] cow: More fixes and refactoring | Simon Rettberg | 2024-05-13 | 1 | -441/+487 |
| | | | | | | | | | | | | | | | Don't allocate a data cluster in data file for empty l2 entries when resizing the image file. Calculating l2 offset in metadata file was broken and overlapping l1. Delete unneeded entries from cow struct. Rename a few more variables. Fix a few possible race conditions. Only upload modified blocks from cluster. Simplify cow_write() function by handling misaligned start/end first. Try to also simplify cow_read() a bit. TODO: Documentation, update the cow merger service. | ||||
| * | [FUSE] cow: Cleanup, comments, fixes, minor refactoring | Simon Rettberg | 2024-05-13 | 1 | -272/+327 |
| | | | | | | | | | | - 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 issue | Michael Scherle | 2024-05-13 | 1 | -12/+8![]() |
| | | |||||
| * | [COWTEST] improvements to cowtest readme | Michael Scherle | 2024-05-13 | 1 | -13/+14 |
| | | |||||
| * | [FUSE] added pthread creation error message | Michael Scherle | 2024-05-13 | 1 | -2/+2 |
| | | |||||
| * | added github ci for fuse with cow | Michael Scherle | 2024-05-13 | 1 | -5/+16 |
| | | |||||
| * | [FUSE] basic cow implementation & rudimentary tests | Michael Scherle | 2024-05-13 | 1 | -0/+1535 |

