summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* changed : to = in cow statusMichael Scherle2022-06-211-18/+44
* fixed not waiting for statupdater threadMichael Scherle2022-06-203-53/+96
* Added better statsMichael Scherle2022-06-152-64/+88
* moved buffer from dnbd3_async_t to parentMichael Scherle2022-06-136-38/+69
* removed no longer needed freeMichael Scherle2022-06-101-2/+0Star
* cowtest readmeMichael Scherle2022-06-101-0/+82
* added upload speed in status & mem leak fixMichael Scherle2022-06-093-61/+98
* asserts to verify type sizeMichael Scherle2022-06-082-15/+18
* struct padding and type changesMichael Scherle2022-06-085-28/+36
* fixed multiple compiler warningsMichael Scherle2022-06-076-140/+199
* added parallel file uploadMichael Scherle2022-06-032-85/+136
* security fixesMichael Scherle2022-06-034-62/+59Star
* fixed wrong bitfield sizeMichael Scherle2022-06-025-42/+98
* added cow upload status file & started docMichael Scherle2022-05-307-32/+285
* implemented block upload via restMichael Scherle2022-05-118-34/+408
* changed to use container_of and callbacksMichael Scherle2022-04-126-93/+103
* multible bugfixes, test can verify existing fileMichael Scherle2022-03-315-321/+617
* first round of fixes: static, setBits, MagicValuesMichael Scherle2022-03-076-105/+103Star
* reworked and fixed cowfile_read, added one testMichael Scherle2022-02-235-120/+164
* basic cow implementation & rudimentary testsMichael Scherle2022-02-1711-58/+1248
* [KERNEL] Add missing include to fix compile on 4.14.xSimon Rettberg2022-02-112-1/+3
* [CMAKE] Fix finding kernel include dir on DebianSimon Rettberg2022-02-091-0/+1
* [DOC] README: Make it clear that dnbd3 is read onlySimon Rettberg2022-02-091-1/+1
* [KERNEL] Add support for CentOS 8.5Manuel Bentele2021-11-301-3/+8
* [BUILD] Fix versioning format for Docker tagsManuel Bentele2021-11-303-4/+6
* [KERNEL] Add support for Linux kernel 5.15.x LTSManuel Bentele2021-11-304-6/+46
* [BUILD] Fix issue in CMake kernel header checkManuel Bentele2021-11-301-3/+4
* [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] CheckPatch: Quote variable to avoid error if emptySimon Rettberg2021-10-191-1/+1
* [BUILD] Change CMake search for the existence of Linux headersv3.10.1Manuel Bentele2021-08-261-1/+2
* [BUILD] Build release on Ubuntu 18.04 to support older glibcManuel Bentele2021-08-261-1/+1
* [BUILD] Read version from lightweight (non-annotated) tags, tooManuel Bentele2021-08-251-1/+1
* [BUILD] Add Github action to publish packages for releasesManuel Bentele2021-08-254-3/+63
* [BUILD] Fix CMake output if kernel module is turned off on Linux systemManuel Bentele2021-08-251-6/+9
* [SERVER] Make default config a bit more readableSteffen Ritter2021-08-243-4/+24
* [BUILD] Add Github actions to compile kernel module for various kernelsManuel Bentele2021-07-262-1/+83
* [BUILD] Add CMake option to enable build of dnbd3-benchManuel Bentele2021-06-245-2/+8
* [BUILD] Add support for RockyLinux 8Manuel Bentele2021-06-221-0/+21
* [BUILD] Add check for stdatomic.h supportManuel Bentele2021-06-164-0/+23
* [KERNEL] Add support for Linux kernels without blk-mq (e.g. CentOS 7)Manuel Bentele2021-06-165-20/+259
* server.conf: Update uplinkTimeout to match default valuev3.10Simon Rettberg2021-05-111-1/+1
* [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