summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [FUSE] Rename version -> revision in /createSimon Rettberg2024-05-132-54/+59
* [FUSE] Use CURLOPT_HEADERFUNCTION instead of curl_easy_headerSimon Rettberg2024-05-132-23/+49
* [FUSE] More cleanup and minor fixesSimon Rettberg2024-05-136-288/+395
* [FUSE] Rename COW API endpoints againSimon Rettberg2024-05-131-10/+15
* [FUSE] cow: More fixes and refactoringSimon Rettberg2024-05-134-489/+558
* [FUSE] cow: Cleanup, comments, fixes, minor refactoringSimon Rettberg2024-05-135-396/+474
* [FUSE] Fixed cow daemon issueMichael Scherle2024-05-136-21/+19Star
* [COWTEST] improvements to cowtest readmeMichael Scherle2024-05-133-118/+250
* [COWTEST] random test now cancels on ctrl-cMichael Scherle2024-05-131-40/+33Star
* [FUSE] added pthread creation error messageMichael Scherle2024-05-131-2/+2
* added github ci for fuse with cowMichael Scherle2024-05-132-6/+17
* [FUSE] basic cow implementation & rudimentary testsMichael Scherle2024-05-1314-70/+3589
* [KERNEL] Fix build on 5.15 kernels >= 5.15.132Simon Rettberg2024-03-151-0/+1
* [KERNEL] Set fake RTT to 500ms on manual server switchSimon Rettberg2024-01-181-2/+2
* [SERVER] Log errno if opening image file failsSimon Rettberg2023-06-301-3/+5
* [SERVER] Threadpool: Add active thread count to error messageSimon Rettberg2023-06-141-1/+1
* [KERNEL] Add Rocky 9 supportSimon Rettberg2023-06-072-8/+20
* [FUSE] Fix termination condition for reading host listSimon Rettberg2023-02-141-1/+1
* [FUSE] Make initial connect entirely parallel wrt serversSimon Rettberg2023-02-121-111/+232
* [SHARED] sock_printable: Always null-terminateSimon Rettberg2023-02-121-1/+4
* [FUSE] Fix AIOOB accessSimon Rettberg2023-02-121-2/+1Star
* [KERNEL] Rename logigng macros, change debug level of a few messagesSimon Rettberg2023-02-061-21/+25
* [KERNEL] Actually fix build on 6.0+Simon Rettberg2023-01-111-5/+5
* [KERNEL] Update for Linux 6.1Simon Rettberg2023-01-092-7/+25
* Fix linter issues to satisfy Linux kernel code styleManuel Bentele2022-10-052-8/+11
* [SERVER] Don't establish uplink when loading image on startupSimon Rettberg2022-09-131-1/+1
* [KERNEL] Adapt to Linux 5.18Simon Rettberg2022-06-142-1/+14
* [FUSE] Adapt to changed macro namesSimon Rettberg2022-05-201-4/+4
* [KERNEL] IOCTL_SWITCH: Always boost/fake RTT valuesSimon Rettberg2022-03-241-17/+17
* [KERNEL] Fix possible stall when switching serverSimon Rettberg2022-03-041-1/+9
* [KERNEL] Fix copy&paste error (passing wrong sock)Simon Rettberg2022-02-231-2/+2
* [KERNEL] Refactor to use workqueues and blk-mq onlySimon Rettberg2022-02-1810-1162/+892Star
* [KERNEL] Add missing include to fix compile on 4.14.xSimon Rettberg2022-02-111-0/+1
* [KERNEL] Add support for Linux kernel 5.15.x LTSManuel Bentele2021-11-302-4/+40
* [KERNEL] Fix wurstfingered missing ;Simon Rettberg2021-11-081-1/+1
* [KERNEL] Explicitly pass proper addrlen on connect; improve debug logSimon Rettberg2021-11-081-3/+7
* [KERNEL] Don't log connect failures as errors for RTT checksSimon Rettberg2021-10-191-16/+24
* [BUILD] Add CMake option to enable build of dnbd3-benchManuel Bentele2021-06-241-1/+3
* [BUILD] Add check for stdatomic.h supportManuel Bentele2021-06-163-0/+9
* [KERNEL] Add support for Linux kernels without blk-mq (e.g. CentOS 7)Manuel Bentele2021-06-164-20/+205
* [SERVER] Add minRequestSize: Enlarge relayed requestsSimon Rettberg2021-05-113-16/+48
* [SERVER] Fix UBSimon Rettberg2021-05-111-1/+1
* [SERVER] Honor uplinkTimeout directly when connecting to alt-serverSimon Rettberg2021-05-102-5/+3Star
* [KERNEL] Improve debug output in net.cSimon Rettberg2021-04-203-7/+13
* [KERNEL] Even more RTT fakery on manual server switchSimon Rettberg2021-04-201-5/+12
* [KERNEL] Clean alt-server list first when connectingSimon Rettberg2021-04-161-11/+8Star
* [KERNEL] Fix Linter errorsManuel Bentele2021-04-162-3/+5
* [KERNEL] Removes duplicate word 'of' in license headersManuel Bentele2021-04-1616-16/+16
* [SERVER] Mark uplink requests with BGR/prefetch flags and handle themSimon Rettberg2021-04-141-5/+20
* [SERVER] Set TCP_NODELAY on outgoing connectionsSimon Rettberg2021-04-141-1/+4