Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SERVER] Verify checksums of all images on SIGUSR1HEADmaster | Simon Rettberg | 2024-07-05 | 6 | -14/+92 |
| | |||||
* | [SERVER] integrity: Add comments, line wraps, add check for full scan | Simon Rettberg | 2024-07-04 | 1 | -7/+24 |
| | |||||
* | [server] Avoid redefining container_of | Simon Rettberg | 2024-06-07 | 1 | -0/+2 |
| | |||||
* | [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 |
| | |||||
* | [KERNEL] Use next pending request for discovery in panic mode | Simon Rettberg | 2024-05-17 | 1 | -13/+33 |
| | |||||
* | [KERNEL] Add more debug logging, tweak connect timeout | Simon Rettberg | 2024-05-17 | 1 | -8/+16 |
| | |||||
* | [FUSE] cow: stats.txt -> stats | Simon Rettberg | 2024-05-15 | 2 | -14/+17 |
| | |||||
* | [FUSE] Buffer upload reply contents and conditionally print | Simon Rettberg | 2024-05-15 | 2 | -3/+9 |
| | |||||
* | [FUSE] I'M AN IDIOT | Simon Rettberg | 2024-05-13 | 1 | -1/+1 |
| | |||||
* | [FUSE] Fix hang when trying to chmod/chown /img or /status | Simon Rettberg | 2024-05-13 | 1 | -1/+3 |
| | | | | No reply was ever given for unhandled requests. Return EACCES. | ||||
* | [FUSE] Don't exit on SIGQUIT, just stop uploading | Simon Rettberg | 2024-05-13 | 3 | -10/+1 |
| | |||||
* | [FUSE] Fix printf length | Simon Rettberg | 2024-05-13 | 1 | -2/+2 |
| | |||||
* | [FUSE] Cleanup | Simon Rettberg | 2024-05-13 | 1 | -7/+6 |
| | |||||
* | [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 division by zero | 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 | 2 | -54/+59 |
| | | | | Also turn into normal POST with urlencoded payload. | ||||
* | [FUSE] Use CURLOPT_HEADERFUNCTION instead of curl_easy_header | Simon Rettberg | 2024-05-13 | 2 | -23/+49 |
| | | | | | 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 | 6 | -288/+395 |
| | | | | | | | | - 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 again | Simon Rettberg | 2024-05-13 | 1 | -10/+15 |
| | | | | | Add a version to the URL, rest can be configured dynamically by -C as it's a simple prefix. | ||||
* | [FUSE] cow: More fixes and refactoring | Simon Rettberg | 2024-05-13 | 4 | -489/+558 |
| | | | | | | | | | | | | | | 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 | 5 | -396/+474 |
| | | | | | | | | | - 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 | 6 | -21/+19 |
| | |||||
* | [COWTEST] improvements to cowtest readme | Michael Scherle | 2024-05-13 | 3 | -118/+250 |
| | |||||
* | [COWTEST] random test now cancels on ctrl-c | Michael Scherle | 2024-05-13 | 1 | -40/+33 |
| | |||||
* | [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 | 2 | -6/+17 |
| | |||||
* | [FUSE] basic cow implementation & rudimentary tests | Michael Scherle | 2024-05-13 | 14 | -70/+3589 |
| | |||||
* | [KERNEL] Fix build on 5.15 kernels >= 5.15.132 | Simon Rettberg | 2024-03-15 | 1 | -0/+1 |
| | |||||
* | [KERNEL] Set fake RTT to 500ms on manual server switch | Simon Rettberg | 2024-01-18 | 1 | -2/+2 |
| | | | | | 5ms was apparently way too low and lead to frequent switch-aways from the local dnbd3-server on heavy load during bootup. | ||||
* | [SERVER] Log errno if opening image file fails | Simon Rettberg | 2023-06-30 | 1 | -3/+5 |
| | |||||
* | [SERVER] Threadpool: Add active thread count to error message | Simon Rettberg | 2023-06-14 | 1 | -1/+1 |
| | |||||
* | [KERNEL] Add Rocky 9 support | Simon Rettberg | 2023-06-07 | 2 | -8/+20 |
| | | | | | Co-authored-by: Jonathan Bauer <jonathan.bauer@rz.uni-freiburg.de> Co-authored-by: Manuel Messner <mm@skelett.io> | ||||
* | [FUSE] Fix termination condition for reading host list | Simon Rettberg | 2023-02-14 | 1 | -1/+1 |
| | |||||
* | [FUSE] Make initial connect entirely parallel wrt servers | Simon Rettberg | 2023-02-12 | 1 | -111/+232 |
| | | | | | | | | | | | | Previously, we only did the actual socket connect in a concurrent matter. Once a connection was successfully established, we did a blocking handshake on the protocol level. If the server war particularly slow, this was bad as we would not try other servers until after this. Throw out the previous non-blocking async connect logic, switching to a multi-threaded approach, that spawns one thread per host/ip, offset by 200ms, until one of the attempts succeeds. | ||||
* | [SHARED] sock_printable: Always null-terminate | Simon Rettberg | 2023-02-12 | 1 | -1/+4 |
| | |||||
* | [FUSE] Fix AIOOB access | Simon Rettberg | 2023-02-12 | 1 | -2/+1 |
| | |||||
* | [KERNEL] Rename logigng macros, change debug level of a few messages | Simon Rettberg | 2023-02-06 | 1 | -21/+25 |
| | |||||
* | [KERNEL] Actually fix build on 6.0+ | Simon Rettberg | 2023-01-11 | 1 | -5/+5 |
| | |||||
* | [KERNEL] Update for Linux 6.1 | Simon Rettberg | 2023-01-09 | 2 | -7/+25 |
| | |||||
* | Fix linter issues to satisfy Linux kernel code style | Manuel Bentele | 2022-10-05 | 2 | -8/+11 |
| | |||||
* | [SERVER] Don't establish uplink when loading image on startup | Simon Rettberg | 2022-09-13 | 1 | -1/+1 |
| | | | | | | | Bringing up a proxy that has been offline for some time will trigger lots of loads and replication on other proxies when booting up again. Just wait until a client actually needs an image before establishing an uplink connection. | ||||
* | [KERNEL] Adapt to Linux 5.18 | Simon Rettberg | 2022-06-14 | 2 | -1/+14 |
| | |||||
* | [FUSE] Adapt to changed macro names | Simon Rettberg | 2022-05-20 | 1 | -4/+4 |
| | |||||
* | [KERNEL] IOCTL_SWITCH: Always boost/fake RTT values | Simon Rettberg | 2022-03-24 | 1 | -17/+17 |
| | | | | Even if we didn't switch because we already use the requested server. |